🚧 This project is currently in active development. A sandbox environment will be made available soon for testing and exploration. Stay tuned!
transferId
. It is used to fetch the status and metadata of a previously initiated transfer between merchant accounts.GET
request with the transferId
as a path or query parameter.curl --location --request GET 'https://ws2-payments.datmanpay.com/antar/api/v1/transfers/TRFJXQMYT8MVYKV' \
--header 'api_token: ' \
--header 'Content-Type: application/json'
{
"transfer_id": "TRFKXQMYA8MVYKW",
"amount": 120,
"currency": "GBP",
"description": "split-transfer-refund-907993",
"merchant_reference": "528698590",
"source_merchant_id": 663208112,
"destination_merchant_id": 663208112,
"status": "success",
"reason": "Transfer successfully processed",
"created_at": "2025-03-08T12:34:56Z",
"processed_at": "2025-03-08T12:36:00Z"
}