- Healthcheck
- App Settings
- OS
- Finances
- Support
- Customer
- Auth
- Phones
- Popup Notifications
- Quick Invoice
- Contract Details
- Connection Status Has Notices
- List Contracts
- Connection Status
- Generate Login
- Password Update
- Password Recovery
- Referral (Indique um amigo)
- Enable Collect Calls
- Tax Notes
- Phone Details
- Due Date Availables
- Change Due date
- Request Address Change
- Service Protocol
- User Verify
- File Upload
- Paid Invoices
- Contract Term
- Interface
- Messages
- Resources
- SVAs
- Wi-FI
- Sales Onboarding
- Push Notifications
- Crypto
- Admin
- Proxy Integration
- OS
- Financials
- [OK][CD] Billing Dispute (Contestation)
- [OK][CD] Calls Extract
- [OK][CD] Check Trust Eligibility
- [OK][CD] Extract PDF Calls
- [OK][CD] Fast Access Invoice
- [OK][CD] Paid Invoice
- [OK][CD] List Records
- [OK][CD] Negotiation Parcels
- [OK][CD] Generate Payment Link
- [OK][CD] Negotiation Check Eligibility
- [OK][CD] Confim Negotiation
- [OK][CD] Tax Notes
- Contacts
- Contracts
- [OK][CD] List Products (SVAs)
- [OK][CD] Get Activation Link Product (SVA)
- [OK][CD] List Contracts
- [OK][CD] Contracts Details
- [OK][CD] Call History
- [OK][CD] Enable Collect Calls
- [OK][CD] List Protocols
- [OK][CD] Phone Details
- [OK][CD] Contract Unlock
- [OK][CD] Contract Term
- [OK][CD] Connection Status
- [OK][CD] Due Date Availables
- [OK][CD] Change Due date
- [OK][CD] Contract Plan
- [OK][CD] List Devices Wifi
- [OK][CD] Update Wifi
- [OK][CD] File Upload Payment
- Product Subscribe
- Messages
- Menus
- Customers
- Addresses
- Bookings
- FAQ
- Login
- Equipaments
- Config
- Cards
- Sales
- Massive Warnings
- Parameter
- Password Update
- Banners
- Products
Generate QR Code
HML
HML
POST
{{BASE_ENDPOINT_V1}}/resources/payments/qrcode
Request
Header Params
Authorization
string
required
Example:
{{Authorization}}
Body Params application/json
contract_number
string
required
cpf_cnpj
string
required
form
object
required
document
string
required
name
string
required
lastname
string
required
mail
string
required
phone
string
required
invoice_id
string
required
payment_type
string
required
value
number
required
Example
{
"contract_number": "899205",
"cpf_cnpj": "08040843359",
"form": {
"document": "08040843359",
"name": "Victor",
"lastname": "Hugo",
"mail": "victorhugoos@live.com",
"phone": "11993043118"
},
"invoice_id": "13951978",
"payment_type": "PIX",
"value": 94.51
}
Responses
🟢200Success
application/json
Body
object {0}
Example
{
"contract_number": "751318",
"cpf_cnpj": "08040843359",
"form": {
"document": "73856586520",
"name": "Victor",
"lastname": "Hugo",
"mail": "victorhugoos@live.com",
"phone": "11993043118"
},
"invoice_id": "13951979",
"payment_type": "PIX",
"value": 94.51
}