Payment
Verify Account
Verify whether an OLIVE account ID exists
POST
Use this endpoint to confirm that an
account_id exists before routing funds or creating a payment flow around that account.Request
API key ID assigned to the integration
RFC3339 timestamp used in the HMAC signature
Hex-encoded HMAC-SHA256 of the request
Body Parameters
OLIVE account ID to verify
Response
Whether the verification request completed successfully
Whether the account exists
Verification result message
Echo of the requested account ID
Example
Errors
| Status | Code | Description |
|---|---|---|
| 400 | Validation or business error | Invalid payload or account not found |
| 401 | HMAC auth error | Missing/invalid X-API-Key-ID, X-Timestamp, or X-Signature |
| 500 | Internal error | Server error |
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
Account verification details
Example:
"acc_12345678"
Response
Account verification result
The response is of type object.