跳转到主要内容
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
  }
]

Documentation Index

Fetch the complete documentation index at: https://developers-sandbox.uqpaytech.com/llms.txt

Use this file to discover all available pages before exploring further.

授权

x-auth-token
string
header
必填

The API token for login provided by UQPay.

查询参数

country
string
必填

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>
必填

Business type code.

可用选项:
BANKING,
ACQUIRING

响应

200 - application/json

OK

profile_key
string

Unique key representing the profile or document type.

示例:

"ARTICLES_OF_ASSOCIATION"

profile_name
string

Description of the file.

示例:

"Onboarding Test"

profile_option
enum<integer>

Indicates whether the document is required:

  • 1: Required document (required_docs)
  • 0: Optional document (option_docs)
可用选项:
0,
1
示例:

1