#Nick902
1 messages · Page 1 of 1 (latest)
What do you mean by manually?
You can use our ELements to collect payments within your own checkout flow, certainly, if you're referring to Stripe checkout and not wanting to redirect the customer
Manually as in I ask the customer for their payment details then I forward those details to Stripe for processing (bypassing https://checkout.stripe.com/)
Sure, checkout the "custom payment flow" guides like this:
https://stripe.com/docs/payments/accept-a-payment?platform=web&ui=elements
This is the recommended pattern for collect payment detail in your own site, you aren't required to use Stripe CHeckout
I'm not able to use Stripe Elements, I can only make an API request. Is there an API I can send a payload like this https://pastebin.com/PMpvcK0M and get back a response whether the payment was processed successfully?
Pastebin.com is the number one paste tool since 2002. Pastebin is a website where you can store text online for a set period of time.
You can't - no API excepts that
But if you want ot handle raw card details you need to understand the PCI implications of doing so: https://stripe.com/docs/security/guide#validating-pci-compliance
refer to the "API direct" tab
You can pass card details to the API here, though: https://stripe.com/docs/api/payment_methods/create#create_payment_method-card
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.