Skip to main content

Payment Parameters

Method GET

URL

https://xxx.finexusgroup.com/upp/faces/ccpayment.xhtml?

The Recurring Payment Request Message is utilized to request approval from card issuers to transfer funds from the cardholder's account to the merchant's account. After sending the request, the Merchant Server is expected to receive a corresponding response message from PayMaster within the specified timeout period.

Mandatory Fields

Field NameTypeLengthDescriptionExample
PaymentIDString3Payment method / function."C04"
MerchRefNoString40Unique merchant reference number."2021061414062021072"
CurrCodeString3ISO 4217 currency numeric code."458"
TxnAmtString (Numeric)12Transaction amount with two decimals and thousand symbols.

Note: Maximum value is 12 digits; which includes the digit(s) after the decimal place.
"1280.99"
ExpTxnAmtString1Exponent of transaction amount."2"
CardNoString19Token number."8815023000256377XXX"
ExpiryYearString2Card expiry year
Format: YY.
"27"
ExpiryMthString2Card expiry month
Format: MM.
"10"
ECIString2Ecommerce transaction type."12" - Recurring Transaction(Stored Credential)
TokenFlagString1Card tokenization."Y" – Agree to store the card details used for the payment into PayMASTER system,
"N" – Disagree/FPX payment

Example Message

CC Payment Authorization Request
curl -X GET 
"https://xxx.finexusgroup.com/upp/faces/ccpayment.xhtml?h001_MTI=0200&h002_VNO=06&h003_TDT=20230601&h004_TTM=18304600&f001_MID=00001XX00012XXX&f003_ProcCode=003000&f004_PAN=8815XX3000256377XXX&f005_ExpDate=2X1X&f006_TxnDtTm=20230601183046&f007_TxnAmt=000000000100&f008_POSCond=73&f010_CurrCode=458&f012_CVV2=&f014_3DXID=&f015_3DARC=&f016_3DCAVVLen=28&f017_3DCAVV=&f019_ExpTxnAmt=2&f022_ECI=12&f247_OrgTxnAmt=&f248_OrgCurrCode=&f249_TxnCh=WEB&f260_ServID=FNX&f261_HostID=&f262_SessID=&f263_MRN=20230601060646FNXPHP&f264_Locale=en&f265_RURL_CCPS=https%3A%2F%2Fwww.google.com%2Fpayment%2Fsuccess&f266_RURL_CCPU=https%3A%2F%2Fwww.google.com%2Fpayment%2Fdeclined&f267_RURL_CCPC=https%3A%2F%2Fwww.google.com%2Fpayment%2Fcancel&f268_CHName=&f269_IssName=&f270_ORN=&f271_ODesc=&f278_EMailAddr=&f279_HP=&f285_IPAddr=&f287_ExpOrgTxnAmt=&f288_IssCntrCde=&f350_CrdTyp=&f354_TID=&f352_AcqBank=&f353_IPPTenure=&f325_ECommMercInd=&f339_TokenFlg=Y&f340_MercPromoCde=&f341_MercPromoAmt=&f342_PromoAmtAcqCst=&f343_PromoAmtMercCst=&f344_MercCustId=&f347_TokenShrtNm=&f363_InvNum=&f364_Fee=&f365_POSEnvFlg=&t001_SHT=SH2&t002_SHV=25E942435XXXBC4EA97C3AXXX4A3BD52B18B8B969923DDXXXB4885D823374XXX" \