PaymentHub 真实下单页面
你给的参数已预填:merchant_no=90001,api_key 和 api_secret。
请求体预览(JSON)
3) 接口返回
1) 基础配置
服务地址 Base URL
商户编码 merchant_no
API Key
API Secret
Tenant Code
App ID
自动登录并识别 Tenant/App
2) 创建真实订单
生成请求体
真实提交一个
信用卡信息
card_number
card_holder
exp_month
exp_year
cvv
收货地址
name
phone
country
state
city
address_line1
address_line2
zip
账单地址
name
phone
country
state
city
address_line1
address_line2
zip
产品信息(JSON 数组)
[ { "sku": "SKU-001", "name": "Test Product", "quantity": 1, "unit_price": 10.00 } ]
基本信息
order_no
生成订单号
amount
currency
callback_url
return_url
payment_scene
customer_email
customer_phone
customer_ip
支付页面(弹窗)
关闭