English
cURL
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 }
Retrieves the details of a single subaccount using its UUID.
Subaccount ID (UUID)
Subaccount details.
Show child attributes