Collecting - Refund

List all collecting document refunds

get
/banking/cashin/refunds

List all collecting document refunds

Query parameters
virtual_account_idstring · uuidRequired

Unique identifier

from_datetimestring · date-timeOptional

Datatime schema

to_datetimestring · date-timeOptional

Datatime schema

reconciliation_idstring · uuidOptional

Unique identifier

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

Refunds

application/json
get
/banking/cashin/refunds

Get a collecting document refund

get
/banking/cashin/refunds/{id}

Get a collecting document refund

Path parameters
idstring · uuidRequired

Unique identifier

Responses
200

Refund

application/json
get
/banking/cashin/refunds/{id}
get
/banking/cashin/refunds/search

Search collecting document refund 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

Refund

application/json
get
/banking/cashin/refunds/search

Last updated

Was this helpful?