ProductTransfer API

Last updated: April 15th, 2020

Description

This API helps to Transfer an account from one product to another product of same Account structure and Client.

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

AccountNumber

16-digit Account Number

Example: 1234123412341234

Y*

string

Length = 16 digits

PRODUCT_ID

Unique Reference for Product

Example: 12345

Y

string

Length = 6 digits

PARTNER_STORE

Unique Reference for Store

Example: 12345

Y

string

Length = 6 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

PRODUCT_NAME

Name of the New Product, To which Account has been Transfered

string

Length <= 100

TRANSFER_DATE

Date of Transfer

string

Length = 10

REST

Method: POST

Urls:

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

JSON Request:
{
  "CARD_NUMBER": null,
  "AccountNumber": null,
  "PRODUCT_ID": null,
  "PARTNER_STORE": null,
  "ANI": null,
  "DNIS": null
}
Response:
{
  "ERROR_FOUND": null,
  "ERR_NUMBER": null,
  "ERRMSG": null,
  "PRODUCT_NAME": null,
  "TRANSFER_DATE": null
}

Contact US

E-Mail:

info@fvfn.com

Address:

2000 Riveredge PKWY, Suite 580, Georgia - 30328