Stack Overflow en español Asked by YeikerDev on March 3, 2021
buenas, me gustaría saber como ejecuto el siguiente comando de curl pero usando ajax
curl https://api.stripe.com/v1/payment_intents
-u sk_test_4eC39HqLyjWDarjtT1zdp7dc:
-d amount=1099
-d currency=usd
-d "metadata[integration_check]"=accept_a_payment
No deberías usar estas peticiones del lado del cliente.
Pero basicamente lo que tienes que hacer es esto.
$.ajax({
url: '',
headers: {
Authorization: 'Bearer sk_test_4eC39HqLyjWDarjtT1zdp7dc'
},
data: {amount: 3000, ...}
...
})
Este es un ejemplo de la libreria en php
el código es este... https://github.com/stripe/stripe-php/blob/5ebe39d814411594b1ff9d79f0598a0de7faa30b/lib/ApiRequestor.php#L300
Answered by Franklin'j Gil'z on March 3, 2021
Get help from others!
Recent Questions
Recent Answers
© 2024 TransWikia.com. All rights reserved. Sites we Love: PCI Database, UKBizDB, Menu Kuliner, Sharing RPP