WSPN
Language
  • English
Version
  • V1.0
Wallet
Language
  • English
Version
  • V1.0
Wallet
Twitter
Telegram
Linkedin
  1. User Account
  • Introduction
  • Get Started
  • Signature
  • About WUSD
  • Webhook Service
  • Sandbox Environment
  • Blockchain Confirmations
  • Appendix
  • API Keys
  • Core Functionality
    • Quickstart: Deposit via Blockchain Wallet
    • Quickstart: Withdraw via Blockchain Wallet
    • Quickstart: Deposit via Funds Transfer
    • Quickstart: Withdraw to Bank
  • Api Reference
    • Authentication
      • Get Access Token
      • Refresh Access Token
    • Wallet
      • Address
        • Get Deposit Address
        • Add Whitelist Address
        • Get Whitelist Address
        • Delete Whitelist Address
      • Remit Info
        • Get Deposit Remit Info
        • Add Remit Info
        • Edit Remit Info
        • Get Remit Info
        • Delete Remit Info
      • Transaction
        • Get Balance
        • Create Fiat Deposit
        • Create Fiat Withdraw
        • Create Crypto Withdraw
        • Get Fiat Transaction
        • Get Exchange Rate
        • Create Mint/Redeem
        • Mint/Redeem History
        • Get Mint Redeem Receipt
        • Get Fiat Transaction Receipt
        • Get Crypto Transaction Receipt
      • User Account
        • Country List
          GET
        • Create
          POST
        • Batch Create
          POST
        • Kyb Submit
          POST
        • Kyb Batch Submit
          POST
        • Sub Account
          POST
        • Sub Account/Api Key
          POST
      • File Upload
        • File Upload
  1. User Account

Kyb Batch Submit

Sandbox
https://wallet.test.wspn.io
Sandbox
https://wallet.test.wspn.io
POST
/openapi/v1/kyb/batch-submit
Batch submission of kyb data, supports up to 25 simultaneous submissions

Request

Body Params multipart/form-data
kyb[0].clientId
string 
required
Example:
6825060173
kyb[0].documents
file 
required
kyb[0].agreeToAuthorize
string 
required
Example:
Yes
kyb[1].clientId
string 
required
Example:
6824120147
kyb[1].agreeToAuthorize
string 
required
Example:
No
kyb[1].documents
file 
required

Request samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://wallet.test.wspn.io/openapi/v1/kyb/batch-submit' \
--form 'kyb[0].clientId="6825060173";type=application/json' \
--form 'kyb[0].documents=@""' \
--form 'kyb[0].agreeToAuthorize="Yes"' \
--form 'kyb[1].clientId="6824120147"' \
--form 'kyb[1].agreeToAuthorize="No"' \
--form 'kyb[1].documents=@""'

Responses

🟢200Success
application/json
Body
object {0}
Example
{}
Modified at 2025-06-27 06:32:33
Previous
Kyb Submit
Next
Sub Account
Built with