API
Payments

List Payments

1min
No parameter is required to retrieve a list of all payments or only those matching a variety of payment attributes.
GET
Request
Query Parameters
id
optional
String
Filter by payment ID
source
optional
String
Filter by the payment method (.eg. source=creditcard or source=applepay)
status
optional
String
Filter by status. (.eg. status=paid)
card_last_digits
optional
String
Filter by the last 4 digits of a credit card
created
optional
Object
Filter by created_at
metadata
optional
Object
Filter by metadata
updated
optional
Object
Filter by updated_at
receipt_no
optional
String
Filter by the banks RRN
authorize_id
optional
String
Filter using a the authorization ID
Curl
Responses
200
404




Updated 23 Nov 2023
Did this page help you?