curl --request POST \
--url https://gateway.cyrexa.com/ipg/2.0.0/payments/cardMember/{id} \
--header 'Content-Type: application/json-patch+json' \
--data '{
"number": "<string>",
"cvv": "<string>",
"customerNumber": "<string>",
"amount": 1
}'
This response does not have an example.
Process card member payment endpoint
curl --request POST \
--url https://gateway.cyrexa.com/ipg/2.0.0/payments/cardMember/{id} \
--header 'Content-Type: application/json-patch+json' \
--data '{
"number": "<string>",
"cvv": "<string>",
"customerNumber": "<string>",
"amount": 1
}'
This response does not have an example.