payment Questions
1
I'm redesigning the database for one of our apps, to normalise and restructure some of the more gigantic tables.
Our service offers various plans (Personal, Family, Business etc.) that come w...
Ogdon asked 4/9, 2018 at 0:46
2
Solved
So I've been trying to learn Stripe API recently... I'm getting there slowly but have come to a bit of a speed bump with this metadata information.
What I am looking to achieve is add metadata to t...
Artifice asked 19/11, 2016 at 2:21
4
I want to integrate paytm in react native app.
i create merchant id and key in test mode, and i also get success popup that it created but its doesn't show anywhere.
please help me how and where t...
Sorry asked 28/8, 2021 at 9:9
4
Solved
I have successfully built out a rails app as per Ryan Bates' railscast (http://railscasts.com/episodes/288-billing-with-stripe) - However, in the railscast he doesn't cover webhooks. I was wonderin...
Diaspora asked 21/2, 2012 at 3:5
2
I'm struggling to get Stripe to work on my server.
So, on the client side, I have this code (after much struggle to get element working) :
this.props.stripe.createPaymentMethod({ type: 'card', card...
Ravenravening asked 23/6, 2020 at 11:24
9
i'm implementing razorpay payment gateway in my React.js app with backend nodejs.
here frontend.jsx
razorpayHandler = () =>{
const payment_amount = this.props.TotalPrice;
const backend_url =...
Macfarlane asked 28/11, 2018 at 2:45
3
I am creating a Woocommerce shop. The client wants to use the payment plugin "Mollie" to accept iDeal payments (Dutch).
When people order items from the webshop, they should be able to order every...
Marniemaro asked 3/11, 2016 at 15:58
5
Solved
I am a newbie in programming. I want to create an HTML page which have some buttons to invoke popular UPI payments apps like Google Pay, Paytm, PhonePe, etc. but I don't know how to invoke those ap...
Remissible asked 17/5, 2020 at 13:56
4
Solved
I'm having a problem with payment procedure in heroku account(billing section).
I got verified first time successfully and in one month all charges of my card are giving an error: "Unable to verify...
2
I'm integration Paypal SDK com.paypal.checkout:android-sdk:0.3.0.
All the configuration is done at the app level.
Here is the official documentation link:- https://developer.paypal.com/docs/busines...
Norite asked 25/6, 2021 at 7:18
3
Solved
How I give space between 4 digits ?
Want help to solve issue
Lentigo asked 27/3, 2022 at 2:0
2
Is there any API to get the credit card(Visa, Mastercard, etc..) icon/image.
$customerCards = \Stripe\Customer::allSources(
$stripe_id,
['object' => 'card', 'limit' => 3]
);
But in res...
3
Is it possible to attach metadata to a Stripe Payment link (that directs to Stripe for payment)?
I've set up a basic link to a Stripe payment and have a link to the payment on my site.
What I hope ...
3
I am creating an application in Flutter Web that needs to collect payment information to create subscription charges. My plan was to use Stripe to do this, however, after making all the necessary m...
Shinto asked 13/6, 2020 at 23:58
5
Solved
My stripe account has following balance in test mode:
$958,395.72
Available balance
$2,659.48
Pending balance
$3,010,474.35
Total volume (HKD)
This balance is in HKD.
Now I have to transfer m...
Aarau asked 12/9, 2016 at 10:46
2
Solved
I'm using the PayPal API to put payment options to my website. In the tutorial they have, they are rendering the button and setting up the transaction entirely at the client side with JavaScript. H...
Dressingdown asked 21/7, 2020 at 16:23
3
Solved
I am using realexpayment with amember-5.1.5 and using test account of realexpayment system.
when I signup and make payment using test card I am getting the following message and it does not redir...
Racialism asked 20/10, 2016 at 5:2
5
Solved
I'm building an app where I want users to be able click a link to open up CashApp (as well as various other P2P payment apps), as far along in the transaction as possible. My client doesn't want th...
3
I am using Stripe to test how my code would react to recurring subscription renewal payment attempts for a product we are working on (need to test success, failure ...etc.). And it seems that most ...
Hamulus asked 27/7, 2017 at 0:4
3
I'm working with a web application that allows our customers to integrate with Apple Pay on the web. The customers setup their own Apple Pay merchant accounts, a third party handles the actual paym...
1
I am new to coding so bear my stupid questions.
I am working on STRIPE and using NODE JS.
Stripe docs are difficult to understand, can anyone help me explaining the difference between Checkout.sess...
Interbrain asked 5/1, 2022 at 7:37
3
Solved
I'm currently using Stripe Webhooks to get notified when user pays for a product. This is working fine. From the payment intent I can get the Seesion and the Customer Object. But I don't find a way...
Soddy asked 7/6, 2020 at 16:38
2
I want to use Google Pay in my app and I want to get my money in the Stripe dashboard.
I try the Flutter pay package, and now I am able to see the Google Pay sheet.
I am an Indian citizen, so I am ...
Shipowner asked 30/12, 2021 at 11:28
2
Solved
Actually I published a app in play store, in the next update I want to add UPI payments in the app. So, I am using upi_pay package. When I installing the package getting error as "Missing 'pac...
3
I am integrating my service with Stripe for subscription payment processing.
I want the service to be available in different countries. Therefore I would like to offer my subscription in different ...
Aran asked 20/8, 2020 at 19:42
1 Next >
© 2022 - 2024 — McMap. All rights reserved.