5.1 Set order wire transfer payment
PATCH {{protocol}}://{{host}}/api/orders/{{order_id}}?include=payment_method
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
include | string |
Request Body
{"data"=>{"id"=>"{{order_id}}", "type"=>"orders", "relationships"=>{"payment_method"=>{"data"=>{"type"=>"payment_methods", "id"=>"{{wire_transfer_payment_method_id}}"}}}}}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Authorization | string |