cURL
curl --request GET \ --url https://demo.api.harmony.compago.com/api/one-time-payment \ --header 'x-api-key: <api-key>'
{ "count": 245, "page": 1, "pageSize": 100, "items": [ { "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "status": "PENDING", "description": "<string>", "amount": 123, "currency": "MXN", "externalId": "<string>", "expiresAt": "2023-11-07T05:31:56Z", "redirectUrl": "<string>", "homepageUrl": "<string>", "createdAt": "2023-11-07T05:31:56Z", "updatedAt": "2023-11-07T05:31:56Z", "billingInformation": { "email": "<string>", "firstName": "<string>", "lastName": "<string>", "phoneNumber": "<string>", "address": { "addressLine": "Av. Insurgentes Sur 1234", "city": "Ciudad de México", "state": "CDMX", "zip": "03100" } } } ] }
Page number for pagination
x >= 1
Number of items per page (max 500)
1 <= x <= 500
Filter by payment status
PENDING
CONFIRMED
CANCELLED
Filter by currency
MXN
Paginated list of one-time payments
Total number of one-time payments matching the filter criteria
245
Current page number
1
Number of items per page
100
Array of one-time payment objects
Show child attributes