CORE API Overview
Base URL
https://api.transacty.ai
There is no separate sandbox hostname. Test and live use the same URL; the API key chooses the environment.
Core merchant endpoints:
- Identity:
GET /v1/me - Balance:
GET /v1/balance(readitems[]for every pocket, includingNGNandPYUSD-USDC) - Transactions:
GET /v1/transactionsandGET /v1/transactions/:transactionId
All endpoints require signed headers:
X-Transacty-KeyX-Transacty-Signature— HMAC-SHA256 of{timestamp}.{rawBody}, lowercase hexX-Transacty-Timestamp— Unix secondsContent-Type: application/jsonon POST/PATCH
GET requests have an empty body — the signing payload is {timestamp}. (trailing
dot).
Last updated on