Get payment intent detail
curl --request GET \
--url http://localhost:3001/v1/payment-intents/{paymentIntentId}{
"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",
"direction": "<string>",
"effectiveDate": "2023-11-07T05:31:56Z",
"references": null,
"metadata": null,
"reconciliationCase": {
"id": "<string>",
"organizationId": "<string>",
"paymentIntentId": "<string>",
"expectedAmount": "<string>",
"actualAmount": "<string>",
"exceptionType": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z"
},
"auditEvents": [
{
"id": "<string>",
"organizationId": "<string>",
"paymentIntentId": "<string>",
"caseId": "<string>",
"rawRecordId": "<string>",
"importBatchId": "<string>",
"eventType": "<string>",
"actor": "<string>",
"payload": null,
"message": "<string>",
"occurredAt": "2023-11-07T05:31:56Z"
}
]
}๐ธ Payment Intents
Get payment intent detail
GET
/
v1
/
payment-intents
/
{paymentIntentId}
Get payment intent detail
curl --request GET \
--url http://localhost:3001/v1/payment-intents/{paymentIntentId}{
"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",
"direction": "<string>",
"effectiveDate": "2023-11-07T05:31:56Z",
"references": null,
"metadata": null,
"reconciliationCase": {
"id": "<string>",
"organizationId": "<string>",
"paymentIntentId": "<string>",
"expectedAmount": "<string>",
"actualAmount": "<string>",
"exceptionType": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z"
},
"auditEvents": [
{
"id": "<string>",
"organizationId": "<string>",
"paymentIntentId": "<string>",
"caseId": "<string>",
"rawRecordId": "<string>",
"importBatchId": "<string>",
"eventType": "<string>",
"actor": "<string>",
"payload": null,
"message": "<string>",
"occurredAt": "2023-11-07T05:31:56Z"
}
]
}Headers
Minimum string length:
1Minimum string length:
1Path Parameters
Minimum string length:
1Response
Default Response
Show child attributes
Show child attributes
Show child attributes
Show child attributes
Show child attributes
Show child attributes
Show child attributes
Show child attributes
โI
