v1
latestOpenAPI 3.1.0Copyright Pismo2026-07-247702,7523.1 MBPayment requests
List payment requests
List previously created payment requests. Filter with either (but not both) account ID in from or to.
get/payments/v1/payment-requests
Query parameters
fromstring
Filter results with destination account ID
tostring
Filter results with source account ID
statusstring
Filter results with this payment request status
Headers
x-tenantstring
Example:TN-c0e4c660-9059-404c-ab22-761aa431766c
Unique Org ID.
x-cidstring
Example:c737895c-8159-4c0c-a92a-a4f8600bff37
Related correlation ID. If none is provided, a random one is generated.
Response
OK
Example response
[
{
"amount": 9.95,
"processing_code": "004000",
"to": 10,
"expiration": "2020-05-11T10:39:00.000Z",
"location": {
"lat": 12.2,
"lng": -12.2
},
"tracking_id": "1ff51e99-3a05-448a-bc19-7b5c05274174",
"id": "0f45e7a3-0d9e-4454-be8b-c74a58427946",
"creation_date": "2020-06-11T10:39:00.000Z",
"metadata": "{ \"key\": \"value\"}"
}
]