Skip to main content

Version 2.11.10

· 2 min read

What's Changed

  • When KYC cannot start, instead of always returning KYC_UNAVAILABLE as the errorCode, either KYC_APPROVED or KYC_PENDING will be returned, providing more context as to why KYC cannot start.

    • POST /consumers/{id}/kyc/start
  • Added a new conflict reason DESTINATION_LIMIT_EXCEEDED for the transfer and send resources. This conflict reason will be used in case the transaction failed because the destination instrument exceeded a limit

    • POST /transfers/get
    • POST /transfers/{id}/get
    • POST /transfers/_/execute
    • POST /send/get
    • POST /send/{id}/get
    • POST /send/_/execute

What's Changed

POST /consumers/{id}/kyc/start
Return Type

Changed response : 409 Conflict

Conflict

  • Changed content type : application/json

    • Changed property errorCode (string)

      Added enum values:

      • KYC_APPROVED

      • KYC_PENDING

        Removed enum value:

      • KYC_UNAVAILABLE

POST /transfers/get
Return Type

Changed response : 200 OK

Success

  • Changed content type : application/json

    • Changed property transfer (array)

      Changed items (object):

      • Changed property conflict (string)

        Added enum value:

        • DESTINATION_LIMIT_EXCEEDED
POST /transfers/{id}/get
Return Type

Changed response : 200 OK

Success

  • Changed content type : application/json

    • Changed property conflict (string)

      Added enum value:

      • DESTINATION_LIMIT_EXCEEDED
POST /transfers/_/execute
Return Type

Changed response : 200 OK

Success

  • Changed content type : application/json

    • Changed property conflict (string)

      Added enum value:

      • DESTINATION_LIMIT_EXCEEDED Changed response : 409 Conflict

Conflict

  • Changed content type : application/json

    • Changed property errorCode (string)

      Added enum value:

      • DESTINATION_LIMIT_EXCEEDED
POST /send/get
Return Type

Changed response : 200 OK

Success

  • Changed content type : application/json

    • Changed property send (array)

      Changed items (object):

      • Changed property conflict (string)

        Added enum value:

        • DESTINATION_LIMIT_EXCEEDED
POST /send/{id}/get
Return Type

Changed response : 200 OK

Success

  • Changed content type : application/json

    • Changed property conflict (string)

      Added enum value:

      • DESTINATION_LIMIT_EXCEEDED
POST /send/_/execute
Return Type

Changed response : 200 OK

Success

  • Changed content type : application/json

    • Changed property conflict (string)

      Added enum value:

      • DESTINATION_LIMIT_EXCEEDED Changed response : 409 Conflict

Conflict

  • Changed content type : application/json

    • Changed property errorCode (string)

      Added enum value:

      • DESTINATION_LIMIT_EXCEEDED