6097bc689e41
Refund a transaction
Called by the Independent Software Vendor. Makes a request to TB in order to get a refund amount for an ACH transaction.
Headers
Needs to include Basic word before Base64 encoded api_id:api_token. The api_id is the identifier of the organization created on TAP; size range - up to 36 characters. The api_token is the unique token previously generated by TAP and provided securely to the organization; size range - 32. Example: Basic ODA5BVgrNdZkZmbiFlJlTThkYTA2eG00MzA5dHh1bWZnZgfdZDE=
Specifies the requested API version. If this field is not specified or has an invalid format, the API will return an error. If the specified version does not exist, a 404 page will be displayed. Accepted values - application/vnd.paymentfusion.v3.0.0+json
The Content-Type entity header is used to indicate the media type of the resource.
Response
Success
Example response
{
"amount": "string",
"auth_amount": "string",
"gateway_auth_code": "string",
"card_type": "string",
"created_at": "string",
"gateway_identifier": "string",
"gateway_reference_number": "string",
"gateway_response_message": "string",
"gateway_result_code": "string",
"gateway_result_text": "string",
"merchant_id": "string",
"mid": "string",
"remote_id": "string",
"tid": "string",
"tip_amount": "string",
"transaction_status": "string",
"v": "string"
}