This API helps to Transfer Funds from one Card to Other 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 |
PIN |
4-digit PIN number associated to Card Example: 1234 |
Y* |
string Length = 4 digits |
CARD_USERID |
UserName associated to Card Example: Alpha123 |
Y* |
string Length >= 8 |
USER_PASSWORD |
Password associated to Card Example: Beta@34$ |
Y* |
string Length >= 7 |
ACCOUNT_NO |
16-digit Account Number Example: 1234123412341234 |
Y* |
string Length = 16 digits |
CARDNUM |
16-digit TO Card Number Example: 1234123412341234 |
Y |
string Length = 16 digits |
CARDTYPE |
Card Type Example: xxxx |
N |
string Length >= 3 |
AMOUNT |
Amount to be Transfered Example: 1234.21 |
Y |
currency |
LANG |
Communication Language Example: EN,ES etc. |
N |
string Length = 3 |
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 |
Note:
(Y*)Any ONE of the following Combinations must be present
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 |
FROMCARD_TRANSACTION_ID |
Debit Transaction ID |
string Length <= 12 digit |
TOCARD_TRANSACTION_ID |
Credit Transaction ID |
string Length <= 12 digit |
Method: POST
Urls:
Production: | https://api.fvfn.net/fvfnunvwebapi/core/CardToCardTransfer |
SandBox: | https://api.firstviewcorp.com/fvfnunvwebapi/core/CardToCardTransfer |
{
"CARD_NUMBER": null,
"PIN": null,
"CARD_USERID": null,
"USER_PASSWORD": null,
"ACCOUNT_NO": null,
"CARDNUM": null,
"CARDTYPE": null,
"LANG": null,
"ANI": null,
"DNIS": null,
"AMOUNT": null
}
{
"ERROR_FOUND": null,
"ERR_NUMBER": null,
"ERRMSG": null,
"FROMCARD_TRANSACTION_ID": null,
"TOCARD_TRANSACTION_ID": null
}
E-Mail:
info@fvfn.com
Address:
2000 Riveredge PKWY, Suite 580, Georgia - 30328