v1

latestOpenAPI 3.0.02026-08-06363576.8 KB
Customer

Add a payment method to customer.

Requires a secret key. You must first acquire a temporary payment method token using /temporarypaymentmethod/ and use that in your post body.

post/customers/paymentmethod/

Request body

customer_referencestring required
tokenstring required

Example request

{
  "customer_reference": "12345",
  "token": "637302f0412e2e11adc0ba21adafcf11"
}

Response

Successful operation