Update a payment method

PATCH https://{{subdomain}}.commercelayer.io/api/payment_methods/{{payment_method_id}}

Request Body

{"data"=>{"type"=>"payment_methods", "id"=>"{{payment_method_id}}", "attributes"=>{"auto_capture"=>"{{payment_method_auto_capture}}", "_disable"=>"{{payment_method__disable}}", "_enable"=>"{{payment_method__enable}}"}, "relationships"=>{"market"=>{"data"=>{"type"=>"markets", "id"=>"{{payment_method_rel_id}}"}}}}}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Authorizationstring

RESPONSES

status: OK

{"data":{"id":"xYZkjABcde","type":"payment_methods","links":{"self":"https://yourdomain.commercelayer.io/api/payment_methods/xYZkjABcde"},"attributes":{"name":"Stripe Payment","payment_source_type":"stripe_payments","currency_code":"EUR","moto":false,"require_capture":true,"auto_place":true,"auto_capture":false,"price_amount_cents":0,"price_amount_float":0.0,"formatted_price_amount":"€0,00","auto_capture_max_amount_cents":0,"auto_capture_max_amount_float":0.0,"formatted_auto_capture_max_amount":"€0,00","disabled_at":"2018-01-01T12:00:00.000Z","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":{"market":{"links":{"self":"https://yourdomain.commercelayer.io/api/payment_methods/xYZkjABcde/relationships/market","related":"https://yourdomain.commercelayer.io/api/payment_methods/xYZkjABcde/market"}},"payment_gateway":{"links":{"self":"https://yourdomain.commercelayer.io/api/payment_methods/xYZkjABcde/relationships/payment_gateway","related":"https://yourdomain.commercelayer.io/api/payment_methods/xYZkjABcde/payment_gateway"}},"attachments":{"links":{"self":"https://yourdomain.commercelayer.io/api/payment_methods/xYZkjABcde/relationships/attachments","related":"https://yourdomain.commercelayer.io/api/payment_methods/xYZkjABcde/attachments"}},"versions":{"links":{"self":"https://yourdomain.commercelayer.io/api/payment_methods/xYZkjABcde/relationships/versions","related":"https://yourdomain.commercelayer.io/api/payment_methods/xYZkjABcde/versions"}}},"meta":{"mode":"test"}}}