To create a new customer payment source, send a POST request to the /api/customer_payment_sources endpoint, passing the resource arguments in the request body.
Request
POST https://yourdomain.commercelayer.io/api/customer_payment_sources
Arguments
Body Parameter
Type
Required
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
Example
The following request creates a new customer payment source: