Creates a payment intent. This is the first step in making a payment / purchase / sale transaction.
Bad payload.
Invalid API key/MID.
Forbidden from performing this action.
{- "subTotal": 100,
- "tip": 50,
- "tax": 10,
- "merchantReference": "sale-10-10-2022",
- "customerRef": "sale-10-10-2022",
- "manualCardEntry": false,
- "items": {
- "name": "string",
- "qty": 0,
- "itemId": "string",
- "price": 0,
- "skuId": "string"
}
}
{- "intentId": "uuid-uuid-uuid-uuid"
}