Order
Create order
Takes the given data and tries to create a new payment order in the pilvytis service.
post/v2/identities/{id}/{gw}/payment-order
Path parameters
idstring required
Identity for which to create an order
gwstring required
Gateway for which a payment order is created
Request body
Example request
{
"amount_usd": "20",
"country": "US",
"gateway_caller_data": {},
"myst_amount": "3.14",
"pay_currency": "EUR",
"project_id": "mysteriumvpn, mystnodes",
"state": "MO"
}Response
Payment order
Changes
Changed in 2 of the 52 revisions of this API.11
- ○
endpoint added
endpoint-added
- ○
- ▲
api path removed without deprecation
api-path-removed-without-deprecation
- ▲