Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 613 Bytes

create-payment-link-response.md

File metadata and controls

28 lines (20 loc) · 613 Bytes

Create Payment Link Response

Structure

Create Payment Link Response

Fields

Name Type Tags Description
errors Array<Error Hash> Optional Any errors that occurred during the request.
payment_link Payment Link Hash Optional -

Example (as JSON)

{
  "payment_link": {
    "created_at": "2022-04-25T23:58:01Z",
    "id": "PKVT6XGJZXYUP3NZ",
    "order_id": "o4b7saqp4HzhNttf5AJxC0Srjd4F",
    "url": "https://square.link/u/EXAMPLE",
    "version": 1
  }
}