Use BillPro's checkout and payment links in your integration

For each order, BillPro automatically creates a payment link. The payment link opens BillPro's 3D secure checkout that automatically renews when a customer clicks on the link. For a full description of the 3D secure checkout, see Secure checkout. The main use of payment links is to accept the initial payment or card registration to activate an order.

When you are working in the UI, you can easily send BillPro's notifications that include payment links to send by email, SMS, and display of URL or QR code. BillPro's notifications follow the card scheme guidelines. See Notifications.

When you are working with the API, you can also decide how to present the payment link to the customer, for example, you can send it in an email from your CRM or display it for the customer on your website.


To integrate with a BillPro payment link, do these steps.

  1. Create an order with the API or UI.
  2. From the order object, get the payment link. If you create the order with the API, you can get the link from the order object in the response. And you can use a GET request to retrieve the order object at any time.
  3. Present the payment link to the customer so that they can access the BillPro checkout using the payment link.