Making decision requests to Authorize gateway instances
Before you make decision requests to gateway instances in your organization’s infrastructure, ensure that you’ve completed steps 1 - 5 in Setting up an Authorize gateway.
Use the POST localhost:8080/api/authorize
operation to execute a decision request against a gateway instance. You can enforce client authentication on the /api/authorize
endpoint by configuring a shared secret. Learn more in Authentication for Authorize gateway endpoints.
The request body requires the parameters
property. Parameters consist of an attribute name and value separated by a colon. For example:
{ "parameters": { "Amount": "990", "Account": "Basic Checking", "Payment.consentId": "{{consentID}}" }, }