Skip to main content
GET
Get Issuance Requirements
Shows everything needed to issue a bank account for the given currency: which provider will be used, the details prefilled from the account’s application, and anything still missing. Whatever is missing can be supplied via accountData when calling Issue Bank Account.

Example Request

Example Response

NGN

USD

Response Fields

Authorizations

X-API-Key
string
header
required

Your Rolla API key

Path Parameters

accountId
string<uuid>
required

Identifier of an account owned by the same user as your API key's business

Query Parameters

currency
enum<string>
required
Available options:
NGN,
USD

Response

Requirements retrieved

success
boolean
Example:

true

message
string
Example:

"Bank account requirements retrieved successfully"

data
object