Create payment order with card token
POST
curl -X POST 'https://demo-api.vivapayments.com/checkout/v2/orders' -d '{"amount":200,"customerTrns":"This is a description displayed to the customer","customer":{"email":"someone@vivawallet.com","fullName":"George Seferis","phone":"306949006456","countryCode":"GR","requestLang":"el-GR"},"paymentTimeout":1800,"preauth":false,"allowRecurring":false,"maxInstallments":0,"paymentNotification":true,"tipAmount":0,"disableCash":true,"disableWallet":true,"sourceCode":"Default","merchantTrns":"This is a short description that helps you uniquely identify the transaction","tags":["sample string 1","sample string 2","sample string 3"],"cardTokens":["ct_e73625a5fdc94712b85c987de9cb7503","ct_02d3eef8c38940a3882a4b9f553524fb"]}'