POST:orders/pay.json
POST:orders/pay.json
Description
Perform payment on an existing order.
Permission bit: "orders.payment"
Topic: Orders
Query Parameters
Unique order identifier. See also: Unique Identifiers
Example: ?order_id=or_EQzGqWoY
Unique shop identifier. See also: Unique Identifiers
Example: ?shop_id=sh_EQzGqWoY
Request Body
{ "confirm": true, "credit_card": { "month": 1, "name": "John Smith", "number": "4242424242424242", "verification_value": "421", "year": 2025 }, "manual": { "amount": 0 }, "payment_method": "", "paypal": { "order_id": "", "patch": true } }
Response Body
Response Body Type
Loading module