Retrieve payments

The ability to get the details of payments using various pieces of information, e.g. using Account ID, retrieve all payments in that account. Can get details of one particular payment based on the unique payment reference number.

Log in to see full request history
timestatususer agent
Retrieving recent requests…
LoadingLoading…
Query Params
string

Payment ID. If specified then all other parameters are ignored

string

Payments created date equal or after to this date. Mandatory Parameter(except when 'id' or 'modifiedSince' parameter is used)

string

Payments created date equal or before to this date

string

Payments modified date equal or before to this date

string

The source account ID

boolean

True if the API should return all items that have externalReference. False the API should return all items that don't have externalReference

string

External reference can only have alphanumeric characters plus underscore, hyphen and space

status
array of strings
status
string
Defaults to PAYOUT

The payment type to search for.

boolean
Defaults to false

Exclude payments which are part of a batch with submission type BATCH

string

Filter on batch

boolean

Filter on reversals

string

Filter on scheme ID

approvalStatus
array of strings

Payment approval status, multiple statuses can be specified by repeating the parameter

approvalStatus
currency
array of strings
currency
number

Payments amount equal or greater than this amount

number

Payments amount equal or less than this amount

date-time

Payments scheduled date equal or after to this date

date-time

Payments scheduled date equal or before to this date and in absence of fromPaymentDate, payments executed prior to 180 days from this date

customerId
array of strings

Filter on customer ID

customerId
boolean

Only return payments the current user can approve.

string

Sort by field. Sorted by createdDate if not present

string

Sorting order:

  1. asc -> ascending
  2. desc -> descending
int32
≥ 0
Defaults to 0

The page to fetch. 0 indexed

int32
≥ 1

The size of the page(s)

Responses

Language
Credentials
Click Try It! to start a request and see the response here! Or choose an example:
application/json
*/*