Requirements for the Merchant

  1. Base URL of the website
  2. Merchant logo URL
  3. Redirect URL for successful subscriptions (success_url) - [optional]
  4. Redirect URL for failed subscriptions (error_url) - [optional] [can be the same URL as point 3]
  5. Notification URL (Webhook) for status updates [optional]

<aside> <img src="/icons/info-alternate_blue.svg" alt="/icons/info-alternate_blue.svg" width="40px" /> If you are integrating via API and do not define the optional URLs, the default URLs will be as follows:

</aside>

What ETpays provides you


We will provide you with the following data to initiate the subscription process:

Deliverable Reference Documentation
Merchant Code [MERCHANT_CODE]
API Password [MERCHANT_API_TOKEN]
Base API URL [API_URL]
Platform API URL [API_PLATFORM_URL]
Subscription Funnel URL [DD_URL]

<aside> <img src="/icons/info-alternate_blue.svg" alt="/icons/info-alternate_blue.svg" width="40px" /> Detailed usage instructions for this information can be found in the Base Process section

</aside>