{ "appId": "f8edb563e97e388112c59f87e8824c82", "merOrderNo": "202202231234566", "currency": "BRL", "amount": 1, "notifyUrl": "https://www.betcatpay.net/", "extra": { "bankCode": "CPF", "accountNo": "08943810911", "accountName": "Anderson Cardoso" }, "sign": "35cad174f71f5771f1709a9a075fc26394b3c41df626c6ed039cd80e55ebf8dc" }
curl --location -g --request POST '{{HOST}}/api/v1/payout/order/create' \ --header 'Content-Type: application/json' \ --data-raw '{ "appId": "f8edb563e97e388112c59f87e8824c82", "merOrderNo": "202202231234566", "currency": "BRL", "amount": 1, "notifyUrl": "https://www.betcatpay.net/", "extra": { "bankCode": "CPF", "accountNo": "08943810911", "accountName": "Anderson Cardoso" }, "sign": "35cad174f71f5771f1709a9a075fc26394b3c41df626c6ed039cd80e55ebf8dc" }'
{ "code": 0, "data": { "orderStatus": 1, "orderNo": "202204191703308526031", "merOrderNo": "202204191703302152", "amount": 10, "currency": "CNY", "attach": null, "createTime": 1650359010851, "updateTime": 1650359011745, "sign": "5503398e9641807870e035fb2d50e2fb75858477336caa9aa5447934ddd682df" }, "msg": "请求成功" }