Payments Order
API
GET /api/payment/orderGET https://api.coindpay.xyz/payment/order?signature=0xabc123Query Params
Name
Type
Required
Description
Response
{
"ok": true,
"data": {
"id": "690e31d***ba6ef8215",
"appid": "business_app_abc123",
"payeeId": "1_N1yAE6DmLlv1oTd6Uoz",
"payer": "0x68b37Db3E727a110B616A3d0B76195eB929Db649",
"payMethod": "card",
"usd": 17.86,
"email": "[email protected]",
"signature": "0xa280113acb085e24e6de4c3f4ec3e7e53b77eca02502073145daa1ae8fec51e7",
"chain": "BASE",
"amount": 17.852559,
"symbol": "USDC",
"fiatCoin": "AED",
"fiatAmount": 70,
"rampId": "246159012747304960",
"rampStatus": "completed",
"rampType": "buy"
"createdAt": "2025-11-07T17:52:17.293Z",
}
}❌ Error Responses
cURL Request
Field Descriptions
Field
Type
Description
Notes
Last updated