Webhook Notifications
On every new Authorization or Authorization status change you will get a webhook notification to your server.The body will include the AuthorizationResult object:
Make sure to implement payin webhooks so you will get notified about your vendors activity
Parameter | Always Available | Type | Description |
---|---|---|---|
authorizationId | Yes | String | Unique ID of the Object |
authorizationStatus | Yes | Enum | The status of the Authorization. See detailed information |
paymentOptionResult | Yes | Enum | The payment Option details |
currency | Yes | String | The Currency of the payment |
amount | Yes | Number | The Amount of the payment |
orderId | Yes | String | Unique ID from the merchant system |
processor | Yes | Object | Additional data from the acquirer. |
items | Yes | Object | The items of the order per item per vendor |
transactionId | Yes | String | The transaction ID of the specific payment operation |
Updated over 1 year ago