Skip to main content
POST
Create an application

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Body

application/json
applicantId
string
required

Must be exactly 24 characters

Example:

"507f1f77bcf86cd799439011"

identity
object
required

Identity details for the business and its owners.

spProductId
string

Service provider product ID

Maximum string length: 4
Example:

"255"

Response

201 - application/json

Application created successfully

code
string

Machine-readable result code. See the Error Codes reference.

success
boolean

Whether the request was processed successfully. Declines return HTTP 200 with success: false.

message
string

Human-readable result message.

data
object

The response payload.

Last modified on July 14, 2026