GET
/
transfer
/
details
curl --request GET \
  --url https://staging-api.getpartna.com/v4/transfer/details \
  --header 'x-api-key: <api-key>' \
  --header 'x-api-user: <api-key>'
{
  "data": {
    "UTCTimestamp": "2025-05-20T11:02:03Z",
    "amount": 5000,
    "creditAccount": "chang",
    "creditUser": "chang",
    "currency": "USD",
    "debitAccount": "credit",
    "debitUser": "admin",
    "status": "completed",
    "timestamp": 1747738923,
    "transactionReference": "a128185d297ea506e0555f1ceeeca67c",
    "transactionType": "Transfer"
  },
  "message": "success"
}

Authorizations

x-api-key
string
header
required
x-api-user
string
header
required

Query Parameters

accountName
string
transactionReference
string
required

Response

200
application/json

get transfer details ok

The response is of type object.