Global Payment
  1. Core Functionality
Global Payment
  • Introduction
  • Signature
  • API Keys
  • Get Started
  • Webhook Service
  • Core Functionality
    • create-developer-user
    • create on-ramp request
    • create off-ramp request
    • create on-ramp whit wusd
    • create-developer-user-with-simple-kyb
  • AppendixDocs
    • Business Industry
    • Supported document
    • Appendix
  • Api Reference
    • Authentication
      • Get Access Token
      • Refresh Access Token
    • User
      • Create User
      • submit Kyb V2
      • User Info
      • Simple Kyb Submit
    • Trade
      • Create Fee Config
      • Update Fee Config
      • Get Fee Config
      • Create Trade Request
      • Confirm Transaction
      • Get Transaction
      • Get Exchange Rate
    • Remit
      • Create Remit
      • Update Remit
      • remit info page
      • Get Remit Info
    • File
      • Upload File
    • Webhook
      • Event Page
      • Simulate a Event Call
  • Schemas
    • Schemas
      • RefundOrderDTO
      • RefundPageReq
      • ApiPageApiPageRefundOrderDTO
      • ApiResponseApiPageRefundOrderDTO
      • CancelReq
  1. Core Functionality

create-developer-user

Step 1 Create an User Using Create User API#

create an user
More about create user here

step 2 Submit Kyb imformation for user#

More about KYB Links here

Check User Kyb Status#

request
response
{
    "retcode": "200",
    "retdata": {
        "id": 600002642,
        "tenantId": 1,
        "companyType": 2,
        "clientType": "Payment sub client",
        "clientStatus": 0,
        "markupBps": 0,
        "mintBps": 0,
        "redeemBps": 0,
        "vipLevel": 1,
        "vipLocked": false,
        "email": "sub042@business.io",
        "fullName": "WSPN Holding Limited",
        "country": "USA",
        "city": "Los Angeles",
        "state": "CA",
        "postalCode": "11970",
        "address": "200 N Spring St, Los Angeles",
        "developClientId": 600000029,
        "bridgeClientStatus": "active",
        "cmsClientStatus": 0,
        "hifiClientStatus": 1
    },
    "success": true
}
Before calling other methods to make requests, please ensure that your clientStatus is Active. For details on the clientStatus enum, please refer to here
Modified at 2025-12-26 07:16:38
Previous
Webhook Service
Next
create on-ramp request
Built with