Generate charge token (skip 3DS auth)
POST https://api.vivapayments.com/nativecheckout/v2/chargetokens:skipauth
Request Body
{"amount"=>100, "cvv"=>"111", "number"=>"5188340000000060", "holderName"=>"Surname Name", "expirationYear"=>2030, "expirationMonth"=>10, "sessionRedirectUrl"=>"[my redirect URL]"}
HEADERS
| Key | Datatype | Required | Description |
|---|---|---|---|
Content-Type | string |