Top "Stripe-payments" questions

Stripe-payments refers to the libraries and API produced by the "Stripe" company for payment processing.

Stripe Webhook not working

So I'm trying to do a simple Stripe Webhook. Ideally this shouldn't be to difficult. I'm using this webhook So …

php stripe-payments webhooks
How to delete the Logs on Stripe in a test environment

I am using Stripe to carry out some test transactions on supposed customers from a CodeIgniter application. For some reason, …

stripe-payments
Why would Stripe paymentRequest.canMakePayment() fail on Localhost?

I'm getting this to work on my production server, but on localhost canMakePayment() returns null. I've traced this through the …

stripe-payments payment-request-api
Apply Stripe Coupon

I'm using Stripe's default form for payment processing. How can I add a coupon field? I've created a coupon, but …

javascript jquery html stripe-payments
Stripe API refund after subscription cancelled

From the Stripe docs: When you cancel the subscription, the customer's card will not be charged again, but no money …

payment-gateway payment stripe-payments
Expected Type Before / After —>, Expected Declaration in Swift 3

So, I created a typealias to store a completion handler, to later pass into a function called submitTokenToBackend using Stripe's …

ios token stripe-payments swift3 completionhandler
Enabling brand icon in `cardNumber` type element in Stripe

When using Stripe elements, is there a way to not use the card element, but still get the auto brand …

stripe-payments
Stripe charge multiple times

Using Stripe.js, I get a card token that I can then use to charge via: Stripe::Charge.create( :amount =&…

stripe-payments
Stripe API - Receipts Listing

I'm using the Stripe API and I'd like to present my customer's a list of their invoice history along with …

rest stripe-payments
Stripe Webhook events Renewal of subscription

I am using STRIPE for credit card payments in my Asp.net Application. Application have an monthly subscription plan. First …

asp.net stripe-payments webhooks stripe.net