Skip to main content
POST
/
v3
/
orders
/
{id}
/
payment
Create a payment for an order
curl --request POST \
  --url https://api.myscalev.com/v3/orders/{id}/payment \
  --header 'Authorization: Bearer <token>'
{}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Response

Payment created successfully

The response is of type object.