Use this endpoint to reactivate a previously deactivated Onramper Account. Once reactivated, the account resumes processing fiat deposits and automatically converting them to stablecoins. The deposit instructions, destination wallet, and fee configuration are preserved from before deactivation — no reconfiguration is required.Documentation Index
Fetch the complete documentation index at: https://docs.spherepay.co/llms.txt
Use this file to discover all available pages before exploring further.
Endpoint
The source documentation shows this as a PATCH request. Verify the exact HTTP method against your SpherePay dashboard or contact support if you encounter a method mismatch.
Authentication
All requests require a Bearer token in theAuthorization header.
Path parameters
The Onramper Account ID to reactivate (e.g.,
"virtualAccount_a1b2c3d4e5f6a7b8c9d0e1f2a3b4c5d6").Response fields
Unique identifier for the Onramper Account.
ID of the customer who owns this account.
Returns
true after successful reactivation.Bank account details your customer uses to deposit fiat funds. These are unchanged from before deactivation.
The configured crypto destination.
Fee configuration for this account.
ISO 8601 timestamp of when the account was created.
ISO 8601 timestamp of the reactivation.
Error responses
| Status | Code | Description |
|---|---|---|
400 | address/invalid | The request is malformed or the ID format is invalid. |
404 | resource/not-found | No Onramper Account with the specified ID exists. |
422 | validation/failed | Validation failed. The response includes a per-field errors array. |

