{
"dateTime": "1670228581",
"orderId": "string",
"partnerCode": "string",
"payAmount": "100",
"payCurrency": "USD",
"type": "payment_intent.succeeded"
}curl --location --request POST 'https://api-uat.io.linksfield.net/cube/v4v1.1/payment/webhook' \
--header 'Accept-Language: zh-CN' \
--header 'Content-Type: application/json' \
--data-raw '{
"dateTime": "1670228581",
"orderId": "string",
"partnerCode": "string",
"payAmount": "100",
"payCurrency": "USD",
"type": "payment_intent.succeeded"
}'{
"code": 0,
"data": null,
"message": "操作成功"
}