v1

latestOpenAPI 3.1.02026-07-241910582.8 KB

List Payment Actions

get/payment_actions

Query parameters

id[]string[]

If you have specific IDs to retrieve in bulk, you can pass them as query parameters delimited with id[]=, for example ?id[]=123&id[]=abc.

metadatastring

For example, if you want to query for records with metadata key Type and value Loan, the query would be metadata%5BType%5D=Loan. This encodes the query parameters.

actionable_idstring

The id of the payment_order or expected_payment to use to query the payment actions

actionable_typestring

The type of the actionable being queried. One of payment_order, expected_payment.

typestring

To query payment actions by the action use this field

statusstring

To query payment actions by a specific status, use this parameter. Can be pending, processable, processing, sent, acknowledged, failed, cancelled

after_cursorstring
per_pageinteger

Response

200