帮助中心

工行聚合支付收款(工行聚合支付收款码)

聚合支付

工行聚合支付收款

static ICBCPAY(params) {

const ICBCPayParams = {

// 商户ID

merId: params.merId,

// 回调地址

merURL: params.merUrl,

// 交易币种

currencyType: "156",

// 交易金额

amount: params.amount,

// 商户订单号,商户系统的订单号,要求唯一性(最长30)

orderNumber: params.orderNumber,

// 交易时间,格式:yyyyMMddHHmmss

orderTime: params.orderTime,

// 商户商品名称

productName: params.productName,

// 语言

language: "CN"

};

// 拼接参数

const ICBCPayArr = [];

for (const key in ICBCPayParams) {

ICBCPayArr.push(key + "=" + ICBCPayParams[key]);

}

const ICBCPayStr = ICBCPayArr.join("&");

const ICBCPayUrl = `${ICBCPayStr}`;

return ICBCPayUrl;

}

}

I hope to achieve the following function:

When there is only one parameter, such as merId, return a direct call to the interface address

If there are more parameters, such as merId, merURL, return a direct call to the interface address with the parameters

工行聚合支付收款码

因为工行聚合支付收款码是由工行提供的,你可以到当地的工行查询有关信息,或者登录工行的官网查看相关的服务内容,以及如何获取收款码的相关信息。

工行聚合支付收款怎么查不到?

如果您使用的是工行聚合支付收款,可以通过工行官方提供的支付渠道,登录相应账号进行查询。如果您使用的是其他第三方支付渠道,则需要通过该第三方支付渠道提供的相应查询功能来查询。

电话咨询 立即申请