Account API
The Account API allows you to retrieve and manage your Omise account settings and configuration.
Available Endpointsโ
- Retrieve Account - GET /account
- Update Account - PATCH /account
Overviewโ
The Account API provides access to:
- Account information (ID, email, country, currency)
- Webhook settings and auto-activation preferences
- API version information
- Supported currencies
Authenticationโ
All Account API endpoints require authentication using your secret key.
Common Use Casesโ
- Retrieving account details for verification
- Updating webhook endpoints
- Configuring auto-activation settings for recipients
- Checking supported currencies