Logo
Developer portal API Documentation

Generate charge token (skip 3DS auth)

POST https://api.vivapayments.com/nativecheckout/v2/chargetokens:skipauth

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Content-Type
string




RESPONSES

status





Curl
curl -X POST 'https://api.vivapayments.com/nativecheckout/v2/chargetokens:skipauth' -H 'Content-Type: application/json' -d '{"amount":100,"cvv":"111","number":"5188340000000060","holderName":"Surname Name","expirationYear":2030,"expirationMonth":10,"sessionRedirectUrl":"[my redirect URL]"}'

ENDPOINTS