Skip to main content
GET
/
partner
/
wallets
/
fiat
/
deposit-account
Get fiat deposit account
curl --request GET \
  --url https://api.stabyl.com/v1/partner/wallets/fiat/deposit-account \
  --header 'X-Api-Key: <api-key>'
{
  "data": {
    "account_name": "Stabyl/Example Business",
    "account_number": "1234567890",
    "bank_name": "Wema Bank",
    "currency": "NGN"
  },
  "status": "success"
}

Documentation Index

Fetch the complete documentation index at: https://stabyl.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Fiat deposit and account-verification routes prepare account records only. Reconcile credited deposits from wallet transactions.

Authorizations

X-Api-Key
string
header
default:sb_test_your_key
required

API key. Send it in the X-Api-Key header.

Query Parameters

currency
string | null

Fiat wallet currency. Defaults to NGN.

Response

Deposit account details

data
object
required

Fiat deposit account details for incoming NGN deposits.

status
enum<string>
required
Available options:
success