Spec Sheet

You can retrieve your CIP as per your spec sheet using this API. The details are based on the approved products for you. It contains the following information:

  1. Type of users configured for a Client (Individual and/or Business)

  2. Tiers configured for each type of user

  3. User's CIP information required for each tier

  4. Transaction limit for each tier, differentiated by type of transaction (EXTERNAL, LOAD, UNLOAD, TRANSFER)

  5. Wallet hold limit for each tier

The transaction limits are segregated into daily limit, monthly limit and annual limit. These limits will reset based on UTC time and not at the time when the user creates the transaction.

For example,

  • Daily limits for Mar 14 will be applicable from Mar 14 00:00:00 to 23:59:59 UTC and will reset on Mar 15 at 00:00:00 UTC

  • Monthly limits for March will be applicable from Mar 1 00:00:00 UTC to Mar 31 23:59:59 UTC

  • Annual limits for 2022 will be applicable from Jan 1 2022 00:00:00 UTC to Dec 31 2022 23:59:59 UTC

The CIP tags for a tier level represent the user’s KYC information required in that tier level and is cummulative of all the CIP tags of that tier and all the tiers below it. For example, for Tier 3 user, all the CIP tags of Tier 1, Tier 2 and Tier 3 will be required.

Please note that even if all the required KYC/KYB information for a specific limit is not collected and verified for a particular user, they can still conduct a transactions of that limit. However, the transaction will be placed on HOLD until the required information is submitted and verified.

GET /cip-info

curl --location --request GET '{{url}}/cip-info' \
--header 'X-Client-Id:{{client_id}} ' \
--header 'X-Client-Secret: {{client_secret}}' \
--header 'Content-Type: application/json'

Last updated