Skip to main content

Only available in Mexico

Fintoc lets you return an inbound transfer up to 90 days after the original transfer. Call the return endpoint based on your business logic. For example, return a transfer when you expect a specific amount but receive a different one.

Trigger the return

Use the transfer_id and a JSON Web Signature (JWS) in the Fintoc-JWS-Signature header to call the return endpoint:

cURL

The endpoint returns a transfer with the return_pending status. After Fintoc processes the return, the status changes to returned.

Using the SDK

Handle the return result

Handle these webhook events for transfer returns: Use the test guide to simulate both outcomes and verify that your integration handles each one.