Stripe-payments refers to the libraries and API produced by the "Stripe" company for payment processing.
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 webhooksI am using Stripe to carry out some test transactions on supposed customers from a CodeIgniter application. For some reason, …
stripe-paymentsI'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-apiI'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-paymentsFrom the Stripe docs: When you cancel the subscription, the customer's card will not be charged again, but no money …
payment-gateway payment stripe-paymentsSo, 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 completionhandlerWhen using Stripe elements, is there a way to not use the card element, but still get the auto brand …
stripe-paymentsUsing Stripe.js, I get a card token that I can then use to charge via: Stripe::Charge.create( :amount =&…
stripe-paymentsI'm using the Stripe API and I'd like to present my customer's a list of their invoice history along with …
rest stripe-paymentsI 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