Sent to the webhook URL address to notify that transaction was successfully completed.
The webhook is sent multiple times during 48 hours until a successful response is received. If there is no response after 48 hours, the request is considered to be unexecuted and the service stops sending a webhook.
Note
Refer to the documentation for more information about the Payouts product.
Return to indicate that the transaction was successfully completed.
{- "id": "string",
- "amount": 0,
- "currency": "string",
- "customer_email": "string",
- "customer_name": "string",
- "fee_merchant": 0,
- "fee_transaction": 0,
- "fee_total": 0,
- "service_name": "string",
- "group_name": "string",
- "status": "string",
- "reject_reason": "string"
}