v1
latestOpenAPI 3.0.02026-07-24103118224.7 KBPayment
Confirm a payment
Confirms a payment that requires confirmation.
This endpoint is used to finalize payments that were created but need explicit confirmation before processing.
post/api/server/payment/{paymentId}/confirm
Path parameters
paymentIdstring required
Request body
Object required
Response
Confirm a payment 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"
}
}