Ideal

Direct

Ideal

POST USEEPAY_PATH/api

Headers

NameTypeDescription

content-type*

String

application/x-www-form-urlencoded

Request Body

NameTypeDescription

transactionType*

String

交易类型 : pay

version*

String(5)

目前固定为 1.0

signType*

String

商户生成签名字符串所使用的签名算法类型,目前支持:RSA/MD5

merchantNo*

String(16)

商户号

transactionId*

String(64)

商户订单号

transactionExpirationTime

String(6)

过期时间 (分钟)

appId*

String (128)

网站域名

amount*

String(12)

支付金额,单位为对应币种的最小货币单位(详见 ISO 4217)

currency*

String(3)

3 位 ISO 大写字母货币代码(详见 ISO 4217) 目前仅支持EUR

notifyUrl*

String(512)

echoParam

String(256)

回声参数,响应报文会原样返回

payerInfo*

String

Json格式的String 付款方信息, 请下方

orderInfo

String

json string, 订单信息, 请参考下方

userInfo*

String

json string, 消费者信息, 请参考消费者信息

redirectUrl

String(512)

跳转商户地址

Redirect

Ideal

POST USEEPAY_PATH/cashier

Headers

NameTypeDescription

content-type*

String

application/x-www-form-urlencoded

Request Body

NameTypeDescription

transactionType*

String

交易类型 : pay

version*

String(5)

目前固定为 1.0

signType*

String

商户生成签名字符串所使用的签名算法类型,目前支持:RSA/MD5

merchantNo*

String(16)

商户号

transactionId*

String(64)

商户订单号

transactionExpirationTime

String(6)

过期时间 (分钟)

appId*

String (128)

网站域名

amount*

String(12)

支付金额,单位为对应币种的最小货币单位(详见 ISO 4217)

currency*

String(3)

3 位 ISO 大写字母货币代码(详见 ISO 4217) 目前仅支持EUR

notifyUrl*

String(512)

echoParam

String(256)

回声参数,响应报文会原样返回

payerInfo*

String

Json格式的String 付款方信息, 请下方

orderInfo

String

json string, 订单信息, 请参考下方

userInfo*

String

json string, 消费者信息, 请参考消费者信息

redirectUrl

String(512)

跳转商户地址

autoRedirect

String

false: 不跳转 默认true

autoRedirect

String

false:不直接跳转 默认true

{
    "amount": "100",
    "redirectUrl": "https://checkout1.uat.useepay.com/?accessToken=eAF1VM1u20YQfpfNVZL5J4riqbJitQFsV4ntBEFRFCvumFp4uUssl1YIw-ccghwD9FjkAdpTH6lB-hadIbm206IrgBBnhjPffPPN3jELTascy-_YtbSNO-cVsJy9loUzlk2Y4g-2t1yXaCm5gwPvLkxrCwq9ujg52a7eoqfmXQXanYHbG9Gw_Kc7VnArLrsahjeH__ALKYArdv_zhOmhmtFKavhlx_WNxBrkMVaAfaGvDSHbSYUB5XNoCitrApazVX-wKpawEmMFGg-HwwxRzApTkae1FnTRoePk6hVBN4hr7PDr75__-vjpy2_v__78K7oqsMWea_djX5dyRUEUBXEYB4s4jZIAYwZM5AuDcHCGyzhN54sgytDvLNfNqkIyMYA-6A3UPloaroDdT5hs1ly_bGVxs-WErENukLq90XCOzbI4iufZPEniGM1QcanQeNuPY9bhBL5rG4DHHrlSa6OvZem54oLXDoihIMEMO-Ocqd4gdLQc40EbNVrCKT5aXhK2kIwW-MAsF5XUq776DoQAsVElpSOLFpeygrVR_QyebTZJ0ndaVm5NCYDcLA9TpCcMoiRZZEvkvXJnRsjrznuTNArTOErTLEVGENoyiImai705rE2rnTAHPdZUjzhBIwakRF8iW-h-FvSHjFDtRg0g9XTCJCUG_Vx7ecwHFz0XcUZde_cois2XPz98_eMTOQgvygqrPPCBrB-7_9Ymc4ss6618BzitCMeJRKFgt0YpahnVP5_gpglpoSAqPOkN9nuM4h5b9a__1joh7X1Ph-mNa1yxvVFi3CUaE8Wub28xqw_aGDOIwhu-p1UQuFBPgnrbmMbHnZqSVOmz9utBA3vI_AZ2jXQPDTlu3TcSSVb0I1CdPjcOSS24k0YPt8SY2kFVK1QPTSlCJfj3cSw_mMaBwH2h62VLmn0MubLE3hFZaP2otmlpBaMsG3awOzUF3jdDE7g9Z-OqXwywA3aPa-mHM6TbO1c3-dHReNc5aNzsyd55-5QcR_7T11FLBb2k_kdxdCOem9N2r9d7KG5Y7mwLE8brWgF26MG9ENiqV6BPSffarOFa7Mw7j4caNze4GTlqts4rXsucEDW5WGYR382DKY-KcBqGUEyXSQFTWKZZmPB4kUDG7v8B8ILu-Q%3D%3D",
    "resultCode": "received",
    "sign": "315312290b67f072da72560ecbb2ebdd",
    "errorCode": "0000",
    "transactionId": "202203130736240",
    "errorMsg": "Approved or completed successfully",
    "token": "mop:mapi:redis:d982ab50-a2c1-11ec-94ce-e96814a374e8",
    "transactionType": "pay",
    "reference": "1012203131936657028",
    "echoParam": "echoParam",
    "reserved": "reserved",
    "signType": "MD5",
    "currency": "EUR",
    "merchantNo": "500000000007381"
}

Request Header

Content-Type: application/x-www-form-urlencoded

Request Body

amount=100&appId=www.pay.com&autoRedirect=false&country=&currency=EUR&deviceInfo=&echoParam=echoParam&gatewaySource=useepay&language=&merchantNo=500000000007381&notifyUrl=https://gatewaytest.useepay.com/gateway-test/notifyV2u0&orderInfo={"subject":"订单标题"}&payerInfo={"paymentMethod":"ideal","billingAddress":{"houseNo":"El+Gallo+Giro","email":"victor.yang@useepay.com","phoneNo":"3235854433","firstName":"Victor","lastName":"Yang","street":"7148+Pacific+Blvd,+Huntington+Park,+CA","postalCode":"000000","city":"Huntington+Park","state":"CA","country":"US"}}&redirectUrl=https://gatewaytest.useepay.com/gateway-test/redirectV2u0&reserved=reserved&sign=8711fc280d24e5d6ab980573e77bcc90&signType=MD5&terminalType=WEB&transactionExpirationTime=30&transactionId=202203130736240&transactionType=pay&userInfo={"userId":"victor007","ip":"103.25.65.178","email":"victor.yang@useepay.com","phoneNo":"(323)+585-4433","createTime":"20200520131400"}&version=1.0

Refund

支持退款

Last updated