post https://example.com/simulate/authorizations
Authorization involves verifying a card's validity,
ensuring business criteria are fulfilled, and checking fund availability before temporarily reserving said funds.
Use this endpoint to emulate an authorization transaction
by providing the cardId
and other pertinent authorization information in your query.
Response
204Card authorization submitted successfully.
Authorization may be unsuccessful if the card is invalid or expired, or if the card is valid but the cardholder has exceeded their spending limits.
This will trigger the authorization request webhook to approve or declined the authorization.