v1
latestOpenAPI 3.1.02026-07-24120106.5 KBCreate A QR Payment Method Token
Creates a new qr payment method and returns an auto-generated token.
post/paymentmethodtokens/qrpayment
Request body
Response
200
Example response
{
"type": "CARD",
"qrPayment": {
"merchantId": "John Smith",
"accountHolderName": "22",
"qrType": "01",
"countryCode": "VISA",
"customerId": "1111"
},
"paymentMethodToken": "9b1045ac-e85e-4840-8871-4c96005d01ab"
}