Create the Payment Order
POST
https://demo-api.vivapayments.com/checkout/v2/isv/orders?merchantId={id}
Body
PARAM
Key |
Datatype |
Required |
Description |
merchantId
|
string |
|
|
HEADERS
Key |
Datatype |
Required |
Description |
RESPONSES
status
curl -X POST 'https://demo-api.vivapayments.com/checkout/v2/isv/orders?merchantId={id}?merchantId={id}' -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,"disableExactAmount":false,"disableCash":false,"disableWallet":false,"isvAmount":0,"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"],"resellerSourceCode":"Default"}'