This API helps to get the 3-digit CVC number for the Card.
Y = Required, Y* = Conditional, X = Required When Block Present and N = Optional
APIAccessToken*
-[string(256)]--Issued by Cencora Financial web services authorization call. Auth Token is valid for 24 hours and is required to obtain a new token prior to the expiration. Has to be send in the "Authorization" Header when making the requests
Property | Description | Required | Type |
---|---|---|---|
TokenID |
16 digit Unique Token of an account. Either Token or Card or Accountnumber is mandatory |
Y* |
Numeric, 16 |
CardNumber |
Debit Card Number |
Y* |
Numeric, 16 |
AccountNumber |
Cencora Financial Services's internal accountnumber |
Y* |
Numeric, 16 |
MessageResponse
Property | Description | Required | Type |
---|---|---|---|
Status | object | ||
. APIResponseCode | API Response Code. (0-Success) | Y |
AlphaNumeric, 4 |
. APIReasonDescription | API Reason Description | Y |
AlphaNumeric, 64 |
. APIResponseDateTime | API Response Datetime for the Request in UTC format | Y | datetime |
. APIUniqueReferenceID | UDID. API Unique reference number | Y |
AlphaNumeric, 64 |
. Type | API Type | Y | AlphaNumeric, 20 |
TokenID | 16-22 digit Unique Token for the Card Number. | N |
AlphaNumeric, 22 |
CVC |
3-digit CVC number for the Card |
N |
string Length = 3 |
Method: POST
Urls:
Production: | https://api.fvfn.net/fvfnunvwebapi/Registration/GetCVC |
SandBox: | https://qapi.fvfn.net/fvfnunvwebapi/Registration/GetCVC |
{
"TokenID": {},
"CardNumber":{},
"Accountnumber":{},
}
{
"Status": {
"APIResponseCode": {},
"APIReasonDescription": {},
"APIResponseDateTime": {},
"APIUniqueReferenceID": {},
"Type": {}
},
"TokenID": {},
"CVC": {}
}
E-Mail:
info@fvfn.com
Address:
1 West First Ave, Conshohocken, PA 19428