X-BPN-API-KEY: ********************X-BPN-SIGNATURE: ********************X-BPN-TIMESTAMP: ********************{
"orderId": "726300170547609600",
"quoteId": "3e860a7856be4eae9605b499bfc6e8eb"
}curl --location '/v2/stable/collect/order/accept' \
--header 'X-BPN-API-KEY: <api-key>' \
--header 'X-BPN-SIGNATURE: <api-key>' \
--header 'X-BPN-TIMESTAMP: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"orderId": "726300170547609600",
"quoteId": "3e860a7856be4eae9605b499bfc6e8eb"
}'{
"status": 200,
"code": null,
"msg": "OK",
"data": {
"orderId": "726300170547609600",
"orderStatus": "PROCESSING",
"acceptStatus": "ACCEPTING",
"accountName": "TestSubWallet1772688467",
"externalAccountId": null,
"walletId": "3095",
"currency": "USDC",
"amount": "190.99",
"paymentMethod": null,
"createTime": 1772777203000,
"completeTime": 1720606149000,
"walletAddress": "1544594690749788162",
"transactionId": "mock2s0260000004",
"payer": {
"name": null,
"walletAddress": "1544594690749788161",
"walletNetwork": "ETH"
},
"quote": {
"quoteId": "3e860a7856be4eae9605b499bfc6e8eb",
"price": "1",
"fee": "0",
"expireTime": "2026-03-06T06:33:13Z"
},
"aml": {
"amlStatus": "PASSED",
"amlRemarks": null
}
},
"traceId": "Auto:105f29f57d344753bf30050676fa3d8a",
"success": true
}