Skip to main content
GET
/
v1
/
ramp
/
{subaccountId}
/
banking
/
recipients
/
{recipientId}
Get One Recipient
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"
}

Authorizations

x-api-key
string
header
required

Path Parameters

subaccountId
string
required
recipientId
string
required
Example:

"27c44186-5cc7-4c74-b7c7-ab16b762f260"

Response

Successful response

id
string
account_owner_name
string
bank_name
string
active
boolean
currency
string
is_verified
boolean
account_id
string