Webhooks
We can send POST request to your server when payment or payout changes to approved or declined status.
Body
Name
Type
Value
{
"amount": 22.22,
"currency": "EUR",
"order_id": "string",
"description": "Payment approved",
"status": 1,
"status_transaction": "approved",
"payment_id": 1000,
"mask": "444444******4444",
"terminal": 1,
"rate": 38.00
}Last updated