Version 2.11.2
What's Changed
-
Changes to
kyb/startandkyc/startresponses as new fieldreferenceintroduced and other fields marked as deprecatedPOST/corporates/{id}/kyb/startPOST/consumers/{id}/kyc/start
-
Spend Control: Removal of
unsetmethod, and changes tosetmethod to overwrite the configuration with new payload.POST/managed_cards/{id}/auth_rule/set
-
Addition of
tagto filter to:POST/transfers/getPOST/send/get
What's Deleted
POST /managed_cards/{id}/auth_rule/unset
What's Changed
POST /corporates/{id}/kyb/start
Return Type:
Changed response : 200 OK
Success
-
Changed content type :
application/jsonNew required properties:
reference
New optional properties:
accessToken
-
Added property
reference(integer)Reference to the parameters required to load kyb sdk.
-
Changed property
accessToken(string)Access token to be used to communicate with KYB provider.
POST /consumers/{id}/kyc/start
Return Type:
Changed response : 200 OK
Success
-
Changed content type :
application/jsonNew required properties:
reference
-
Added property
reference(integer)Required when calling get params which will be needed to initiate kyc
-
Changed property
redirectUrl(string)Redirect Consumer to this URL for KYC verification
Changed response : 409 Conflict
Conflict
-
Changed content type :
application/json-
Changed property
errorCode(string)Added enum values:
DOB_MISSINGADDRESS_MISSING
-
POST /managed_cards/{id}/auth_rule/get
Return Type:
Changed response : 200 OK
Success
-
Changed content type :
application/json-
Added property
allowContactless(string)A boolean whose default value is 'unset' instead of false/true. Allows distinction between unset and true/false
Enum values:
TRUEFALSE
-
Added property
allowAtm(string)A boolean whose default value is 'unset' instead of false/true. Allows distinction between unset and true/false
Enum values:
TRUEFALSE
-
Added property
allowECommerce(string)A boolean whose default value is 'unset' instead of false/true. Allows distinction between unset and true/false
Enum values:
TRUEFALSE
-
POST /managed_cards/{id}/auth_rule/set
Request:
Changed content type : application/json
-
Added property
allowContactless(object)Enum values:
TRUEFALSE
-
Added property
allowAtm(object)Enum values:
TRUEFALSE
-
Added property
allowECommerce(object)Enum values:
TRUEFALSE
-
Deleted property
ruleType(object) -
Changed property
allowedMerchantCategories(array)A list of Allowed Merchant Category Codes (MCC). If left empty or not specified, current value is overwritten to an empty list.
-
Changed property
blockedMerchantCategories(array)A list of Blocked Merchant Category Codes (MCC). If left empty or not specified, current value is overwritten to an empty list.
-
Changed property
allowedMerchantIds(array)A list of Allowed Merchant IDs. If left empty or not specified, current value is overwritten to an empty list.
-
Changed property
blockedMerchantIds(array)A list of Blocked Merchant IDs. If left empty or not specified, current value is overwritten to an empty list.
Return Type:
Deleted response : 409 Conflict
Conflict Changed response : 200 OK Success
-
Changed content type :
application/json-
Added property
allowContactless(string)A boolean whose default value is 'unset' instead of false/true. Allows distinction between unset and true/false
Enum values:
TRUEFALSE
-
Added property
allowAtm(string)A boolean whose default value is 'unset' instead of false/true. Allows distinction between unset and true/false
Enum values:
TRUEFALSE
-
Added property
allowECommerce(string)A boolean whose default value is 'unset' instead of false/true. Allows distinction between unset and true/false
Enum values:
TRUEFALSE
-
POST /transfers/get
Request:
Changed content type : application/json
- Added property
tag(string)
POST /send/get
Request:
Changed content type : application/json
- Added property
tag(string)