Version 2.11.10
What's Changed
-
When KYC cannot start, instead of always returning
KYC_UNAVAILABLEas theerrorCode, eitherKYC_APPROVEDorKYC_PENDINGwill be returned, providing more context as to why KYC cannot start.POST/consumers/{id}/kyc/start
-
Added a new conflict reason
DESTINATION_LIMIT_EXCEEDEDfor thetransferandsendresources. This conflict reason will be used in case the transaction failed because the destination instrument exceeded a limitPOST/transfers/getPOST/transfers/{id}/getPOST/transfers/_/executePOST/send/getPOST/send/{id}/getPOST/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_PENDINGRemoved 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
-