Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Payrix supports refunding and voiding transactions using the Portal or the API. The pages below describe how to perform voids and refunds on the Payrix platform:

Page Tree
rootRefunds
spacesPRC
startDepth1
excerpttrue

This page provides the following details about refunds and voids on Payrix:

Table of Contents

Refunding & voiding transactions

Settled payments submitted to Payrix via the Portal or API can easily be reversed by issuing a partial or full refund. Refunds can be done directly in the Portal or by sending a POST request to the /txns endpoint of the API.

...

Info

If a Merchant does not have sufficient offsetting transactions or funds available in Payrix to cover a refund, their primary bank account on file may be debited to cover it.

...

Refund processing cycle &

...

timeline

...

Card payment (sale) refund cycle & timeline - When a card payment or eCheck transaction is refunded, a new, but related, transaction is created within Payrix. an authorization code is immediately created to successfully process the transaction refund amount in real-time.

Note

Note: With the authorization of refunds, any refunds created in error will need to be adjusted with an offsetting sale transaction.

  • The related refund transaction will have a unique profile page in the Portal with a unique Transaction ID (TXN ID).

...

A pending card payment refund will be submitted as part of a Merchant’s next daily batch to be captured and settled on the same evening it is submitted. Thus, a refund will be pending until the Merchant’s batch closes at approximately 7:00PM or 9:30PM EST, then the status will update to captured, and shortly after that to settled.

...

Expand
titleReal-Time Refund Approval Response Codes
  •   '000' => Txns::RESPONSE_CODES['APPROVED']

  •   '010' => Txns::RESPONSE_CODES['PARTIALLY_APPROVED']

  •   '470' => Txns::RESPONSE_CODES['APPROVED']

  •   '473' => Txns::RESPONSE_CODES['APPROVED'] 

  •   '801' => Txns::RESPONSE_CODES['APPROVED'] 

  •   '802' => Txns::RESPONSE_CODES['APPROVED'] 

  •   '805' => Txns::RESPONSE_CODES['APPROVED'] 

Info

How long does it take for the customer to get their money back for a card payment refund?

When a refund is submitted, Payrix returns the relevant funds to the processing bank, but the timeline for the customer to actually see that money varies depending on how their bank processes refunds. Once a refund is settled the funds will usually hit the customer’s account within 3-7 business days (or 4-8 business days from when the refund is submitted by the Merchant) depending on the cardholder’s bank.

If a refund is showing as settled in Payrix but the customer hasn’t received their funds back yet, we suggest the cardholder reach out to their own bank before contacting Payrix Support.

...

Because an eCheck refund is an entirely new and unique ACH transaction, the cycle and timeline match the normal eCheck payment process.

Info

How long does it take for a customer to get their money back for an eCheck refund?

Generally, a customer will receive an eCheck refund 4-7 business days after it is submitted by the Merchant, but this varies depending on the customer’s bank.

Note

Because eCheck refunds are an entirely separate transaction from the original payment, it is technically possible for the original eCheck to return even after it was settled and a refund has been issued by the Merchant. In this scenario, the Merchant would be sending money to their customer even though they never received the original eCheck payment that was returned.

Therefore, it is critical for a Merchant to ensure the original eCheck payment was fully funded before issuing a refund, and that they only issue eCheck refunds to reputable customers. A Merchant can search their Available Balance to confirm if an eCheck payment has been funded. Even a fully funded eCheck payment doesn’t fully eliminate the risk of the eCheck returning at a later date, but it does help the Merchant mitigate the risks associated with eCheck refunds.

...

Voiding or canceling an approved transaction

When a card payment is initially submitted to Payrix the transaction status is approved until it is captured and settled as part of the Merchant’s daily batch. Because an approved transaction means the payment was authorized but it hasn’t been sent to the processing bank yet, and the funds are not available in the Merchant’s Payrix balance yet, these transactions cannot be refunded and must be voided or canceled in order to be reversed.

...

Once a transaction is voided or canceled it will not be included in the Merchant’s daily batch, and no funds will be moved from the customer’s bank to the Merchant’s Payrix account.

...

Submitting a refund or void transaction

Child pages (Children Display)