Get a specific customer payment

get/customer-payments/{customer_payment_id}
SecuritybearerAuth
Request
path Parameters
customer_payment_id
required
integer <int64> (IdParam) >= 1

Customer payment identifier

Example: 1
Responses
200

Payment provider found

400

Bad Request

401

Unauthorized

403

Forbidden

404

Not Found

Response samples
application/json
{
  • "id": 1,
  • "customerId": 1,
  • "amountInMajorCurrency": 10.5,
  • "resultingCustomerBalance": 10.5,
  • "currencyId": 1,
  • "description": "string",
  • "reference": "string",
  • "type": "CHEQUE",
  • "paymentDate": "2019-08-24",
  • "customerPaymentType": "CUSTOMER",
  • "txnType": "INVOICE_CREATED"
}