#arslankhalid0000

1 messages · Page 1 of 1 (latest)

red agateBOT
ember arch
jagged fulcrum
#

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

ember arch
#

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

#

there's no workaround for this