Payment

List all payment documents

get
/banking/cashout/documents

List all payment documents

Query parameters
virtual_account_idstring · uuidRequired

Unique identifier

from_datetimestring · date-timeRequired

Datatime schema

to_datetimestring · date-timeRequired

Datatime schema

reconciliation_idstring · uuidOptional

Unique identifier

ref_typestringOptional

Payment document ref type

statusstringOptional

Payment document status

typestringOptional

Payment document type

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/documents

Get a payment document

get
/banking/cashout/documents/{id}

Get a payment document

Path parameters
idstring · uuidRequired

Unique identifier

Responses
200

Document

application/json
get
/banking/cashout/documents/{id}
get
/banking/cashout/documents/search

Search payment document by IDs

Query parameters
end_to_end_idstringOptional

End To End ID

external_idstringOptional

External ID

from_datetimestring · date-timeOptional

Datatime schema

to_datetimestring · date-timeOptional

Datatime schema

Responses
200

Document

application/json
get
/banking/cashout/documents/search

Last updated

Was this helpful?