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
string
required
API key ID assigned to the integration
string
required
RFC3339 timestamp used in the HMAC signature
string
required
Hex-encoded HMAC-SHA256 of the request
Body Parameters
string
required
OLIVE account ID to verify
Response
boolean
Whether the verification request completed successfully
boolean
Whether the account exists
string
Verification result message
string
Echo of the requested account ID
Example
Errors
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.