Update a checkout.com payment
PATCH https://{{subdomain}}.commercelayer.io/api/checkout_com_payments/{{checkout_com_payment_id}}
Request Body
{"data"=>{"type"=>"checkout_com_payments", "id"=>"{{checkout_com_payment_id}}", "attributes"=>{"failure_url"=>"{{checkout_com_payment_failure_url}}", "_details"=>"{{checkout_com_payment__details}}", "_refresh"=>"{{checkout_com_payment__refresh}}"}, "relationships"=>{"order"=>{"data"=>{"type"=>"orders", "id"=>"{{checkout_com_payment_rel_id}}"}}}}}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Authorization | string |
RESPONSES
status: OK
{"data":{"id":"xYZkjABcde","type":"checkout_com_payments","links":{"self":"https://yourdomain.commercelayer.io/api/checkout_com_payments/xYZkjABcde"},"attributes":{"public_key":"pk_test_xxxx-yyyy-zzzz","payment_type":"token","token":"tok_4gzeau5o2uqubbk6fufs3m7p54","session_id":"sid_y3oqhf46pyzuxjbcn2giaqnb44","success_url":"http://commercelayer.dev/checkout_com/success","failure_url":"http://commercelayer.dev/checkout_com/failure","source_id":"src_nwd3m4in3hkuddfpjsaevunhdy","customer_token":"cus_udst2tfldj6upmye2reztkmm4i","redirect_uri":"https://api.checkout.com/3ds/pay_mbabizu24mvu3mela5njyhpit4","payment_response":{"foo":"bar"},"mismatched_amounts":false,"payment_instrument":{"issuer":"cl bank","card_type":"visa"},"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":{"order":{"links":{"self":"https://yourdomain.commercelayer.io/api/checkout_com_payments/xYZkjABcde/relationships/order","related":"https://yourdomain.commercelayer.io/api/checkout_com_payments/xYZkjABcde/order"}},"payment_gateway":{"links":{"self":"https://yourdomain.commercelayer.io/api/checkout_com_payments/xYZkjABcde/relationships/payment_gateway","related":"https://yourdomain.commercelayer.io/api/checkout_com_payments/xYZkjABcde/payment_gateway"}},"versions":{"links":{"self":"https://yourdomain.commercelayer.io/api/checkout_com_payments/xYZkjABcde/relationships/versions","related":"https://yourdomain.commercelayer.io/api/checkout_com_payments/xYZkjABcde/versions"}}},"meta":{"mode":"test"}}}