Skip to main content
GET
/
v1
/
ramp
/
subaccount
/
{id}
Get one merchant by ID
curl --request GET \
  --url https://staging-api.bullring.finance/v1/ramp/subaccount/{id} \
  --header 'x-api-key: <api-key>'
{
  "id": "051d89ee-223c-409b-8fcc-9aea92ad9307",
  "name": null,
  "email": "[email protected]",
  "phone": null,
  "country": null,
  "stateProvinceRegion": null,
  "subscriptions": [
    {
      "isActive": true,
      "plan": {
        "id": "7b338eab-831c-4b89-9d13-4aa987ed58f6",
        "name": "Lightning Basic",
        "fixedAmount": "0.10",
        "fixedAmountCurrency": "usd",
        "percentageRate": "0.7000",
        "billingType": "per_transaction",
        "features": {
          "cloud": "cloud-based POS",
          "rewards": "Customer rewards and automated marketing",
          "support": "24/7 Support",
          "installation": "dedicated installation & training"
        },
        "isActive": true,
        "description": "The perfect system to start your business and streamline operations. Includes standard POS software.",
        "createdAt": "2025-02-09T18:19:16.401Z",
        "updatedAt": "2025-02-09T18:19:16.401Z",
        "deletedAt": null
      }
    }
  ],
  "city": null,
  "postalCode": null,
  "address": null,
  "createdAt": "2025-04-17T15:15:11.712Z",
  "updatedAt": "2025-04-18T03:05:14.248Z",
  "preferredCurrency": "brl",
  "balance": 0,
  "withdrawalMinimum": 1
}

Authorizations

x-api-key
string
header
required

Path Parameters

id
string<uuid>
required

Subaccount ID (UUID)

Response

Subaccount details.

id
string<uuid>
name
string | null
email
string
phone
string | null
country
string | null
stateProvinceRegion
string | null
subscriptions
object[]
city
string | null
postalCode
string | null
address
string | null
createdAt
string<date-time>
updatedAt
string<date-time>
preferredCurrency
string
balance
number
withdrawalMinimum
number