NotificationProviderInterface

Extends

Interface of notification data providers from shop.

package

Default

Methods

Return a codename of a country of the payment instrument from which payment was made.

getChannelCountry() : string

Response

string

Return an id of used payment channel.

getChannelId() : integer

Response

integer

Return a codename of a country resulting from IP address from which the payment was made.

getIpCountry() : string

Response

string

Return an Operation object with details of operation which relates the notification.

getOperation() : \Dotpay\Model\Operation

Return an email of a seller.

getShopEmail() : string

Response

string

Return a name of a shop.

getShopName() : string

Response

string

Return a checksum of a Dotpay notification.

getSignature() : string

Response

string