Orders
Create a payment for an order
Requires the order:update scope. Create a payment request / intent for an order.
post/v3/orders/{id}/payment
Response
Payment created successfully
Example response
{
"payment_method": "bank_transfer"
}Requires the order:update scope. Create a payment request / intent for an order.
Payment created successfully
{
"payment_method": "bank_transfer"
}