Only available in Mexico

Trigger the return
Using thetransfer_id and the Fintoc-JWS-Signature header for the request, call the return transfer endpoint:
curl
Node
Python
Response
return_pending status. After Fintoc processes the return, the status changes to returned.
Handle the result of the return
Handle the following webhook events to track the outcome of a return:Test the integration
Confirm your integration intest mode before going live. Trigger a return against a simulated inbound transfer and check that your webhook handler receives the expected event:
- For a successful return, expect the
transfer.inbound.returnedevent and a transfer withreturnedstatus. - For a failed return, expect the
transfer.inbound.return_failedevent and a transfer back insucceededstatus.