get_payment_link
Retrieve a specific payment link from Visa Acceptance using its unique ID to access payment details and processing information.
Instructions
This tool will get a specific payment link from Visa Acceptance.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
id | Yes | Payment link ID (required) |
Input Schema (JSON Schema)
{
"properties": {
"id": {
"description": "Payment link ID (required)",
"type": "string"
}
},
"required": [
"id"
],
"type": "object"
}