v1
latestOpenAPI 3.1.02026-07-26549156879.0 KBBanking > CardPayment
Reads a single Card payment
Reads a single Card payment
get/api/2026-07-01/resources/banking/card_payments/{id}
Path parameters
idstring required
An array of card payment IDs to filter by.
Response
OK
Example response
{
"id": "135",
"card_id": "123",
"amount_cents": -1000,
"currency": "EUR",
"merchant_name": "Test Merchant",
"merchant_amount_cents": -1000,
"merchant_currency": "EUR",
"approved": true,
"external_created_at": "2025-01-01T00:00:00.000Z",
"status": "closed",
"type": "payment",
"exchange_rate": 1,
"rejected_reason": "insufficient_funds",
"created_at": "2025-01-01T00:00:00.000Z"
}