Refunds
The cancel or refund a card transfer endpoint offers a robust solution for returning funds to a cardholder, regardless of the current state of the transfer. When possible, the reversals endpoint cancels the transfer, reversing the authorization and swiftly returning funds. If settlement is in progress or completed, a refund is issued instead.
Moov strongly suggests using the cancel or refund a card transfer endpoint over the create a refund endpoint.
Read our reversals documentation.
Cancel or refund a card transfer
POST
/accounts/{accountID}/transfers/{transferID}/reversals
Create a refund
POST
/accounts/{accountID}/transfers/{transferID}/refunds
List refunds
GET
/accounts/{accountID}/transfers/{transferID}/refunds
Retrieve refund
GET
/accounts/{accountID}/transfers/{transferID}/refunds/{refundID}