Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Version History

« Previous Version 3 Next »

This documentation is a guide for affiliate 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 affiliate partner passes most of these data points to Backd using parameters in the URL, which auto-fills the personal and business details section. By sending as many data points as possible, we 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://backd.com/application/account/?refId=123456789&ref=Affiliate%20Partner%20Name&name=John&surname=Doe&businessName=Tech&20Company&amount=100000&email=joe.doe@gmail.com&contactNumber=0123456789&socialSecurityNumber=102304056&dateOfBirth=05%2F05%2F1999

  • ? - All the generated and acquired details of the client referral link gets 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 data in URLs.

  • %2F - If a forward slash is required in the data (used in the dateOfBirth and dateEstablished), a percentage signed followed by the letter “F” and a two (%2F) is used to represent it. The forward slash (%2F) is used to separate the day, month and year among each other.

  • & - 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 is optional but definitely recommended as it will ensure a great user experience:

Params

Description

Format

Required

Recommended

refId

Reference ID generated by affiliate partner

X

ref

Affiliate partner name

X

name

First names of user

X

surname

Last name of user

X

dateOfBirth

Date of birth of user

mm%2fdd%2fyyyy

X

socialSecurityNumber

Social security number of user

contactNumber

Mobile number of user

X

businessName

Name of business

X

dateEstablished

Start date of business

mm%2fdd%2fyyyy

X

taxIdNumber

Tax ID number of business

X

businessDba

Doing Business As of business

X

  • No labels