Create a customer payment source
How to create a customer payment source via API
Last updated
How to create a customer payment source via API
Last updated
To a new customer payment source, send a POST
request to the /api/customer_payment_sources
endpoint, passing the resource arguments in the request body.
POST https://yourdomain.commercelayer.io/api/customer_payment_sources
type
string
Required
attributes.customer_token
string
Optional
attributes.payment_source_token
string
Optional
attributes.reference
string
Optional
attributes.reference_origin
string
Optional
attributes.metadata
object
Optional
relationships.customer
object
Required
relationships.payment_method
object
Optional
relationships.payment_source
object
Optional
The following request creates a new customer payment source: