POST
/
payments
/
apple
/
{id}
cURL
curl --request POST \
  --url https://gateway.cyrexa.com/ipg/2.0.0/payments/apple/{id} \
  --header 'Content-Type: application/json-patch+json' \
  --data '{
  "name": "<string>",
  "email": "jsmith@example.com",
  "phoneNumber": "<string>",
  "address": "<string>",
  "city": "<string>",
  "state": "<string>",
  "postalCode": "<string>",
  "country": "<string>",
  "token": "<string>",
  "browserInfo": {
    "acceptHeader": "<string>",
    "colorDepth": "<string>",
    "ip": "<string>",
    "javaEnabled": true,
    "javascriptEnabled": true,
    "language": "<string>",
    "screenHeight": "<string>",
    "screenWidth": "<string>",
    "timezone": "<string>",
    "userAgent": "<string>"
  },
  "is3ds": true,
  "isSandbox": true,
  "ipAddress": "<string>"
}'
This response does not have an example.

Path Parameters

id
integer
required

Body

Response

200

OK