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
/api/v1/kyc/requirements

Request

Body Params application/x-www-form-urlencoded

Responses

🟠401401 Login needed
application/json
Body

🟢200200 OK
🟠400400 Missing customerId
🟠400400 Invalid customerId
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST '/api/v1/kyc/requirements' \
--data-urlencode 'customerId=' \
--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."
}
Modified at 2025-08-22 18:56:51
Previous
Check KYC status
Next
Add fiat account API
Built with