Skip to main content

Only available in Mexico

Fintoc lets you return an inbound transfer up to 90 days after the original transfer using the return transfer endpoint. This is useful when you want to return transfers based on your own business logic—for example, if you expect a specific amount but receive a different one.

Trigger the return

Using the transfer_id and the Fintoc-JWS-Signaturefor the request, call the return endpoint:

cURL

If successful, the returned object will be a transfer object with return_pending status. Once the return is processed, the status will change to returned.

Using the SDK

Handling the result of a returned transfer

You should handle the following webhook events when handling transfer returns: See our test guide to simulate both scenarios so you can handle the result in your integration correctly.