Тёмный
No video :(

Making requests with stripe-php 

Stripe Developers
Подписаться 29 тыс.
Просмотров 9 тыс.
50% 1

Learn how to make requests to the Stripe API using the stripe-php client library. You'll see how to format parameters and pass request body, query string params, and request headers.
Presenter
CJ Avilla - Developer Advocate at Stripe - / cjav_dev
Resources
Official client library: github.com/str...
Code: github.com/str...
Table of contents
00:00 Overview
01:16 API reference
04:10 Create an object passing no params
05:12 Retrieve single object
06:19 Create an object with scalar values
08:25 Create an object with enum values
10:50 Create an object with nested associative array
12:32 Create an object with a list of strings
14:01 Update an object with scalar values
15:24 Update an object with a list of nested associative arrays
17:30 Retrieve a list of objects
18:30 Retrieve a list filtered by scalar
20:15 Delete an object
20:52 Custom methods overview
21:50 Custom method demo
24:26 Nested service method overview
24:57 Nested service method demo
26:55 Request headers overview
28:00 Request headers demo
30:10 Conclusion
Support
If you have a question, please feel free to reach out to our support team on Discord at stripe.com/go/....
Feedback
If you have any feedback about this or other episodes, let us know: forms.gle/VjNq....
#Stripe #Payments

Опубликовано:

 

15 авг 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 11   
@BarnabyPerrinAldous
@BarnabyPerrinAldous 3 года назад
Super tutorial! I was able to follow you over the course of a couple of hours, and I can't wait to improve my knowledge of the API.
@violetsan3354
@violetsan3354 3 года назад
I use stripe with Laravel 6 in ($stripe->charges->create) I send (amount, currency, source, description) but the payment fails and I get error 403 in Logs, the error message is "We're sorry, but we're unable to serve your request." so what is the problem? and how can I fix it?
@michalmichalski1823
@michalmichalski1823 3 года назад
how are you testing your code live? what I mean is how are you able to see your post code and response code side-by-side?
@medicaltechnology7266
@medicaltechnology7266 3 года назад
Stripe CLI
@miguelangel0625
@miguelangel0625 3 года назад
It looks like VIM
@salmansaysit
@salmansaysit 2 года назад
How can I parse value from the response when I got the response I get an object when I try to make it to json it says null.
@StripeDev
@StripeDev 2 года назад
Hey Salman-we'd like to make sure we understand what the issue may be. Can you tell us a bit more about what's going on?
@salmansaysit
@salmansaysit 2 года назад
@@StripeDev I was using PHP-Stripe though it is said the response is in JSON but I wasn't been able to do json_decode the the response I got eventually I had to use $object->anyFieldIwant. Just for future reference you help me how can I convert the response to associative array.
@StripeDev
@StripeDev 2 года назад
You're welcome to join our Discord server here discord.com/invite/RuJnSBXrQn or open an email with us here support.stripe.com/contact/login and we're happy to help you further.
@naveensaini1618
@naveensaini1618 3 года назад
please makes more videos on node js especially
@cjav_dev
@cjav_dev 3 года назад
Hey Naveen! Thanks for reaching out. We'll be adding a similar video but using node soon. This playlist is where we'll add all of the node content: ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-13StUEc9XrY.html.
Далее
Making requests with stripe-python
27:27
Просмотров 10 тыс.
Pagination with stripe-php
9:01
Просмотров 2,6 тыс.
Big Baby Tape - Turbo (Majestic)
03:03
Просмотров 156 тыс.
NOOOO 😂😂😂
00:14
Просмотров 14 млн
Accept a payment - Create a PaymentIntent with PHP
13:38
PHP Slim Starter
37:41
Просмотров 15 тыс.
Webhook helpers in stripe-php
18:57
Просмотров 10 тыс.
How To Accept Payments With Stripe
23:05
Просмотров 271 тыс.
DHH discusses SQLite (and Stoicism)
54:00
Просмотров 58 тыс.
Accept a payment with the Payment Element using PHP
22:02