create_qr
Generate a QRIS QR code for payment. Specify type as dynamic or static, and include amount for dynamic codes.
Instructions
Create a QRIS QR code for payment.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | Yes | QR code type | |
| amount | No | Amount (required for DYNAMIC) | |
| external_id | Yes | Unique QR code ID | |
| callback_url | No | Webhook URL for payment notification |