ReDoc documentation

guest-carts/{cartId}/payment-order

guest-carts/{cartId}/payment-order

post/V1/guest-carts/{cartId}/payment-order

Create a payment order for guest customer

Request
path Parameters
cartId
required
string
Request Body schema:
location
required
string
methodCode
required
string
paymentSource
required
string
vaultIntent
boolean
Responses
200

200 Success.

500

Internal Server error

default

Unexpected error

Request samples
{
  • "methodCode": "string",
  • "paymentSource": "string",
  • "location": "string",
  • "vaultIntent": true
}
Response samples
{
  • "id": "string",
  • "mp_order_id": "string",
  • "status": "string"
}