Re: Visanet QR code payment link

JML2023
Regular Visitor

Visanet QR code payment link

Hello!
I'm new to Visa developer, and I would like to have a better understanding of how I can create the following:

  • I would like to create VisaNet QR and payment links for invoices.
  • I would like the user to be able to scan that code or click that link and be directed to a payment page. With the details of the invoice and the possibility to make a payment.
  • After the payment is done by the user the funds will go to a bank account.  

    Please help me to find the right set of API's and potentially the sample code to get me started.

    Many thanks in advance!

21 REPLIES 21
cathy2981
Community Moderator

Re: Visanet QR code payment link

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. 

JML2023
Regular Visitor

Re: Visanet QR code payment link

Hi Thnaks, I heard nithing back unfortunately

I_Doroteo3
Visa Developer Support Specialist

Re: Visanet QR code payment link

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

 

Pavle123
Dabbler

Re: Visanet QR code payment link

I was wondering and have the same question. Did anybody have the answers? 

Thank you , kind regards

DianaVisaPM
Visa Developer Support Specialist

Re: Visanet QR code payment link

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.

 

Contact Us

Visa Direct Regional Mailboxes
To reach the various regional product offices please use these email addresses:




Thanks,

Diana



Was your question answered? Don't forget to click on "Accept as Solution" to help other devs find the answer to the same question.

rtuo_56pO
Occasional Visitor

Re: Visanet QR code payment link

I am try contact with visa direct emails from long time but any one reply to me from they
DianaVisaPM
Visa Developer Support Specialist

Re: Visanet QR code payment link

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




Thanks,

Diana



Was your question answered? Don't forget to click on "Accept as Solution" to help other devs find the answer to the same question.

Godest19
New Contributor

Re: Visanet QR code payment link

  • I would like to create VisaNet QR and payment links for invoices.
DianaVisaPM
Visa Developer Support Specialist

Re: Visanet QR code payment link

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.




Thanks,

Diana



Was your question answered? Don't forget to click on "Accept as Solution" to help other devs find the answer to the same question.