v1

latestOpenAPI 3.0.22026-07-2667277423.4 KB
Platform Model

Balance: Transaction

Given a currency and a transaction UUID, view the corresponding ledger transaction of the currently authenticated merchant or one of its sub-merchants. Will return one entry per line item of the transaction.

get/merchants/{merchant_id}/balances/{currency}/transactions/{transaction_uuid}

Path parameters

merchant_idstring required

A unique 25-character alphanumeric resource identifier.

currency'JPY' | 'USD' | 'EUR' | 'TWD' | 'KRW' | 'PLN' | 'GBP' | 'HKD' | 'SGD' | 'NZD' | 'AUD' | 'IDR' | 'MYR' | 'PHP' | 'THB' | 'CNY' | 'BRL' | 'CHF' | 'CAD' | 'VND' required

3-letter ISO currency code.

Example:JPY
transaction_uuidstring required

A unique 25-character alphanumeric resource identifier.

Response

200 response

idstring required

A unique 25-character alphanumeric resource identifier.

typestring required

Type of ledger transaction (e.g. "payment", "fee", "disbursement").

amount_centsinteger required

Amount greater than or equal to 0, in the lowest denomination of the currency (e.g. cents for USD).

happened_atstring date-time required

Timestamp when this ledger transaction occurred.