Vault Refund by Customer ID
A Vault Refund will allow you to submit a Customer ID(Token) from your Customer Database(Vault) to issue a credit back to a customers credit card account.
Request
Response
POST: /v1/transactions/refund/to_customer
REQUEST:
{
"amount": 4,
"customer_id": "customerid123"
}
Field types: R – Required, O – Optional, C - Conditional
RESPONSE:
{
"success": true,
"response_code": 106,
"status_message": "Your transaction was successfully refunded.",
"transaction_id": 79226724,
"external_transaction_id": ""
}
page revision: 1, last edited: 10 Apr 2015 02:58