curl --request POST \
--url https://gateway.cyrexa.com/ipg/2.0.0/payments/creditCard/{id} \
--header 'Content-Type: application/json-patch+json' \
--data '{
"name": "<string>",
"number": "<string>",
"expiration": "<string>",
"cvv": "<string>",
"email": "jsmith@example.com",
"phoneNumber": "<string>",
"address": "<string>",
"city": "<string>",
"state": "<string>",
"postalCode": "<string>",
"country": "<string>",
"captureDelayHours": 3,
"browserInfo": {
"acceptHeader": "<string>",
"colorDepth": "<string>",
"ip": "<string>",
"javaEnabled": true,
"javascriptEnabled": true,
"language": "<string>",
"screenHeight": "<string>",
"screenWidth": "<string>",
"timezone": "<string>",
"userAgent": "<string>"
},
"wallet": {
"walletType": "<string>",
"authenticationValue": "<string>",
"xid": "<string>",
"eci": "<string>"
},
"is3ds": true,
"isSandbox": true,
"ipAddress": "<string>"
}'
This response does not have an example.
Process credit card payment endpoint
curl --request POST \
--url https://gateway.cyrexa.com/ipg/2.0.0/payments/creditCard/{id} \
--header 'Content-Type: application/json-patch+json' \
--data '{
"name": "<string>",
"number": "<string>",
"expiration": "<string>",
"cvv": "<string>",
"email": "jsmith@example.com",
"phoneNumber": "<string>",
"address": "<string>",
"city": "<string>",
"state": "<string>",
"postalCode": "<string>",
"country": "<string>",
"captureDelayHours": 3,
"browserInfo": {
"acceptHeader": "<string>",
"colorDepth": "<string>",
"ip": "<string>",
"javaEnabled": true,
"javascriptEnabled": true,
"language": "<string>",
"screenHeight": "<string>",
"screenWidth": "<string>",
"timezone": "<string>",
"userAgent": "<string>"
},
"wallet": {
"walletType": "<string>",
"authenticationValue": "<string>",
"xid": "<string>",
"eci": "<string>"
},
"is3ds": true,
"isSandbox": true,
"ipAddress": "<string>"
}'
This response does not have an example.