curl --request POST \
--url https://olive-gateway-a6ba.onrender.com/api/v1/payment/lookup-card \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"card_identifier": "CARD0001"
}
'{}Get card ownership and balance by serial number or MAC address (with or without colons)
curl --request POST \
--url https://olive-gateway-a6ba.onrender.com/api/v1/payment/lookup-card \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"card_identifier": "CARD0001"
}
'{}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Card lookup details
Supports any alphanumeric: CARD0001, 48290173K, etc.
"CARD0001"
Card information retrieved
The response is of type object.