curl --request POST \
--url https://olive-gateway-a6ba.onrender.com/api/v1/payment/verify-account \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"account_id": "acc_12345678"
}
'{}Verify if an OLIVE account ID exists in the database (HMAC authenticated endpoint for processors)
curl --request POST \
--url https://olive-gateway-a6ba.onrender.com/api/v1/payment/verify-account \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"account_id": "acc_12345678"
}
'{}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Account verification details
"acc_12345678"
Account verification result
The response is of type object.