All amounts must be specified in the lowest denomination of the currency (e.g. cents for USD).
Payment APIs
Create a Payment
Create
Response
Fetch a Payment
Use this endpoint to retrieve the details of a specific payment using itspayment_id.
Find a payment
Response
Search Payments
You can search across your payment records using flexible filters such aspayment_id, reference, alias fields, and pagination controls.
Query Parameters
| Parameter | Type | Description |
|---|---|---|
payment_id | string | Filter by a specific Payment ID |
reference | string | Filter by reference string (e.g. invoice ID) |
beneficiary_payment_address | string | Filter by the payee’s alias |
debtor_payment_address | string | Filter by the payer’s alias |
limit | string | Maximum number of records per page |
page | string | Page number for pagination |
direction | string | Optional direction filter (if applicable) |