Use this endpoint to deactivate an Onramper Account. Once deactivated, the account stops processing new fiat deposits — any funds deposited to the virtual bank account after deactivation will not be converted and forwarded. The account’s deposit instructions remain unchanged and the account can be reactivated at any time using the reactivate endpoint.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 deactivate (e.g.,
"virtualAccount_a1b2c3d4e5f6a7b8c9d0e1f2a3b4c5d6").Response fields
Unique identifier for the Onramper Account.
ID of the customer who owns this account.
Returns
false after successful deactivation.Bank account details. These remain unchanged after deactivation.
The configured crypto destination.
Fee configuration for this account.
ISO 8601 timestamp of when the account was created.
ISO 8601 timestamp of the deactivation.
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. |

