/
/yellow-cards-payment-api
DocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
  • Sources
Checked 4w ago · Updated 4w agoView markdown
Transactions4
Vaults5
  • getGet Channels
  • getGet Networks
  • getGet Rates
  • postResolve Bank Account
  • postWidget Quote
  • getGet Crypto Channels
  • postSubmit Send Request
  • getLookup Payment
  • getLookup Payment by sequenceId
  • postSubmit Receive Request
  • postAccept Collection Request
  • getLookup Collection
  • getLookup Collection by sequenceId
  • postGet Fee Config
  • getLookup Crypto Send by sequenceId
  • get/send/crypto
  • postSubmit Settlement Request
  • getGet travel rule config
  • getList Sub Wallets
  • postCreate Sub Wallet
  • getGet Sub Wallet by ID
  • patchUpdate Sub Wallet
  • postCheck Eligibility
  • postExecute Auto Convert
  • getList RFQs
  • postCreate RFQ
  • postAccept RFQ
  • postReject RFQ
  • getGet RFQ by ID
  • getGet Conversion By ID
  • getList Conversions
  • getGet Onboarding Status
  • getList Virtual Accounts
  • getGet Virtual Account by ID
  • postSimulate Deposit (Sandbox only)
  • post/receive-accounts
  • get/receive-accounts/{alias}

Get Onboarding Status

Retrieves virtual bank onboarding records for the authenticated partner

get/virtual-bank/onboarding

Response

Example response

{
  "onboardings": [
    {
      "provider": "erebor",
      "currencies": [
        "USD"
      ],
      "status": "SUCCESSFUL",
      "type": "business",
      "onboardedAt": "2026-02-10T03:07:51.819Z"
    }
  ]
}