Documentation Index
Fetch the complete documentation index at: https://docs.prudra.dev/llms.txt
Use this file to discover all available pages before exploring further.
Add a bank account
Before requesting a withdrawal, register the destination bank account. Prudra supports UK sort code/account number, US routing/account number, and international IBAN/SWIFT accounts.- Dashboard
- SDK
- cURL
Bank account management via the dashboard is coming soon. Use the SDK or cURL.
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
accountName | string | Yes | Human-readable name for this account |
currency | string | Yes | Fiat currency code: GBP, USD, EUR |
sortCode | string | UK only | UK 6-digit sort code (format: 20-00-00) |
accountNumber | string | UK/US | 8-digit UK or US account number |
routingNumber | string | US only | 9-digit US ABA routing number |
iban | string | EU/international | IBAN (up to 34 chars) |
swiftBic | string | EU/international | BIC/SWIFT code (8 or 11 chars) |
Security
Account numbers are masked in all API responses after registration. Prudra stores bank account details encrypted at rest and never logs plaintext account numbers.Removing a bank account
Error handling
| Error | Status | Cause | Resolution |
|---|---|---|---|
invalid-sort-code | 422 | Sort code format invalid | Use DD-DD-DD format |
invalid-iban | 422 | IBAN format or checksum invalid | Verify the IBAN with your bank |
unsupported-currency | 422 | Currency not supported | Use GBP, USD, or EUR |
Related
- Request a withdrawal — use this account to withdraw funds
- Currencies and limits — supported fiat currencies

