Internal Transfer
Testing
GET
https://ws2-payments.datmanpay.com/antar/api/v1/transfers/{transfer_id}
Get Transfer Details API
Overview
transferId
. It is used to fetch the status and metadata of a previously initiated transfer between merchant accounts.How It Works
GET
request with the transferId
as a path or query parameter.Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://ws2-payments.datmanpay.com/antar/api/v1/transfers/TRFJXQMYT8MVYKV' \
--header 'api_token: ' \
--header 'Content-Type: application/json'
Response Response Example
200 - Success
{
"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"
}
Request
Path Params
transfer_id
stringÂ
required
Example:
TRFJXQMYT8MVYKV
Header Params
api_token
stringÂ
required
Example:
{{API_KEY}}
Content-Type
stringÂ
required
Example:
application/json