POST api/{apiVersion}/UptionCard/CheckCvv2
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
apiVersion | string |
None. |
Body Parameters
Cvv2CheckRequestName | Description | Type | Additional information |
---|---|---|---|
cardId | globally unique identifier |
None. |
|
cardNo | string |
None. |
|
cvv2 | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "cardId": "dadf7e00-9553-4361-9d83-b77eeab79d26", "cardNo": "sample string 2", "cvv2": "sample string 3" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ServiceResponseOfUptionCardCvv2CheckResponseName | Description | Type | Additional information |
---|---|---|---|
Code | integer |
None. |
|
Message | string |
None. |
|
Response | UptionCardCvv2CheckResponse |
None. |
|
IsShowMessage | boolean |
None. |
|
IsShowRateAndReview | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{ "Code": 1, "Message": "sample string 2", "Response": { "message": "sample string 1", "version": "sample string 2", "statusCode": 3, "correlationId": "sample string 4", "exception": { "level": 1, "code": "sample string 2", "message": "sample string 3", "details": {}, "validationErrors": {} } }, "IsShowMessage": true, "IsShowRateAndReview": true }