#zystew
1 messages · Page 1 of 1 (latest)
hi
Someone know how i can make a manual paiement with python ?
Hi, can you translate the test from the screenshot?
I'm unsure what you're trying to do
There is a manual payment system
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
i would like use this method
but in python
You're trying to pass raw pans to charge a customer?
Yes
What you're seeing on the Dashboard is a Dashboard only functionality, https://support.stripe.com/questions/manually-entered-card-payments. Due to PCI compliance, we do not recomment that you pass raw card like this using the API
I tried to send the information raw in order to test how it worked but it didn't work, it asked me to go through stripe.js
That is correct, you can write in to our support team, https://support.stripe.com/questions/enabling-access-to-raw-card-data-apis
That resource provides more expalination as to why we don't support it, and if you need it for your business use case, you'd need to write in.
Sure!
Yes, you can use this integration guide, https://stripe.com/docs/payments/accept-a-payment?platform=web&ui=elements. You can use python on the server side to create the Payment Intent and the user Stripe.js to collect the payment method to pay for that charge.
We have our official samples page, https://github.com/stripe-samples/accept-a-payment