Skip to main content

Attributes

This object represents a payment link that can be associated with a customer.
string
The unique identifier of the customer (MAX 64 ; MIN 36).Example: 8546df3a-b83e-4bb5-a4b3-57aa6385924f
string
The unique identifier of the account (MAX 64; MIN 36).Example: 9104911d-5df9-429e-8488-ad41abea1a4b
string
The description of the payment link (MAX 255; MIN 3).Example: Marketplace payment
enum
Country where the transaction must be processed (MAX 2; MIN 2; ISO 3166-1 ).Possible enum values: Check the Country reference.
enum
The status of the Payment link (MAX 255; MIN 3) (CREATED, USED, CANCELED, EXPIRED, ERROR).Example: ACTIVE
string
Identification of the payment link (MAX 255; MIN 3).Example: 432245
timestamp
The date and time when the payment link was created.Example: 2022-05-09T20:46:54.786342Z
timestamp
The date and time of last update for the payment link.Example: 2022-05-09T20:46:54.786342Z
boolean
Decides whether to authorize the payment or capture it. Authorizing a card payment allows you to reserve funds in a customer’s bank account. If the field is not sent, we will take it as true. You can later capture the payment vía Yuno’s dashboard or API method .Example: true
object
Specifies the payment amount object, with the value and currency.
object
Specifies customer object for payments links.
object
Specifies the additional_data object. This object is not mandatory. However, if you send this information, the payment experience will be enhanced for your user.
array of objects
Specifies the order’s tax object.
boolean
Single Link: For a single collection with defined product, amount and customer information.Multiple Link: To use and share as many times as necessary, with defined amount and product.Options: false allows only one use, true multiple payments.
object
Specifies the availability object. Refers to the Payment Link expiration date.
string
URL to redirect your customer after the payment (MAX 255; MIN 3).Example: https://www.your-site.com/
string
Payment Link URL (MAX 255; MIN 3).Example: https://checkout.y.uno/payment_links/id
array of enums
The list of types of payment methods that customers can use. If no value is passed, Yuno will display the payment methods defined in the dashboard.
array of objects
array of objects
Specifies a list of metadata objects. You can add up to 50 metadata objects.
boolean
Flag to enroll the card after a successful payment. False by default.Example: false