Payment
Get Saved Payment Method
it belongs to that wb_customer and customer
GET
Authorizations
Path Parameters
Id of the customer
Id of the payment method
Response
200 - application/json
Either a Card or a Sepa Debit authorization, and the provider.
Only fields starting with card_ or fields starting with ssd_ can be filled.
Date the payment method was configured
Details about the configured payment method
- Card - credit card
- SepaDebit - SEPA bank payments
Unique identifier of an object. Consists of object class prefix and a UUID
Type of the Payment Method:
- Card - Credit Card
- SepaDebit - SEPA bank transfer
Available options:
card
, sepa_debit
, vban_bank_transfer_eu
The payment providers known by the backend.
Those variants MUST be kept identical to the variants of the payment_provider enum of the postgres database
Available options:
authorize
, self_handled
, stripe
Payment Method Status:
- Active - can be used
- Inactive - disabled. Might be re-enabled
- Detached - disabled, can not be re-activated
- Invalid - error using payment method
Available options:
active
, inactive
, detached
, invalid
Name on the credit card
Priority of the configured payment method. Smaller number is higher priority