v1

latestOpenAPI 3.0.02026-07-2640301.0 MB
Interac Endpoints

interac/email/set-my-email

This endpoint allows you to identify an Interac email as belonging to the VoPay account holder. Optionally, you can use this endpoint to identify an Interac email as being the VoPay account holder's default email. Note, a VoPay account can only have one default Interac email.

post/interac/email/set-my-email

Response

Successboolean required

True if the request was successful, false if it failed

ErrorMessagestring required

Contains a description of the error if the request failed

Tokenstring required

The token associated with the email record

IsDefaultboolean required

The IsDefault status for the udpated record

Example response

{
  "Success": true,
  "Token": "1e7mtunsbhygfnfpm83zd8rig1hqoqu76y618x3eps4omcye0w83mjj2kk884w0o",
  "IsDefault": true
}