accept-a-card-payment icon indicating copy to clipboard operation
accept-a-card-payment copied to clipboard

Learn how to accept a basic card payment on web, iOS, Android

Results 8 accept-a-card-payment issues
Sort by recently updated
recently updated
newest added

I removed `docker-compose.selenium.yml` and changed to use sample-ci's selenium container because the existing settings will not be compatible with [this changes on sample-ci](https://github.com/stripe-samples/sample-ci/pull/12).

# Bug report script.js:117 Uncaught (in promise) TypeError: Cannot read property 'json' of undefined ## Describe the bug Below line gives above error return result.json();

Changed card exception to newer reference to prevent errors.

The clientSecret variable is never used. It isn't even passed to the client from the server when fetching /stripe-key. It just adds confusion.

...caused by calling array_key_exists() on object in stripe-phplib/ApiRequestor.php in v6.3 The pro

Hello folks Here is an update of your PHP example, it now works with PHP8 :) . (last major version)

# Bug report Notice: Undefined property: stdClass::$paymentMethodId ## Describe the bug I am using 3d secure card for completing payment. After clicking on complete button in popup this shows a...

# Bug report ## Describe the bug I'm testing the "without-webhooks/server/php/public" sample with Internet Explorer 11. However, the page is not displayed well in Internet Explorer 11. In addition, it...