🚧 This project is currently in active development. A sandbox environment will be made available soon for testing and exploration. Stay tuned!
curl --location --request POST 'https://your-api-server.com' \
--header 'Content-Type: application/json' \
--data-raw '{
"request_id": "5e1ac540-e911-4376-96f1-07e1f852ed73",
"status": "success",
"source_merchant_id": "663213439",
"destination_merchant_id": "663213569",
"amount": 100,
"transfer_category_code": 1,
"description": "FT for xyz",
"reference": "SOME-REF-12345",
"webhook_url": "https://some-domain-by-reseller.com/webhook",
"order_id": "EDIN123456"
}'{}