postWebhookpayout.new
Payload
Example payload
{
"id": "pa_000000000000",
"status": "processing",
"sender_wallet_address": "0x123...890",
"billing_fee_amount": 50,
"transaction_fee_amount": 100,
"partner_fee": -25000,
"tracking_complete": {
"step": "on_hold",
"status": "tokens_refunded",
"refund_reason": "fiat_payment_failed",
"transaction_hash": "0x123...890",
"provider_transaction_id": "67c12eae-b7bc-31cc-a5ef-623dcea82346",
"completed_at": "2011-10-05T14:48:00.000Z"
},
"tracking_payment": {
"step": "on_hold",
"provider_name": "HSBC",
"provider_integration": "zenus",
"provider_transaction_id": "0x123...890",
"provider_status": "canceled",
"provider_error_reason": "invalid_key",
"provider_uetr": "37d10eff-d450-4aba-a5d4-e3978f5a3343",
"provider_imad": "20260526MMQFMP2M008120",
"provider_reference": "2084734238TC",
"provider_clearing_system": "FED",
"forced_provider": "veem",
"recipient_name": "John Doe",
"recipient_tax_id": "123.456.789-10",
"recipient_bank_code": "00416968",
"recipient_branch_code": "0001",
"recipient_account_number": "1234567890",
"recipient_account_type": "checking",
"coelsa_id": "1LMP68NKV46DRDYK2R7OEV",
"end_to_end_id": "E20018183202603311320vm6ALFpJpsS",
"estimated_time_of_arrival": "5_min",
"completed_at": "2011-10-05T14:48:00.000Z",
"refund_review_reason": "amount_threshold",
"refund_review_detected_at": "2011-10-05T14:48:00.000Z",
"refund_review_actioned_at": "2011-10-05T14:48:00.000Z"
},
"tracking_transaction": {
"step": "processing",
"status": "failed",
"transaction_hash": "0x123...890",
"completed_at": "2011-10-05T14:48:00.000Z",
"provider_transaction_id": "67c12eae-b7bc-31cc-a5ef-623dcea82346",
"provider_error_reason": "erc20_allowance_insufficient"
},
"tracking_liquidity": {
"step": "processing",
"provider_transaction_id": "0x123...890",
"provider_status": "deposited",
"estimated_time_of_arrival": "1_business_day",
"completed_at": "2011-10-05T14:48:00.000Z"
},
"tracking_documents": {
"step": "processing",
"status": "waiting_documents",
"reviewed_by": "compliance@example.com",
"completed_at": "2011-10-05T14:48:00.000Z"
},
"customer_id": "re_000000000000",
"bank_account_id": "ba_000000000000",
"offramp_wallet_id": "ow_000000000000",
"payable_id": "pb_000000000000"
}Response
Payout created
Changes
Webhooks have no change history: a webhook is keyed by its event name rather than a path and method, so no recorded change can name it.