Create a payment order for logged in customer
Create a payment order for logged in customer
Body
-
vaultIntent boolean
POST /V1/carts/mine/payment-order
curl \
-X POST https://magento2.winkelstraat.mac/rest/all/V1/carts/mine/payment-order \
-d '{"methodCode":"string","paymentSource":"string","location":"string","vaultIntent":true}'
Request examples
{
"methodCode": "string",
"paymentSource": "string",
"location": "string",
"vaultIntent": true
}
Response examples (200)
{
"id": "string",
"mp_order_id": "string",
"status": "string",
"amount": 42.0,
"currency_code": "string"
}
Response examples (401)
{
"message": "string",
"errors": [
{
"message": "string",
"parameters": [
{
"resources": "string",
"fieldName": "string",
"fieldValue": "string"
}
]
}
],
"code": 42,
"parameters": [
{
"resources": "string",
"fieldName": "string",
"fieldValue": "string"
}
],
"trace": "string"
}
Response examples (500)
{
"message": "string",
"errors": [
{
"message": "string",
"parameters": [
{
"resources": "string",
"fieldName": "string",
"fieldValue": "string"
}
]
}
],
"code": 42,
"parameters": [
{
"resources": "string",
"fieldName": "string",
"fieldValue": "string"
}
],
"trace": "string"
}
Response examples (default)
{
"message": "string",
"errors": [
{
"message": "string",
"parameters": [
{
"resources": "string",
"fieldName": "string",
"fieldValue": "string"
}
]
}
],
"code": 42,
"parameters": [
{
"resources": "string",
"fieldName": "string",
"fieldValue": "string"
}
],
"trace": "string"
}