Skip to main content
GET
Show account transfer detail

Authorizations

Authorization
string
header
required

JWT issued by POST /api/v1.1/access-token/b2b. Send Authorization: Bearer <token>.

X-PARTNER-ID
string
header
required

Merchant API key (Credential.api_key). Required on every request.

Path Parameters

account_id
string
required

ULID of the account (remitter or beneficiary).

transaction_id
string
required

Transaction ID of the transfer.

Response

Account transfer detail.

Standard success response envelope for account transfer endpoints.

status
integer
Example:

200

success
boolean
Example:

true

data
object

Account transfer transaction resource.

pagination
object | null

Pagination metadata for list endpoints; omitted for single-object responses.