Browse: Home / Classes /

AuthorizationService

AuthorizationService

Description #


Source #

File: includes/lib/stripe-php/lib/Service/Issuing/AuthorizationService.php



Methods #

  • all — Returns a list of Issuing Authorization objects. The objects are sorted in descending order by creation date, with the most recently created object appearing first.
  • approve — Approves a pending Issuing Authorization object. This request should be made within the timeout window of the real-time authorization flow.
  • decline — Declines a pending Issuing Authorization object. This request should be made within the timeout window of the real time authorization flow.
  • retrieve — Retrieves an Issuing Authorization object.
  • update — Updates the specified Issuing Authorization object by setting the values of the parameters passed. Any parameters not provided will be left unchanged.