#arslankhalid0000
1 messages · Page 1 of 1 (latest)
hello, I think this guide fits your use case, you can take a look at it and let me know if you have any questions : https://stripe.com/docs/payments/save-and-reuse
Sure let me take a look at it and will get back to you in a minute.
@ember arch - It does not fit my usecase, I want to use only api and backend without involvement of frontend to provide the card information while creating a payment/charge. Like I have card details stored in my application and just wanted to hit stripe api endpoint to charge the customer with that card details that are stored in my application.
Issue I am having is when I provide card details hardcoded with api endpoint it restricts me due to security reasons that I cannot provide hardcoded card details
Like what the corresponding support article that is mentioned in the error message says, you need to provide the required info before you can pass in raw card details : https://support.stripe.com/questions/enabling-access-to-raw-card-data-apis
Find help and support for Stripe. Our support site provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
there's no workaround for this