Vault Sale By Customer ID
A Vault Sale will allow you to process a transaction with a Customer ID(Token) from your Customer Database(Vault).
Request
Response
POST: /v1/transactions/sale/by_customer
REQUEST:
{
"amount": 4,
"customer_id": "customerid123"
}
Field types: R – Required, O – Optional, C - Conditional
RESPONSE:
{
"success": true,
"response_code": 101,
"status_message": "Your transaction was successfully approved.",
"transaction_id": 79223005,
"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 02:38