Issue Bank Account
Issues an NGN or USD deposit account for an approved account. The provider is chosen automatically based on currency and account type. NGN accounts are issued immediately. USD accounts require provider review: the first call submits the account’s application data to the provider and returns 202; call again after approval to collect the deposit account details.
accountData.
NGN accounts
NGN accounts are issued immediately.USD accounts
USD accounts require provider review. The first call submits the account’s application data (including its documents) to the provider and returns202 Accepted:
accountNumber, routingNumber and swiftCode. While review is in progress you get 202 with status: pending_provider_review.
Key Behaviours
accountData.representatives are merged into the prefilled representative with the same relatedPersonId, so you only send the fields you’re adding — names, addresses and ownership come from the application.409 Conflict once an account exists.Authorizations
Your Rolla API key
Path Parameters
Identifier of an account owned by the same user as your API key's business
Body
NGN, USD Optional overrides merged over the details prefilled from the account's application. The shape depends on the provider — call GET /accounts/{accountId}/bank-accounts/requirements to see the prefilled payload and what's missing. For USD, entries in representatives merge into the prefilled person matching the same relatedPersonId.