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",
"payeeId": "1_N1yAE6DmLlv1oTd6Uoz",
"appid": "business_app_abc123",
"name": "David Lin",
"email": "[email protected]",
"payer": "0x68b37Db3E727a110B616A3d0B76195eB929Db649",
"payMethod": "card",
"rampId": "246159012747304960",
"rampType": "pay",
"rampStatus": "completed",
"chain": "BASE",
"symbol": "USDC",
"fiatCoin": "AED",
"fiatAmount": 70,
"amount": 17.852559,
"afterReserveAmount": 16.95987,
"usd": 17.86,
"signature": "0xa280113acb085e24e6de4c3f4ec3e7e53b77eca02502073145daa1ae8fec51e7",
"settledTx": "0x23....78t4",
"settledAt": "2025-11-07T17:55:08.220Z",
"createdAt": "2025-11-07T17:52:17.293Z",
"updatedAt": "2025-11-07T17:55:10.100Z"
}
}❌ Error Responses
cURL Request
Field Descriptions
Field
Type
Description
Notes
Last updated