Your Tamaro widget has three default pages that show up after a donor submits a donation:
- If the donation was successful, they will see a success page with a summary of their donation.
- If something went wrong (for example, the payment could not be processed because of a problem with the credit card), they will see an error page.
- If the donor cancels the donation before it's been processed, they will see a cancel page confirming that the donation has been cancelled.
However, if you want to use your own success, error and cancel pages to offer a more customized experience, you only need to add the following JSON snippet to your code:
<script>
"epikConfig": {
"epikId": "widget",
"eppEnv": "prod",
"eppApiKey": "APIKey",
"eppMerchantId": "MerchantID",
"successUrl": "https://test.com?foo=good",
"errorUrl": "https://test.com?foo=bad",
"cancelUrl": "https://test.com?foo=cancel"
}
</script>
Just make sure to enter your API key and Merchant ID, as well as the URLs of your new pages.
If you don't know where to find your API Key or Merchant ID, our Support Team will be happy to lend a hand. Just drop an email at support@raisenow.com.
Comments
0 comments
Please sign in to leave a comment.