🔵Service Configuration

When you have activated the CoinbarPay payment service for your account through the CoinbarPay Dashboard, it's essential to configure your shop's parameters to ensure a smooth and secure payment experience for your customers.

This topic will guide you through configuring your shop's WEB_URL_CALLBACK and BE_URL_CALLBACK, which are vital links in providing a seamless transaction experience with minimal disruptions.

WEB_URL_CALLBACK

The web_url_callback is the URL to which your customers will be redirected after they complete a payment through the CoinbarPay Web Gateway. This callback URL is typically a page on your website that displays a payment confirmation or a summary of the transaction.

To configure your WEB_URL_CALLBACK:

  1. Log in to your CoinbarPay Dashboard.

  2. Navigate to the "Service Configuration" section.

  3. Locate the "Web URL Callback" field and enter the desired URL, ensuring it is a valid and accessible link on your website.

  4. Save your changes.

CoinbarPay will now automatically redirect your customers to this configured URL once a payment has been completed.

BE_URL_CALLBACK

The BE_URL_CALLBACK is a server-side URL that CoinbarPay uses to send payment status updates and notifications securely.

Warning

This callback ensures your backend systems are informed in real-time about any updates or changes related to a payment transaction.

To configure your be_url_callback:

  1. Log in to your CoinbarPay Dashboard.

  2. Navigate to the "Service Configuration" section.

  3. Locate the "Backend URL Callback" field and enter the desired URL, ensuring it is a valid endpoint on your server.

  4. Save your changes.

Upon successful configuration, CoinbarPay will send secure HTTP requests to this URL whenever there are updates or changes in payment status.

It is essential to properly handle these requests on your server-side and implement necessary actions, such as updating your database records, sending confirmation emails, or generating reports.

Warning

Ensure that both the WEB_URL_CALLBACKandBE_URL_CALLBACK are secure (HTTPS) and valids URLs, owned by You or Your Company, to avoid exposing sensitive customer or transaction data.

Last updated