Skip to main content
POST
/
pos
/
lookup-card
Lookup card information
curl --request POST \
  --url https://olive-gateway-a6ba.onrender.com/api/v1/pos/lookup-card \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "card_identifier": "CARD0001"
}
'
{}

Authorizations

Authorization
string
header
required

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

Body

application/json

Card lookup details

card_identifier
string
required

Supports any alphanumeric: CARD0001, 48290173K, etc.

Example:

"CARD0001"

Response

Card information retrieved

The response is of type object.