v1
latestOpenAPI 3.0.02026-07-24103118224.7 KBPayment
Get a payment by ID
Retrieves details of a specific payment by ID
get/api/payment/{paymentId}
Path parameters
paymentIdstring required
Example:paymentId_1234567890abcdef
Unique identifier of the payment
Response
Get a payment by ID successful
Example response
{
"lastDepositAttempt": {
"status": "succeeded",
"amount": 10000,
"paymentMethod": "CARD",
"error": "card_declined",
"attemptedAt": "2025-10-24T14:35:00Z"
},
"taxRateInPercentage": 20,
"pricingMode": "TAX_EXCLUSIVE",
"lastThreeDsAttempt": {
"status": "succeeded",
"cardBrand": "Visa",
"createdDate": "2025-11-12T21:51:33.530Z"
},
"invoiceUrl": "https://api.inflowpay.com/invoice/download?token=abc123xyz",
"customerPaymentMethod": {
"id": "cpm_abc123",
"type": "card",
"cardBrand": "visa",
"cardLast4": "4242"
}
}