Celeriz
  1. KYC
Celeriz
  • USER
    • Coins
      GET
    • Chains
      GET
    • Fiat
      GET
  • KYC
    • Get KYC url
      POST
    • Check KYC status
      POST
    • KYC requirements
      POST
  • BANK
    • Add fiat account API
      POST
    • List fiat accounts
      POST
  • ONRAMP
    • Quote
      POST
    • Create transaction
      POST
    • Get transaction
      POST
    • Get user all transaction
      POST
    • Get all transaction
      POST
  • OFFRAMP
    • Quote
      POST
    • Create transaction
      POST
    • Get transaction
      POST
    • Get user all Transaction
      POST
    • Get all Transaction
      POST
  • Virtual Accounts
  • Cards
  • SetWebhookUrl
    POST
  1. KYC

KYC requirements

POST
/onramp/api/v2/whiteLabel/kyc/requirements
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST '/onramp/api/v2/whiteLabel/kyc/requirements' \
--data-urlencode 'customerId=https://docs.onramp.money/onramp-whitelabel-unlisted/integration-overview/integration-flowchart' \
--data-urlencode 'fiatType=1'
Response Response Example
401 - 401 Login needed
{
    "status": 0,
    "code": 401,
    "error": "Please login first and complete otp validation in kycUrl."
}

Request

Body Params application/x-www-form-urlencoded

Responses

🟠401401 Login needed
application/json
Body

🟢200200 OK
🟠400400 Missing customerId
🟠400400 Invalid customerId
Modified at 2025-07-17 16:42:00
Previous
Check KYC status
Next
Add fiat account API
Built with