GetCVC API

Last updated: April 15th, 2020

Description

This API helps to get the 3-digit CVC number for the Card.

Request Parameters

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

Return Values

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

REST

Method: POST

Urls:

Production: https://api.fvfn.net/fvfnunvwebapi/core/GetCVC
SandBox: https://api.firstviewcorp.com/fvfnunvwebapi/core/GetCVC

JSON Request:
{
  "CARD_NUMBER": null,
  "ANI": null,
  "DNIS": null
}
Response:
{
  "CVC": null,
  "ERRMSG": null,
  "ERR_NUMBER": null,
  "ERROR_FOUND": null
}

Contact US

E-Mail:

info@fvfn.com

Address:

2000 Riveredge PKWY, Suite 580, Georgia - 30328