Hello!
I'm new to Visa developer, and I would like to have a better understanding of how I can create the following:
Hi,@JML2023,Thank you for reaching out! An agent will get back to you as soon as possible. In the meantime, if any community member knows a solution, please reply to this thread.
Hi Thnaks, I heard nithing back unfortunately
Hi @JML2023,
For your use case, I recommend checking out Visa Direct, which offers real-time push payment capabilites.
While Visa does not provide test code for QR generation, using Visa Direct enables access to a downloadable SDK for QR generation.
Before you get started with Visa Direct, please review the requirements for using Visa Direct. All Visa Direct programs require the originator to be a licensed Visa acquirer or be sponsored by a licensed Visa acquirer who is ready and able to sponsor Visa Direct programs.
https://developer.visa.com/capabilities/visa_direct/docs-getting-started
Hope this helps!
Thanks,
Illana
I was wondering and have the same question. Did anybody have the answers?
Thank you , kind regards
Hi @Pavle123,
Please refer to the Visa Direct Getting Started Guide here. You'll need to meet the requirements that's listed in the shaded box with the exclamation mark. If you have Visa Direct questions, you can contact Visa Direct Support using the regional email addresses provided below.
Visa Direct Regional Mailboxes
To reach the various regional product offices please use these email addresses:
Hi @rtuo_56pO,
Please try contacting Visa Direct Support regional mailboxes again and make sure you meet the requirements listed in the grey box with exclamation mark seen on the Visa Direct page here.
Hey @Godest19,
Creating VisaNet QR codes and payment links for invoices is a great way to streamline the payment process for your customers. Here are the steps you can follow to achieve this using Visa's APIs available on the Visa Developer Platform:
1. Sign Up and Get Access: First, you'll need to sign up for a Visa Developer account if you haven't already. You can do this at Visa Developer.
2. Explore Visa APIs: Visa offers a range of APIs that can help you create QR codes and payment links. Specifically, you might want to look into the **Visa Direct** and Visa Token Service APIs. These APIs provide the functionality needed to create secure payment links and QR codes.
3. Create a Project: Once you have access, create a new project on the Visa Developer Platform. This will allow you to get the necessary credentials and sandbox access to start testing.
4. Generate Payment Links and QR Codes:
- Payment Links: Use the Visa Direct API to create payment links. The API documentation provides detailed instructions on how to generate these links.
- QR Codes: For generating QR codes, you can use the Visa Token Service API to tokenize payment information and then encode this token into a QR code format. The API documentation will guide you through the steps required to achieve this.
5. Integrate with Your Invoicing System: Once you have the payment links and QR codes, integrate them with your invoicing system. You can include the QR codes directly on your invoices, and payment links can be added to the email or electronic invoices sent to your customers.
6. Testing: Use the sandbox environment provided by Visa to thoroughly test your implementation before going live.
For detailed instructions and code examples, refer to the specific API documentation on the Visa Developer Platform:
- Visa Direct API
- Visa Token Service API
Additionally, you can find sample code and SDKs to help you get started quickly.
If you have any specific questions or need further assistance, feel free to reach out to Visa's developer support team through the platform.
I hope this helps you get started with creating VisaNet QR codes and payment links for your invoices.