Sale by Transaction ID
A Sale by Transaction ID will allow you to process a transaction with the credit card billing information from a past transaction.
Request
Response
POST: /v1/transactions/sale/by_transaction
REQUEST:
{
"amount": 4,
"transaction_id": "79284961"
}
Field types: R – Required, O – Optional, C - Conditional
RESPONSE:
{
"success": true,
"response_code": 101,
"status_message": "Your transaction was successfully approved.",
"transaction_id": 79285462,
"approval_code": "TAS212",
"approval_message": "APPROVAL TAS212 - Approved and completed",
"avs_response": "0",
"csc_response": "",
"external_transaction_id": ""
}
page revision: 2, last edited: 10 Apr 2015 03:18