Get Merchant
Overview
Endpoint
Path parameters
Name
Type
Required
Description
Request headers
Header
Value
Example request
curl -X GET "https://api.test.devs.beadpay.io/Merchants/123123" \
-H "Authorization: Bearer $TOKEN"Successful response — 200
{
"id": "mer_123123",
"created": "2025-06-04T18:41:14.402Z",
"updated": "2025-06-04T18:41:14.402Z",
"tenderTypes": ["ethereum"],
"companyName": "Acme Coffee Roasters",
"description": "West-coast café chain",
"companyLogoPath": "https://cdn.bead.xyz/logos/acme.svg",
"taxNumber": "99-9999999",
"receivableCurrencyIds": [1], // USD
"partnerId": "part_e9ab6c82b6d74a4f9c33",
"maxTransactionAmount": 2500000,
"externalProps": [
{
"system": "cybrid",
"id": "abca1b69977e69ee0a0725b837ba9d0b",
"additionalData": {
"accounts": [
{ "id": "acct_fiat_usd", "accountType": "fiat", "name": "USD settlement", "currencyId": 1 }
]
}
}
],
"status": "unverified",
"feeInfo": {
"crypto": { "feeFactor": 0.015, "fixedFee": 0 },
"card": { "feeFactor": 0.029, "fixedFee": 30 }
},
"settlementBeneficiary": { "type": "self", "partnerId": "part_e9ab6c82b6d74a4f9c33" },
"memberships": [
{ "userIssuerId": "user_ab12", "role": "admin" },
{ "userIssuerId": "user_cd34", "role": "viewer" }
]
}Key fields
Field
Description
Error responses
Code
Condition
Best practices
✔︎ Action
Why
Related endpoints
Last updated