PromoWork API

Last updated: April 15th, 2020

Description

This API helps to get the Card Number for given Account Number or viceversa

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
AccountNumber

16-digit Account Number

Example: 1234123412341234

Y

string

Length = 16 digits

PrimaryAccountNumber

16-digit Card Number

Example: 1234123412341234

Y

string

Length = 16 digits

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

AccountNumber

16-digit Account Associated to Card

string

Length = 16

CARD_LIST

object

 .  CARD_NUM

16-digit Card Associated to Account

string

Length = 16

REST

Method: POST

Urls:

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

JSON Request:
{
  "AccountNumber": null,
  "PrimaryAccountNumber": null
}
Response:
{
  "AccountNumber": null,
  "CARD_LIST"[]: {
  	"CARD_NUM": null
   },
  "ErrorMessage": null,
  "ErrorNumber": null
}

Contact US

E-Mail:

info@fvfn.com

Address:

2000 Riveredge PKWY, Suite 580, Georgia - 30328