Callbacks

Crypterium Backend stores partner endpoints where callbacks will be sent:

{
  "events": [
    {
      "type": String, // Type of callback, Required
      "sequenceId": String // Operation identifier, UUID, Required
      "customerId": String // Customer identifier, UUID, Required
    }
  ]
}

Fields

nametypedescription
typerequired, Stringtype of callback
sequenceIdrequired, Stringoperation identifier, UUID
customerIdrequired, Stringcustomer identifier, UUID

Callback types

namedescription
DEBITrequest money from user
CREDITsend money to user
APPROVED_TRANSACTIONsending money to address transaction has been approved
PASS_IDENTITY_KYCuser passed KYC
UNDER_REVIEW_IDENTITY_KYCuser sent KYC data for verification
FAILED_IDENTITY_KYCuser's KYC data is rejected
PASS_RESIDENCE_KYCuser passed KYC residence verification
UNDER_REVIEW_RESIDENCE_KYCuser sent KYC residence data for verification
FAILED_RESIDENCE_KYCuser's KYC residence data was rejected