Skip to main content
POST
/
v1
/
ramp
/
{subaccountId}
/
banking
/
deposits
curl --request POST \
  --url https://api.bullring.finance/v1/ramp/{subaccountId}/banking/deposits \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '
{
  "channelId": "ngn-channel-id-bullring-finance"
}
'
{
"currency": "NGN",
"bankInfo": {
"id": "9805dc88-b78b-4515-ab13-60f63924a565",
"bankBeneficiaryName": "Dameon O\"Hara",
"bankName": "Maplerad",
"bankAccountNumber": "8595061826"
},
"channelId": "ngn-channel-id-bullring-finance"
}

Authorizations

x-api-key
string
header
required

Path Parameters

subaccountId
string
required

Body

application/json

Requires approved Tier 1 KYC.

channelId
string
required
generateNewAccount
boolean

Generates a new unique account each time the API is called with this field set to true

accountId
string

When provided, the API returns the account that has the provided id.

Response

Deposit initiated successfully

status
string
currency
string
country
string
rate
number
localCurrency
string
bankInfo
object
channelId
string