Skip to main content

Show Transfer

Show Transfer API give you the ability fetch a single transfer (settlement) that has been made for your account.

tip

This API is only available for Moyasar aggregation merchants.

Authentication

This API requries your secret API key in order to be used, learn more here Authentication.

Fetch a Transfer

curl https://apimig.moyasar.com/v1/transfers/22745f84-c648-5d39-b81a-66066c293d54 \
--header 'Authorization: Basic c2tfdGVzdF8xMjM6'

Responses

{
"id": "22745f84-c648-5d39-b81a-66066c293d54",
"recipient_type": "Entity",
"recipient_id": "3a83ae78-bcd9-51fe-bd23-69cdbc8b212f",
"currency": "SAR",
"amount": 120000,
"fee": 0,
"tax": 0,
"reference": "bank_ref_789",
"transaction_count": 0,
"created_at": "2023-02-11T08:06:54.000Z"
}