Create an applicant
Provisioning
Create an applicant
Creates an applicant — the individual who owns the merchant application. This is the first step in the provisioning chain: applicant → application → submerchant.
POST
Create an applicant
Authorizations
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Body
application/json
Full name of the applicant
Maximum string length:
75Example:
"John Smith"
Mobile number (numeric only)
Maximum string length:
15Example:
"1234567890"
Email address of the applicant
Maximum string length:
75Example:
"john.smith@example.com"
Service provider product ID
Maximum string length:
4Example:
"255"
Response
201 - application/json
Applicant created successfully
Last modified on July 14, 2026

