AuthorizationService


Description Description


Source Source

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


			

Top ↑

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

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.