Resend an I2P Link
Last updated: 6/17/2026
Resend an I2P Link
Re-send an Invite2Pay link if the customer never received or completed it.
Sometimes a customer never receives the Invite2Pay link, lets it expire, or closes the page before paying. In those cases you can re-send the invite for an existing I2P transaction. The transaction must already be marked for I2P.
POST /v1/payment-proxy/i2p/transactions/{transaction_id}/resend
{
"recipient": "<EMAIL_OR_PHONE_NUMBER>",
"communication_type": "<SMS or EMAIL>",
"communication_details": {
"subject": "<YOUR_SUBJECT>",
"body": "<YOUR_BODY>"
}
}
The communication_details are optional. Provide a recipient when you need to deliver the link to a different phone number or email than the one originally used — for example, if the customer mistyped their contact information.