Skip to content

Latest commit

 

History

History
54 lines (33 loc) · 1.97 KB

File metadata and controls

54 lines (33 loc) · 1.97 KB

dLocal API Examples

Welcome to the dLocal API Examples repository! Here, you'll find example implementations in various programming languages for integrating with dLocal APIs.

Table of Contents

Signatures

C# Payins and Payouts

Detailed explanation of how to create the required HMACSHA256 signature and send a POST request to the API endpoint using C# for both Payins and Payouts.

Go Payouts Payins

Example code and step-by-step guide on creating the required HMACSHA256 signature and sending a POST request to dLocal API using Go for Payouts and Payins.

Javascript Payouts Payins

Guide and code samples for creating the HMACSHA256 signature and making a POST request to dLocal API using Javascript for both Payouts and Payins.

Python Payouts Payins

Python implementation for generating the required HMACSHA256 signature and sending a POST request to dLocal API for Payouts and Payins.

SmartFields Starter Projects

Django

Starter project in Django for integrating dLocal SmartFields into your application. Follow the provided guide for a seamless integration.

NextJS

Example NextJS project showcasing the integration of dLocal SmartFields. Get started quickly with the provided instructions.

React

Integrate dLocal SmartFields into your React application using the provided starter project. Follow the step-by-step guide for an easy setup.

License

This project is licensed under the MIT License.