Callback Parameters
Parameters that will be sent to the merchant’s callback URL.
Parameter Name | Type | Description |
---|---|---|
MerchantId | String | The merchant’s identification. |
Status | String |
Request Status Pending – The transaction has been created and is waiting for the payment to be completed. Successful – The transaction has been created and the payment has been completed. Failed – The transaction cannot be created / The payment cannot be completed. |
Message | String | The status messages |
Remarks | String | The remarks from the original request |
OrderId | String | The merchant’s order identification from the merchant system. |
TransactionId | String | The transaction identification from the VeritasPay system. |
Amount | Decimal | The amount of the transaction |
Tips | Decimal | The tip from the original request |
Signature | String | The calculation of the entered signature for security purposes |
Sample Callback
{
"MerchantId": "veritaspay_dev",
"OrderId": "527",
"Remarks": "Order Devices",
"Amount": "75873.28",
"Tips": "0.00",
"TransactionId": "8342b924-c1b1-45d0-9310-b6ab9e42fc72",
"Status": "Successful",
"Message": "Successful",
"Signature": "adeaf27cbe68713ee7680acf8df4618d",
}