Shortly after the transaction have been processed, a Callback is sent to the webshop, which tells the shop that the transaction have been processed and can be captured.
The Callback is sent automatically and asyncronous with the consumers payment.
Yourpay send all Callbacks as GET requests and consists of the following information:
uxtime | Unix timestamp of the moment the Callback was created |
MerchantNumber | The merchantid for the reciving merchant |
tid | PaymentID for the transaction, this is needed for 'Capture Payment' |
tchecksum & checksum | SHA1 (PaymentID + Integrationcode) |
orderid | OrderID from the Webshop |
ShopPlatform | The shop platform used to pay with Yourpay |
amount | The amount that has been paid by the consumer. 100 = 1 DKK, EUR |
split | Always 0 |
date | Date stamp for the payment. |
cvc | Always empty string |
expmonth | Expiration month for the credit card. |
expyear | Expiration year for the credit card. |
tcardno | Hashed card number. The first six & the last four digits of the card are sent the rest is replaced with X |
time | Unix timestamp of the moment the payment was processed. This is needed for 'Capture Payment' |
cardid | The Card type used, e.g. VISA, Mastercard etc. |
currency | ISO 4217 code for the currency used in the payment. |
Comments
0 comments
Please sign in to leave a comment.