Paying to v2 /pay:
{ "amount": 944, "currency": "USD", "expMonth": 12, "expYear": 16, "cvv": "123", "last4": "1111", "first6": "411111", "cardEncrypted": "DATA_HERE", "orderId": "Y929H9F0D6ZJT" }
and getting success back:
{ "paymentId": "ZSV3B7BJ8H862", "result": "APPROVED", "authCode": "83433", "token": "N7HFHPE2EAKER" }
then another payment for another order with same token:
{ "amount": 944, "currency": "USD", "token": "N7HFHPE2EAKER", "orderId": "3GV5FS1GDFJG8" }
results in 503 Error connecting to Payment Gateway
How can I pay with token returned from first payment?