Create Payment Order v1
POST https://demo.vivapayments.com/api/orders
Request Body
{"amount"=>200, "email"=>"customer@example.com", "fullName"=>"Customer full name", "customerTrns"=>"Short description of items/services purchased to display to your customer", "phone"=>"7967813180", "requestLang"=>"en-GB", "sourceCode"=>"3891", "disableExactAmount"=>"false", "disableCash"=>"false", "disableWallet"=>"false", "allowRecurring"=>"false", "isPreAuth"=>"false", "maxInstallments"=>1, "tipAmount"=>0, "paymentTimeout"=>1800, "expirationDate"=>"2021-12-01T08:00:00+00:00", "serviceId"=>0, "merchantTrns"=>"Short description of items/services purchased by customer", "isCardVerification"=>false, "tags"=>["sample string 1", "sample string 2", "sample string 3"]}