POST
/
v1
/
c
/
customer
/
{customer_id}
/
payment
/
method
Create a new payment method and select it.
curl --request POST \
  --url http://127.0.0.1:8080/v1/c/customer/{customer_id}/payment/method \
  --header 'wb-key: <api-key>'
{
  "provider": "stripe",
  "type": "vban_bank_transfer_eu"
}

Authorizations

wb-key
string
header
required

Path Parameters

customer_id
string
required

Id of the customer

Response

200 - application/json

customer payment methods

Payment Configuration setup intent