post https://api.merchant.geidea.net/pgw/api/v6/direct/authenticate/initiate
Log in to see full request history
Responses
xxxxxxxxxx
18curl --request POST \
--url https://api.merchant.geidea.net/pgw/api/v6/direct/authenticate/initiate \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"cardNumber": "5123450000000008",
"ReturnUrl": "https://samplereturnurl.com",
"callbackUrl": "https://samplecallbackurl.com",
"paymentOperation": "Pay",
"source": "DirectAPI",
"deviceIdentification": {
"providerDeviceId": "6fd571631df9d1e58269af54eeb4c1f0",
"language": "en",
"userAgent": "User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.79 Safari/537.36"
}
}
'
Try It!
to start a request and see the response here! Or choose an example: