create_payment_link
Generate a payment link in Visa Acceptance for purchases or donations, specifying currency, amount, and line items to facilitate customer transactions.
Instructions
This tool will create a payment link in Visa Acceptance.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| clientReferenceCode | No | Custom client reference code for the transaction | |
| currency | Yes | Currency code e.g. "USD" (Required) | |
| lineItems | Yes | Line items in the purchase | |
| linkType | Yes | Type of payment link (PURCHASE OR DONATION) | |
| purchaseNumber | Yes | Unique alphanumeric id, no special chararacters for the purchase less than 20 characters | |
| requestPhone | No | Request phone number from customer | |
| requestShipping | No | Request shipping address from customer | |
| totalAmount | No | Total payment amount e.g. "100.00" |