Try the APIs and test with our postman collection and also within the "API Credentials" section of the Portal.
Collection
Environment
Simulating Card Authorizations with varying MCCs
Please use the following cURL request to simulate various card authorization scenarios -
curl --location 'https://www.sandbox.striga.com/api/v1/simulate/card/authorization'
--header 'api-key: <YOUR_API_KEY_HERE>'
--header 'Content-Type: application/json'
--data '{
"cardId": "a22cebf1-a158-41b5-bc55-edbb60ff458d",
"amountEURCents": 1050,
"mcc": "6011"
}'