Skip to content

Suggested

API Dashboard
Payment Links

Payment links are shareable URLs that allow payers to complete a payment without requiring a direct API integration.

Objects

Payment link object

Unique identifier for the internal service.

Reference for checkout url

ATTEMPTACTIVEEXPIREDFINISHEDPROCESSING_PAYMENT

List of items to pay for

preTaxAmountstringrequired

The amount of the item

totalAmountstringrequired

amount + tax.amount, if no tax it's equal to amount

descriptionstringrequired

The description of the item

taxobjectnullable

Specifies the currency used, following the ISO 4217 standard for fiat currencies (e.g., CLP, ARS, MXN). Go to the currencies page for the complete list of supported values.

Addition of all items preTaxAmounts

Addition of all items totalAmounts

Url to open checkout flow

Allowed payment methods.

Optional customer to pass into the checkout session

idstring

Unique identifier for the internal service.

firstNamestring

Payer's name

emailstring

Payer's email

lastNamestring

Payer's last name

phoneNumberstring

Payer's phone number without prefix

phoneNumberPrefixstring

Phone number prefix (e.g., +57)

documentTypestring

Documeny type of the entity (e.g., RUT, CURP, CURL). Go to the Supported Identity document types page for the complete list of supported values.

documentNumberstring

The document number associated with the documentType

addressobject

The entity’s address information.

When the link expires

A list of destinations for the transaction.

namestring

The name of the source or destination of the transaction.

typestringrequired
ACCOUNT
externalIdstring

External reference identifier for integrations.

amountstringrequired

The amount involved in the transaction.

metadataobject

Additional metadata related to the transaction source or destination.

accountobjectrequired

Amount of seconds for payment link to be inactivated after creation

Identity reference object used inside account nodes.

identityIdstringrequired

User unique identifier

namestring

User name

lastnamestring

User lastname

nicknamestring

User nickname

documentNumberstring

User DNI

entityTypestring

Entity type of identity

The URL to which the end user will be redirected after successful payment completion.

The URL to which the end user will be redirected after failed payment or cancellation.

Payment link destination object