Create a customer payment source
POST https://{{subdomain}}.commercelayer.io/api/customer_payment_sources
Request Body
{"data"=>{"type"=>"customer_payment_sources", "relationships"=>{"customer"=>{"data"=>{"type"=>"customers", "id"=>"{{customer_payment_source_rel_id}}"}}}}}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Authorization | string |
RESPONSES
status: Created
{"data":{"id":"xYZkjABcde","type":"customer_payment_sources","links":{"self":"https://yourdomain.commercelayer.io/api/customer_payment_sources/xYZkjABcde"},"attributes":{"name":"XXXX-XXXX-XXXX-1111","customer_token":"cus_xxxyyyzzz","payment_source_token":"pm_xxxyyyzzz","created_at":"2018-01-01T12:00:00.000Z","updated_at":"2018-01-01T12:00:00.000Z","reference":"ANY-EXTERNAL-REFEFERNCE","reference_origin":"ANY-EXTERNAL-REFEFERNCE-ORIGIN","metadata":{"foo":"bar"}},"relationships":{"customer":{"links":{"self":"https://yourdomain.commercelayer.io/api/customer_payment_sources/xYZkjABcde/relationships/customer","related":"https://yourdomain.commercelayer.io/api/customer_payment_sources/xYZkjABcde/customer"}},"payment_method":{"links":{"self":"https://yourdomain.commercelayer.io/api/customer_payment_sources/xYZkjABcde/relationships/payment_method","related":"https://yourdomain.commercelayer.io/api/customer_payment_sources/xYZkjABcde/payment_method"}},"payment_source":{"links":{"self":"https://yourdomain.commercelayer.io/api/customer_payment_sources/xYZkjABcde/relationships/payment_source","related":"https://yourdomain.commercelayer.io/api/customer_payment_sources/xYZkjABcde/payment_source"}},"versions":{"links":{"self":"https://yourdomain.commercelayer.io/api/customer_payment_sources/xYZkjABcde/relationships/versions","related":"https://yourdomain.commercelayer.io/api/customer_payment_sources/xYZkjABcde/versions"}}},"meta":{"mode":"test"}}}