Rapyd Bytes: CURL Request Signature Using Python
In this video, you’ll learn about how to connect with the Rapyd API using CURL and Python. Follow along as we calculate the Request Signature in Python and generate the headers to use GET List Payments in CURL.
Presenter
Kyle Pollock - DevRel Specialist at Rapyd
Resources
- Developer Community https://community.rapyd.net/
- Download Postman Collection https://bit.ly/3pi2RtU
- Rapyd Bytes: Make your First API Call https://www.youtube.com/watch?v=JmH7PmFlsyI
- Make Your First API Call https://docs.rapyd.net/build-with-rapyd/docs/make-your-first-api-call
- Rapyd Curl Request Signature GitHub - Rapyd-Samples/rapyd-curl-request-signature: Make a GET request to List Countries and start testing the Rapyd API.
- Getting Started With API Security: Create a Request Signature with Rapyd Using cURL Getting Started With API Security: Create a Request Signature with Rapyd Using cURL
- List Payments https://docs.rapyd.net/build-with-rapyd/reference/payment#list-payments
- Client Portal Rapyd Client Portal
Support
If you have a question, please feel free to reach out on our community https://community.rapyd.net, or our support team at https://support.rapyd.net.
Feedback - short survey to help improve developer content
Updates
Sign up to stay updated with developer news: Rapyd - Sign Up for Rapyd Developer News
Table of contents
00:00 Overview
00:13 Documentation - List Countries
00:44 Get Started - Sample Integrations
00:50 Github - Rapyd Curl Request Signature
01:00 Terminal - Clone Github
02:18 Terminal - Open rapyd_curl_gen.py file
02:21 rapyd_curl_gen.py - Input API Keys
03:12 Terminal - Generate Python Request Signature
03:45 Copy and Paste CURL Request - List Countries
04:12 Terminal - List Countries Response
04:54 Recap & Outro