POST
/
v1
/
c
/
customer
/
{customer_id}
/
payment
/
method_selection
curl --request POST \
  --url http://127.0.0.1:8080/v1/c/customer/{customer_id}/payment/method_selection \
  --header 'Content-Type: application/json' \
  --header 'wb-key: <api-key>' \
  --data '{
  "payment_method": "CPMet_c40bea18-c0c9-44b1-bd0c-43f5283e1670"
}'
[
  "none"
]

Authorizations

wb-key
string
header
required

Path Parameters

customer_id
string
required

Id of the customer

Body

application/json

The choice regarding a customer's payments: either a regitered payment method, "manual" (payments made outside of wingback), or none defined

Available options:
none

Response

200 - application/json
customer payment method selection

The response is of type array.

Available options:
none