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 FirstView 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 |
|---|---|---|---|
| CARD_NUMBER |
16-digit Card Number Example: 1234123412341234 |
Y |
string Length = 16 digits |
| ANI |
ANI Number, Used for reporting and error tracking |
N |
string Length <= 30 |
| DNIS |
DNIS Number, Used for reporting and error tracking |
N |
string Length <= 30 |
MessageResponse
| Property | Description | Type |
|---|---|---|
|
ERRMSG |
Error message |
string Length <= 30 |
|
ERR_NUMBER |
Error number for the returns message |
Numeric Length <= 19 |
|
ERROR_FOUND |
If any error found, then “Yes” else “No” |
string Length <= 3 |
|
CVC |
3-digit CVC number for the Card |
string Length = 3 |
Method: POST
Urls:
| Production: | https://api.fvfn.net/fvfnunvwebapi/core/GetCVC |
| SandBox: | https://qapi.fvfn.net/fvfnunvwebapi/core/GetCVC |
{
"CARD_NUMBER": null,
"ANI": null,
"DNIS": null
}
{
"CVC": null,
"ERRMSG": null,
"ERR_NUMBER": null,
"ERROR_FOUND": null
}
E-Mail:
info@fvfn.com
Address:
1 West First Ave, Conshohocken, PA 19428