You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Removing $data['capture_method'] = 'manual'here changes this method to behave the same as a purchase by default and not an authorization. The authorization method is supposed to require a manual capture as per the class comments:
* An authorize request is similar to a purchase request but the
* charge issues an authorization (or pre-authorization), and no money
* is transferred. The transaction will need to be captured later
* in order to effect payment. Uncaptured charges expire in 7 days.
The text was updated successfully, but these errors were encountered:
jamieburchell
changed the title
Intents authorize now behaves the same as a purchase by default
Intents authorize will behave the same as a purchase by default
Mar 8, 2024
Attn: @barryvdh I believe this is a breaking change that by default will change the nature of the authorize method to become a regular payment method instead.
Removing
$data['capture_method'] = 'manual'
here changes this method to behave the same as a purchase by default and not an authorization. The authorization method is supposed to require a manual capture as per the class comments:The text was updated successfully, but these errors were encountered: