Retrieve details about a specific Payment Link using its ID returned when the link was created. In the response, you will see the status of the Payment Link.
string Enum:”Active””Payment Received””Expired”The status of the Payment Link.
amountrequired
numberThe original payment amount.
currencyrequired
stringThe three-letter ISO currency code of the payment.
expires_onrequired
string <date-time> The date and time when the Payment Link expires.
created_onrequired
string <date-time> The date and time when the Payment Link was created.
billingrequired
objectThe billing details.
_linksrequired
objectThe links related to the Payment Link.
payment_id
stringUnique identifier for an in progress or completed payment for this Payment Link.
reference
stringYour reference for the payment.
description
stringA description of the payment.
processing_channel_id
string^(pc)_(\w{26})$The processing channel to be used for the payment.
amount_allocations
Array of objectsThe sub-entities that the payment is being processed on behalf of.
customer
objectThe customer’s details.
shipping
objectThe address any products are being sent to.
products
Array of objectsContains details about the products in the order.
metadata
objectAny additional information stored at the point of creation.
locale
string Enum:”ar””da-DK””de-DE””el””en-GB””es-ES””fi-FI””fil-PH””fr-FR””hi-IN””id-ID””it-IT””ja-JP””ms-MY””nb-NO””nl-NL””pt-PT””sv-SE””th-TH””vi-VN””zh-CN””zh-HK””zh-TW”The language that the Payment Link page is displayed in.
return_url
string <= 255 characters If provided, the success page will include a button that redirects your customer to the provided URL.