v1

latestOpenAPI 3.1.02026-07-24111224223.3 KB
Customer Payments

Gets payment method

Returns the payment method configured for auto-payment for the given customer.

get/customers/{customer_id}/settings/payment

Path parameters

customer_idstring uuid required

UUID of the customer to be used in this operation.

Response

OK

last_four_digitsstring

The last four digits of the payment method.

chargeableboolean required

Whether the payment method can be used or not. If false, further action from the customer might be required.

payment_type'CARD' | 'BANK_ACCOUNT' | 'OTHER' required