Approve Account (Sandbox)
Account Onboarding
Approve Account (Sandbox)
Sandbox only: self-approve a submitted account so you can test the full flow (onboard → submit → approve → issue accounts → fund → payout) without waiting for Rolla’s manual review. Runs the same approval path as the Rolla admin dashboard, so wallets are provisioned and the account.approved webhook fires. The account must already be submitted (only possible once every onboarding requirement is complete). Returns 404 in production.
POST
Approve Account (Sandbox)
Self-approves a submitted account so you can test the entire onboarding-to-payout journey end to end without waiting for Rolla’s manual compliance review.
It runs the same approval path as the Rolla admin dashboard, so wallets are provisioned and the
account.approved webhook fires — exactly as a real approval would.
Prerequisites
The account must already besubmitted — which is only possible once every onboarding requirement is complete (see Submit Application). If it isn’t, the call returns 409 with code ACCOUNT_NOT_SUBMITTED.
Example Request
Example Response
What happens
- The account’s application status moves from
submittedtoapproved. - Wallets are provisioned and the
account.approvedoutbound webhook is delivered to your endpoint. - You can now issue bank accounts (NGN/USD), fund them, and initiate payouts for the account.
Calling this on an already-approved account is a no-op and returns
applicationStatus: "approved" with alreadyApproved: true.