cURL
curl --request GET \ --url https://api.bullring.finance/v1/ramp/{subaccountId}/banking/recipients/{recipientId} \ --header 'x-api-key: <api-key>'
{ "id": "27c44186-5cc7-4c74-b7c7-ab16b762f260", "account_owner_name": "Hugo Gonzalez", "active": true, "currency": "BRL", "is_verified": true, "account_id": "667.136.083-96" }
Retrieve the details of a single recipient by their ID. All withdrawal requests require approved KYC.
"27c44186-5cc7-4c74-b7c7-ab16b762f260"
Successful response