Payments Link
API
GET /api/payment/payeeGET https://api.coindpay.xyz/payment/payee?id=0GRW2_vl4SWHHAdKj-bluQuery Params
Name
Type
Required
Example
Description
Response
✅ 200 - Success
{
"ok": true,
"data": {
"id": "0GRW2_vl4SWHHAdKj-blu",
"uuid": "business_app_abc123",
"title": "Buy Me a Coffee",
"desc": "Support my work with a coffee ☕",
"price": 3.5,
"amountType": 1,
"maxAmount": 50000,
"payType": [ "fiat", "crypto"],
"chargeType": 1,
"chains": [ "solana", "ethereum"],
"images": [
"https://cdn.coindpay.xyz/xx1.png",
"https://cdn.coindpay.xyz/xx2.png"
],
"theme": 2,
"copyright": {
"logo": "https://cdn.coindpay.xyz/steady/brand/logo/dark.png"
},
"status": 1,
"createdAt": "2025-06-20T12:34:56Z",
"updatedAt": "2025-10-09T12:34:56Z",
}
}Field Descriptions
Field
Type
Description
❌ Error Responses
cURL Request
Notes
Last updated