Transfer

List transfer documents

get
/banking/cashout/transfer

List transfer documents

Query parameters
from_virtual_account_idstring · uuidOptional

Unique identifier

to_virtual_account_idstring · uuidOptional

Unique identifier

from_datetimestring · date-timeRequired

Datatime schema

to_datetimestring · date-timeRequired

Datatime schema

external_idstringOptional

External ID

reconciliation_idstring · uuidOptional

Unique identifier

statusstringOptional

Status of the transfer document

beforestringOptional

Parameter used for pagination. It is a base64 encoded param used to access the previous page of results. It is provided alongside a metadata section if there is a previous page.

Example: g3QAAAABZAACaWRtAAAAJDU4ZjFlYzhlLWFmYTktNDk0My05M2I1LWQ2ZGM3OWI0M2VhYQ==
afterstringOptional

Parameter used for pagination. It's a base64 encoded param used to access the previous page of results. Provided along with the data in the metadata section if there is a previous page.

Example: g3QAAAABZAACaWRtAAAAJGJhYTNiNmM1LTAyYTYtNGQ5Ny05NzU1LTI3OGFiNjRiN2Y1MQ==
Responses
200

Documents

application/json
get
/banking/cashout/transfer

Get a transfer document

get
/banking/cashout/transfer/{id}

Gets a transfer document

Path parameters
idstring · uuidRequired

Unique identifier

Responses
200

Document

application/json
get
/banking/cashout/transfer/{id}

Last updated

Was this helpful?