List payment intents
curl --request GET \
--url http://localhost:3001/v1/payment-intents{
"items": [
{
"id": "<string>",
"organizationId": "<string>",
"externalReference": "<string>",
"source": {
"amount": "<string>",
"currency": "<string>"
},
"destination": {
"amount": "<string>",
"currency": "<string>"
},
"paymentType": "<string>",
"paymentSubtype": "<string>",
"stablecoin": "<string>",
"chain": "<string>",
"beneficiaryAccount": "<string>",
"beneficiaryName": "<string>",
"status": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z"
}
],
"total": 123,
"limit": 123,
"offset": 123
}๐ธ Payment Intents
List payment intents
GET
/
v1
/
payment-intents
List payment intents
curl --request GET \
--url http://localhost:3001/v1/payment-intents{
"items": [
{
"id": "<string>",
"organizationId": "<string>",
"externalReference": "<string>",
"source": {
"amount": "<string>",
"currency": "<string>"
},
"destination": {
"amount": "<string>",
"currency": "<string>"
},
"paymentType": "<string>",
"paymentSubtype": "<string>",
"stablecoin": "<string>",
"chain": "<string>",
"beneficiaryAccount": "<string>",
"beneficiaryName": "<string>",
"status": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z"
}
],
"total": 123,
"limit": 123,
"offset": 123
}Headers
Minimum string length:
1Minimum string length:
1Query Parameters
Required range:
1 <= x <= 100Required range:
0 <= x <= 9007199254740991Available options:
initiated, submitted, pending, sent, completed, failed, returned, reversed, cancelled, unknown Minimum string length:
1โI
