Brazilian Source code
- Summary
- Articles (0)
- APIs (33)
- Mashups (14)
- SDKs (33)
- Libraries (4)
- Source Code (46)
- Followers (1)
- Developers (14)
Brazilian Sample Source Code
The following is a list of sample source code snippets that matched your search term. Source code snippets are chunks of source code that were found out on the Web that you can cut and paste into your own source code. Whereas most of the sample source code we've curated for our directory is for consuming APIs, we occasionally find something interesting on the API provider side of things. If you know of some sample source code that would be of interest to the ProgrammableWeb community, we'd like to know about it. Be sure to check our guidelines for making contributions to ProgrammableWeb.
Name | Description | Category | Date |
---|---|---|---|
Safe2Pay Transactions NodeJS Sample Code | This NodeJS Sample Code uses the Safe2Pay SDK to build a server-side method which retrieves a specific transaction by providing a reference number. | Payments | 01.07.2020 |
Safe2Pay Tokenization test NodeJS Sample Code | This NodeJS Sample Code provides customer details in order to create a credit card Token. | Payments | 01.07.2020 |
Safe2Pay Single sale NodeJS Sample Code | This NodeJS Sample Code demonstrates how to perform an asynchronous sale request. This provides customer details, and updates the single sale entry. | Payments | 01.07.2020 |
Safe2Pay Performing payments NodeJS Sample Code | This NodeJS Sample Code demonstrates how to retrieve available payment methods. The application selects one method, provides vendor details, and performs a payment. | Payments | 01.07.2020 |
Safe2Pay Marketplace test NodeJS Sample Code | This NodeJS Sample Code demonstrates how to perform asynchronous merchant requests. The application updates an already created merchant entry with several details. | Payments | 01.07.2020 |
Safe2Pay Account deposit NodeJS Sample Code | This NodeJS Sample Code demonstrates how to perform server-side account deposits. This also retrieves bank information asynchronously. | Payments | 01.07.2020 |
Safe2Pay Transactions PHP Sample Code | This PHP Sample Code performs a transaction request, and retrieves transaction details by providing a reference number. | Payments | 01.07.2020 |
Safe2Pay Tokenization implementation PHP Sample Code | This PHP Sample Code demonstrates how to Tokenize information associated with a customer and their credit card information. | Payments | 01.07.2020 |
Safe2Pay Send payment PHP Sample Code | This PHP Sample Code demonstrates the logic required to perform and complete payments. The application retrieves payment methods, initializes the selected method, specifies customer information, and... | Payments | 01.07.2020 |
Safe2Pay Marketplace test PHP Sample Code | This PHP Sample Code performs marketplace-related operations. The application creates a new merchant, sets bank information, and updates the newly created merchant. | Payments | 01.07.2020 |
Safe2Pay Invoice functionalities PHP Sample Code | This PHP Sample Code creates a new customer with address and contact information, sets payment methods, and sets messages. This also updates said customer with new information. | Payments | 01.07.2020 |
Safe2Pay Account deposit request PHP Sample Code | This PHP Sample Code performs a request to the account deposit endpoint. The application retrieves bank account information, lists of deposits, deposit details, and transfer details. | Payments | 01.07.2020 |
Safe2Pay Transaction .NET Sample Code | This .NET Sample Code demonstrates how to implement transaction support. The application retrieves a transaction, lists transactions by reference number, and performs refunds. | Payments | 01.06.2020 |
Safe2Pay Marketplace implementation .NET Sample Code | This .NET Sample Code demonstrates marketplace-related methods. The application creates a new merchant with detailed information, retrieves a merchant, and updates merchant information. | Payments | 01.06.2020 |
Safe2Pay Invoice .NET Sample Code | This .NET Sample Code implements invoice-related methods. The application creates a new sale, creates a new product listing, and integrates invoice retrieval. | Payments | 01.06.2020 |
Safe2Pay Checkout test .NET Sample Code | This .NET Sample Code demonstrates checkout methods. The application performs bank transactions, adds new products, performs a credit card transaction, and performs a cryptocurrency transaction. | Payments | 01.06.2020 |
Safe2Pay Carnet implementation .NET Sample Code | This .NET Sample Code demonstrates how to enable carnet payments provided by Safe2Pay in connected applications. | Payments | 01.06.2020 |
Safe2Pay Accounts implementation .NET Sample Code | This .NET Sample Code performs several account-related GET requests for information. The application retrieves bank specific data, deposits, and deposit details. | Payments | 01.06.2020 |
Zenvia Send file message using WhatsApp NodeJS Sample Code | This NodeJS Sample Code demonstrates how to send authenticated file messages using WhatsApp. | Messaging | 10.15.2019 |
Zenvia WhatsApp test NodeJS Sample Code | This NodeJS Sample Code demonstrates how to receive message events and send text messages using the WhatsApp channel. | Messaging | 10.15.2019 |
Zenvia Get subscription NodeJS Sample Code | This NodeJS Sample Code demonstrates how to retrieve a subscription by ID. | Messaging | 10.15.2019 |
Zenvia Delete subscription NodeJS Sample Code | This NodeJS Sample Code demonstrates how to delete a subscription linked to a client. | Messaging | 10.15.2019 |
Zenvia Create subscription message NodeJS Sample Code | This NodeJS Sample Code demonstrates how to create a Webhook to receive messages. | Messaging | 10.15.2019 |
Zenvia Send text message using SMS channel NodeJS Sample Code | This NodeJS Sample Code demonstrates how to send authenticated messages through the SMS channel. | Messaging | 10.15.2019 |
Zenvia Send text message using Facebook channel NodeJS Sample Code | This NodeJS Sample Code demonstrates how to send text messages using the Facebook channel. This test application authenticates and sends a message. | Messaging | 10.15.2019 |