🔵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
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
:
Log in to your CoinbarPay Dashboard.
Navigate to the "Service Configuration" section.
Locate the "Web URL Callback" field and enter the desired URL, ensuring it is a valid and accessible link on your website.
Save your changes.
CoinbarPay will now automatically redirect your customers to this configured URL once a payment has been completed.
BE_URL_CALLBACK
BE_URL_CALLBACK
The BE_URL_CALLBACK
is a server-side URL that CoinbarPay uses to send payment status updates and notifications securely.
To configure your be_url_callback:
Log in to your CoinbarPay Dashboard.
Navigate to the "Service Configuration" section.
Locate the "Backend URL Callback" field and enter the desired URL, ensuring it is a valid endpoint on your server.
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.
Last updated