POST
/
payments
/
h2h
/
{id}
cURL
curl --request POST \
  --url https://gateway.cyrexa.com/ipg/2.0.0/payments/h2h/{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>",
  "amount": 1,
  "unit": "<string>",
  "referenceId": "<string>",
  "notifyUrl": "<string>",
  "successUrl": "<string>",
  "failureUrl": "<string>",
  "originDomain": "<string>"
}'
This response does not have an example.

Path Parameters

id
integer
required

Body

Response

200

OK