Skip to main content
GET
/
v1
/
accounts
/
get_additional
Get Additional Documents
curl --request GET \
  --url https://api-sandbox.uqpaytech.com/api/v1/accounts/get_additional \
  --header 'x-auth-token: <api-key>'
[
  {
    "profile_key": "ARTICLES_OF_ASSOCIATION",
    "profile_name": "Onboarding Test",
    "profile_option": 1
  }
]

Authorizations

x-auth-token
string
header
required

The API token for login provided by UQPay.

Query Parameters

country
string
required

The ISO 3166-1 alpha-2 country code (e.g., "SG", "US").

This value should match the company_info.country_of_incorporation field provided during Create SubAccount.

business_code
enum<string>
required

Business type code.

Available options:
BANKING,
ACQUIRING

Response

OK

profile_key
string

Unique key representing the profile or document type.

Example:

"ARTICLES_OF_ASSOCIATION"

profile_name
string

Description of the file.

Example:

"Onboarding Test"

profile_option
enum<integer>

Indicates whether the document is required:

  • 1: Required document (required_docs)
  • 0: Optional document (option_docs)
Available options:
0,
1
Example:

1