PaymentLinkTemplate
idintegerrequired
Payment link template ID
Example:
17namestringrequired
Internal template name
Example:
Premium subscriptiontitlestringrequired
Public-facing template title
Example:
Premium subscriptiondescriptionstringrequired
Public-facing template description
Example:
Monthly planamountdecimalnullable
Default amount configured on the template
Example:
250currencystringrequired
Default template currency
Example:
ARSenabledbooleanrequired
Whether the template is available for use
Example:
truepaymentLinkTypestringrequired
Template pricing mode
Example:
fixedPriceProductsupportedPaymentsstring[]required
Payment rails enabled by the template configuration
Possible values: [crypto, bank_transfer, credit_card, argentine_bank]
Example:
["crypto","bank_transfer","argentine_bank"]PaymentLinkTemplate
{
"id": 17,
"name": "Premium subscription",
"title": "Premium subscription",
"description": "Monthly plan",
"amount": 250,
"currency": "ARS",
"enabled": true,
"paymentLinkType": "fixedPriceProduct",
"supportedPayments": [
"crypto",
"bank_transfer",
"argentine_bank"
]
}