Skip to main content
POST
/
payment
/
verify-account
Verify if account ID exists
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"
}
'
{}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json

Account verification details

account_id
string
required
Example:

"acc_12345678"

Response

Account verification result

The response is of type object.