Create SubAccount
This endpoint allows you to create sub-accounts under one of the following supported business lines:
ACQUIRINGBANKINGISSUING
Each sub-account must be classified as either a COMPANY or an INDIVIDUAL entity.
Once the sub-account is created, it must pass review and be activated before it can be used.
For sub-accounts of type COMPANY, additional documents are typically required to complete onboarding. Please use the Get Additional Documents endpoint to retrieve the list of required and optional documents for your scenario.
Documentation Index
Fetch the complete documentation index at: https://developers.uqpay.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
The API token for login provided by UQPay.
Body
Select one of the following entity type.
- Individual Account
- Company Account
Information about the individual applying for the account.
The type of entity for the account.
COMPANY, INDIVIDUAL "COMPANY"
Nickname for the account.
100"MyTechCorp"
Personal information for individual account registration.
- Required when
entity_typeisINDIVIDUAL.
Identity verification information for individuals.
- Required when
entity_typeisINDIVIDUAL.
- Required when
entity_typeisINDIVIDUAL.
- Required when
entity_typeisINDIVIDUAL.
Details on the account's acceptance of the UQPAY Services Agreement This property can only be updated for Custom accounts.
Response
Account creation successfully.
A unique identifier of the account.
"f5bb6498-552e-40a5-b14b-616aa04ac1c1"
The short reference ID of the account.
"P220406-LLCVLRM"
Status of the account. One of the following:
- ACTIVE - The account has been activated.
- PROCESSING - The account is currently undergoing review and processing.
- INACTIVE - The account temporarily inactive
- CLOSED - The account has been closed.
"PROCESSING"
Status of the KYC/KYB. One of the following:
- REJECT - The account has been rejected during identity verification.
- APPROVED - The account has been verified and is active.
- PENDING - The account is currently undergoing identity verification.
- EXPIRED - The verification has expired.
- RETURN - The account has been returned for identity verification and needs to be re-uploaded.
APPROVED, PENDING, REJECT, EXPIRED, RETURN "APPROVED"

