Create the Payment Order
POST https://demo-api.vivapayments.com/checkout/v2/isv/orders?merchantId={id}
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
merchantId | string |
Request Body
{"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"}