Integration Quick Guide
Start your journey with our API and begin the development of your TransactionLink integration.
Useful links
Step 1: Getting sandbox access and your first workflow
Step 2: Acquire your API keys To ensure secure authentication of your API requests.
Step 3: Make a test API request
curl --request POST \
--url https://api.sandbox.transactionlink.io/auth/authorize \
--header 'Content-Type: application/json' \
--data '{
"key":"NDNSUIUI788NMM",
"secret":"TNJM747DJJANJUYW"
}'