ProductTransfer API

Last updated: July 11th, 2025

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 is 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

DestinationProgramID

Destination ProXe Program ID

Example: A-0001

Y

AlphaNumeric, 6

Allowed Special Character(s) is/are -

Return Values

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

CardNumber

Last 4 digit of Debit Card Number

N

AlphaNumeric, 22

AccountNumber

Cencora Financial Services's internal accountnumber

N

AlphaNumeric, 22

REST

Method: POST

Urls:

Production: https://api.fvfn.net/fvfnunvwebapi/producttransfer/ProductTransfer
SandBox: https://qapi.fvfn.net/fvfnunvwebapi/producttransfer/ProductTransfer

JSON Request:
{
    "TokenID": {},
    "CardNumber":{},
    "Accountnumber":{},
    "DestinationProgramID":{}

}
Response:
{
  "Status": {
    "APIResponseCode": {},
    "APIReasonDescription": {},
    "APIResponseDateTime": {},
    "APIUniqueReferenceID": {},
    "Type": {}
  },
    "TokenID": {},
    "CardNumber": {},
    "Accountnumber": {}
}

Contact US

E-Mail:

info@fvfn.com

Address:

1 West First Ave, Conshohocken, PA 19428