Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 627 Bytes

retrieve-payment-link-response.md

File metadata and controls

28 lines (20 loc) · 627 Bytes

Retrieve Payment Link Response

Structure

RetrievePaymentLinkResponse

Fields

Name Type Tags Description
errors Error[] | undefined Optional Any errors that occurred during the request.
paymentLink PaymentLink | undefined Optional -

Example (as JSON)

{
  "payment_link": {
    "created_at": "2022-04-26T00:10:29Z",
    "id": "LLO5Q3FRCFICDB4B",
    "order_id": "4uKASDATqSd1QQ9jV86sPhMdVEbSJc4F",
    "url": "https://square.link/u/EXAMPLE",
    "version": 1
  }
}