Skip to main content
POST
/
partner
/
account-status
Account Status
curl --request POST \
  --url https://olive-gateway-a6ba.onrender.com/api/v1/partner/account-status \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --header 'X-API-Key-ID: <x-api-key-id>' \
  --header 'X-Partner-ID: <x-partner-id>' \
  --header 'X-Signature: <x-signature>' \
  --header 'X-Timestamp: <x-timestamp>' \
  --data '
{
  "phone_number": "<string>",
  "card_serial": "<string>"
}
'
{}

Authorizations

Authorization
string
header
required

API Key for third-party integrations (WhatsApp, Smart PAY, VULT). Format: 'Bearer olive_live_xxxxxxxxxxxxx'

Headers

X-API-Key-ID
string
required
X-Partner-ID
string
required
X-Timestamp
string
required
X-Signature
string
required

Body

application/json
phone_number
string
card_serial
string

Response

200 - application/json

Success

The response is of type object.