Generate charge token using card details
POST https://demo-api.vivapayments.com/nativecheckout/v2/chargetokens
Request Body
{"authenticateCardholder"=>false, "Amount"=>1000, "Cvc"=>"111", "Number"=>"4016000000040000012", "Holdername"=>"John Doe", "ExpirationYear"=>2030, "ExpirationMonth"=>10, "SessionRedirectUrl"=>"https://www.example.com"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |