@@ -34,7 +34,7 @@ Table of Contents
3434 * [ Server Notification Handler] ( #server-notification-handler )
3535 * [ Sage Pay Form Methods] ( #sage-pay-form-methods )
3636 * [ Form Authorize] ( #form-authorize )
37- * [ Form completeAuthorise ] ( #form-completeauthorise )
37+ * [ Form completeAuthorize ] ( #form-completeauthorize )
3838 * [ Form Purchase] ( #form-purchase )
3939 * [ Sage Pay Shared Methods (Direct and Server)] ( #sage-pay-shared-methods-direct-and-server )
4040 * [ Repeat Authorize/Purchase] ( #repeat-authorizepurchase )
@@ -678,11 +678,14 @@ $response = $gateway->authorize([
678678```
679679
680680The ` $response ` will be a ` POST ` redirect, which will take the user to the gateway.
681- At the gateway, the user will authenticate or authorise their credit card,
681+ At the gateway, the user will authenticate or authorize their credit card,
682682perform any 3D Secure actions that may be requested, then will return to the
683683merchant site.
684684
685- ### Form completeAuthorise
685+ Like ` Server ` and ` Direct ` , you can use either the ` DEFERRED ` or the ` AUTHENTICATE `
686+ method to reserve the amount.
687+
688+ ### Form completeAuthorize
686689
687690To get the result details, the transaction is "completed" on the
688691user's return. This wil be at your ` returnUrl ` endpoint:
@@ -724,9 +727,6 @@ In a future release, the `completeAuthorize()` method will expect the
724727` transactionId ` to be supplied and it must match before it will
725728return a success status.
726729
727- Like ` Server ` and ` Direct ` , you can use either the ` DEFERRED ` or the ` AUTHENTICATE `
728- method to reserve the amount.
729-
730730### Form Purchase
731731
732732This is the same as ` authorize() ` , but the ` purchase() ` request is used instead,
0 commit comments