Update Payment Intent
Execute this method to update the active flag of a payment intent. Sandbox or production environment will be selected by apiKey passed as authentication.
Uri
Headers
GraphQL Query
Variables (sample)
Parameters description
id: (mandatory) Identifier of the Payment Intent
active: (mandatory) Boolean value that will be set in the Payment Intent.
Last updated