Directa24 REST API v1 - Source Code
The Directa24 API retrieves local payment features for emerging international markets. The API can be used to process payments for currencies in South America or China via cash payments, credit cards, online banking, and market-specific popular solutions.
Developers can implement deposits, cash outs, and easy cashouts and integrate with sample codes available in cURL, PHP, Java, and C#.

- Summary
- SDKs (0)
- Articles (1)
- How To(0)
- Source Code(15)
- Libraries(0)
- Developers (0)
- Followers (1)
- Changelog (1)
Sample Source Code (15)
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.
Title | Description | |
---|---|---|
![]() | Directa24 Easy Cashout Java Sample Code | The Directa24 Easy Cashout Java Sample Code demonstrates how to access the API to integrate easy cashout requests into payment services. Fields include first and last name, notification URL, document ID, country, login, and password. |
![]() | Directa24 Easy Cashout PHP Sample Code | The Directa24 Easy Cashout PHP Sample Code demonstrates how to access the API to integrate easy cashout solutions into payment services. Developers can include document ID, first name, last name, amount, and country as fields. |
![]() | Directa24 Easy Cashout Curl Sample Code | The Directa24 Easy Cashout Curl Sample Code demonstrates how to implement an easy cashout into payment applications. The request has to be made through a POST request to the above URL with content-type: application/JSON in the header. |
![]() | Directa24 Request Cashout C# Sample Code | The Directa24 Request Cashout C# Sample Code demonstrates how to access the API to implement cashout flows into payment applications. Developers can implement beneficiary name and last name, country, amount, currency, bank code, bank branch, and bank account. |
![]() | Directa24 Request Cashout Java Sample Code | The Directa24 Request Cashout Java Sample Code demonstrates how to access the API to implement the following fields: document ID, beneficiary name, country, amount, currency, bank branch, bank account, bank name, and beneficiary birthdate. |
![]() | Directa24 Request Cashout PHP Sample Code | The Directa24 Request Cashout PHP Sample Code demonstrates how to access the API to create a cashout request. Fields include country, amount, currency, bank code, bank account, bank branch, bank city, postal code, email, and phone. |
![]() | Directa24 Request Cashout Curl Sample Code | The Directa24 Request Cashout Curl Sample Code demonstrates how to access the API to implement a cashout request. Fields include beneficiary first and last name, amount, currency, bank account, beneficiary birthdate, city, postal code, email, and phone. |
![]() | Directa24 Deposit Creation C# Sample Code | The Directa24 Deposit Creation C# Sample Code demonstrates how to interact with the New Invoice API to access deposit transactions and preferred payment methods page to confirm payment. |
![]() | Directa24 Deposit Creation Java Sample Code | The Directa24 Deposit Creation Java Sample Code demonstrates how to access the API to implement deposit creation and new invoice creation into applications and websites. Developers can use login, amount, bank, ID user, and user's personal identification number as fields. |
![]() | Directa24 Deposit Creation PHP Sample Code | The Directa24 Deposit Creation PHP Sample Code demonstrates how to access the API to create a deposit by creating a new invoice. Developers can return a URL to redirect the customer to a preferred payment method page. |
![]() | Directa24 Deposit Creation Curl Sample Code | The Directa24 Deposit Creation Curl Sample Code demonstrates how to access the API to create a new deposit transaction and return a URL to redirect the customer to a preferred payment method's page, where the payment can be confirmed. |
![]() | Directa24 C# Sample Code | The Directa24 C# Sample Code demonstrates how to interact with the API to access deposits and cash-outs features to select payment options, insert deposit details, develop a credit card checkout page, and settle a customer's bank account. |
![]() | Directa24 Java Sample Code | The Directa24 Java Sample Code demonstrates how to interact with the API to access deposits features to streamline, implement integration solutions, and use a credit card checkout page and cash-out features to settle to a customer's bank account. |
![]() | Directa24 PHP Sample Code | The Directa24 PHP Sample Code demonstrates how to interact with the API to access a deposit transaction and a preferred payment method page where payments can be confirmed. |
![]() | Directa24 Curl Sample Code | The Directa24 Curl Sample Code demonstrates how to access the API and execute operations using a command. Developers can make deposits and request cash outs with the API. |