Simulate a card authorization / pre-authorization

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.

Body Params
card
object
required
transaction
object
Response
204

Card 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.

Language
Credentials