We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This example code is not working.
$paymentMethod = $_POST['paymentMethodId']; $response = $gateway->authorize([ 'amount' => '10.00', 'currency' => 'USD', 'description' => 'This is a test purchase transaction.', 'paymentMethod' => $paymentMethod, 'returnUrl' => $completePaymentUrl, 'confirm' => true, ])->send();
The text was updated successfully, but these errors were encountered:
I am getting the following error:
Sorry, something went wrong.
It appears that you're trying to do a redirect payment type. I don't think that's supported by the Stripe gateway code.
@delatbabel I want to use off-site payments. but the paymentMethod is not accepted by the authorize()
paymentMethod
authorize()
No branches or pull requests
This example code is not working.
The text was updated successfully, but these errors were encountered: