curl --location 'https://api.trustpay.money/v4/payin/create/order' \
--header 'Content-Type: application/json' \
--data '{
"currency": "USD",
"merchant_id": 8820250900009,
"notify_url": "https://webhook.site/7bae2180-3529-4e8e-8d0c-2b894ea3da2c",
"order_amount": 20,
"order_no": "local-test-payin-12",
"sign": "c4a02e0e9270ec884fa050cdf0e916ad"
}'{
"code": 880001,
"message": "success",
"data": {
"order_no": "local-test-payin-12",
"platform_order_no": "T4CMQaTCcN05GEx9EQkuabB1",
"currency": "USD",
"order_amount": 20,
"fee": 4.5,
"pay_url": "https://pay.goopter.com/checkout.html?token=9cdfe051de03b615b74b410e"
}
}