Get started
Get your API keys
Make your first request
curl --location --request POST 'https://api.zizy.io/transaction' \
--header 'x-api-key: YOUR_API_KEY' \
--header 'Content-Type: application/json' \
--data-raw '{
"merchant_name": "APPLE.COM/BILL",
"transaction_type": "CARD_TRANSACTION",
"transaction_id": "3214314312",
"merchant_category_code": "5735"
}'Last updated