Tasksuite - BNPL Linking Documentation

This documentation is a guide for BNPL (Buy Now Pay Later) partners of Backd to utilize the full potential of client referrals and give the client a seamless experience.

We collect a few data points from referred clients during the application process on the Backd system. Ideally, the BNPL partner passes most of these data points to Backd using parameters in the URL, which auto-fills the BNPL invoice details page. By sending as many data points as possible, we can ensure the best experience for the client by minimizing the number of details they need to fill in.

An example URL is as follows: https://www.backd.com/application/invoice-details/?amount=10000&ref=12345&vendor=Tech%20Company

Limitations: Ensure the domain includes the www subdomain, i.e. www.backd.com. The hosting platform does not support redirects with query parameters. The browser will redirect requests to the non-canonical URL with a 302 redirect response to the canonical equivalent & drop all query parameters.

Note: Please replace the domain with https://test.backd.com for testing purposes.

  • ? - All the generated and acquired details of the client referral link get inserted after the question mark (?) in the URL.

  • = - Every data point has an ID name followed by an equal sign (=) with the generated and acquired data from the affiliate partner.

  • %20 - If a space is required in the data, a percentage sign followed by the number twenty (%20) represents it as it is standard for URL data.

  • & - The ampersand (&) is used to separate the different data points from one another.


The following table will present all the data point ID names and which are required. The rest are optional but recommended as they will ensure a great user experience:

Params

Description

Format

Required

Recommended

Params

Description

Format

Required

Recommended

amount

Invoice amount

Integer/Number

X

 

ref

Invoice reference ID/String generated by BNPL partner

String

 

 

 X

 

vendor

Business name

String

 X