Pay for an order
POST {{base_url}}/api/orders/:order_id/payments
Initiate a payment to pay full amount for an order using a customer's saved payment method.
Full documentation: Merchant API - Pay for an order
Request Body
{"saved_payment_method"=>{"type"=>"card", "id"=>"{payment_method_id}", "initiator"=>"merchant"}}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Revolut-Api-Version | string |