Resend an I2P Link


Last updated: 10/23/2025

Resend an I2P Link

I2P links can be easily resent if one fails.

picture

When using Invite2Pay (I2P) to render the HatchPay interface within your existing front-end, you may need to re-send the I2P link to the user in certain situations, such as when the user closes their browser or navigates away from the page. To do this, you can use the following endpoint: POST /v1/payment-proxy/i2p/transactions/{transactionId}/resend

{
    "recipient": "<EMAIL_OR_PHONE_NUMBER>",
    "communication_type": "<SMS or EMAIL>",
    "communication_details": {
        "subject": "<YOUR_SUBJECT>",
        "body": "<YOUR_BODY>"
    }
}

Note that the communication details are optional unless they want to deliver the message to a different device.

Previous: Start an I2P Flow Next: Integrate I2P UI iFrame
Overview
Related Articles