💱VietQR Payment APIs
Describe the integration process for VietQR payment API services.
Last updated
Describe the integration process for VietQR payment API services.
Last updated
Partners need to complete the account registration process with full information to identify and secure the account. The default integration information will be the Test environment (Sandbox).
The basic steps to integrate with VietQR are as follows:
Connect with VietQR.
Implement the Get Token API on the partner's side.
Implement the Transaction Sync API on the partner's side.
Declare the connection information on the VietQR.vn website.
Pass the username and password provided by VietQR after declaration in step 4 to the Get Token API.
Use the token from step 5 to call the Generate VietQR Code API to create the payment code.
Call the Test Callback API to simulate a successful payment for the transaction created in step 6.
Complete acceptance testing and request GoLive in the production environment.
Environment | Domain | Describe |
---|---|---|
Test | Used in the testing integration process. | |
Production | Used for deployment to end users. |
Key | Value |
---|---|
Content-Type | application/json; charset=UTF-8 |
Method | POST |