## B2B订单支付成功-回调
>接口参数说明
~~~[api]
post:/white-screen/order-pay-callback
*string:orderNo#订单号
*string:payKey#支付Key
*double:payAmount#支付金额
*string:payCurrency#货币类型
*string:transactionId#支付流水号
*int:formOfPayment#支付方式,1 - FirstData信用卡,2 - 支付宝,3 - 微信,4 - 易宝支付
*string:payDateTime#支付时间
<<<
success
<<<
~~~
>接口请求示例
~~~
{
"orderNo":"",
"payKey":"",
"payAmount":"",
"payCurrency":"",
"transactionId":"",
"formOfPayment":"",
"payDateTime":""
}
~~~