whoami7 - Manager
:
/
home
/
qbizpnmr
/
arif.umairtax.com
/
vendor
/
square
/
square
/
doc
/
models
/
Upload File:
files >> /home/qbizpnmr/arif.umairtax.com/vendor/square/square/doc/models/retrieve-payment-link-response.md
# Retrieve Payment Link Response ## Structure `RetrievePaymentLinkResponse` ## Fields | Name | Type | Tags | Description | Getter | Setter | | --- | --- | --- | --- | --- | --- | | `errors` | [`?(Error[])`](../../doc/models/error.md) | Optional | Any errors that occurred during the request. | getErrors(): ?array | setErrors(?array errors): void | | `paymentLink` | [`?PaymentLink`](../../doc/models/payment-link.md) | Optional | - | getPaymentLink(): ?PaymentLink | setPaymentLink(?PaymentLink paymentLink): void | ## Example (as JSON) ```json { "payment_link": { "created_at": "2022-04-26T00:10:29Z", "id": "LLO5Q3FRCFICDB4B", "long_url": "https://checkout.square.site/EXAMPLE", "order_id": "4uKASDATqSd1QQ9jV86sPhMdVEbSJc4F", "url": "https://square.link/u/EXAMPLE", "version": 1, "description": "description2", "checkout_options": { "allow_tipping": false, "custom_fields": [ { "title": "title1" }, { "title": "title2" } ], "subscription_plan_id": "subscription_plan_id0", "redirect_url": "redirect_url4", "merchant_support_email": "merchant_support_email0" }, "pre_populated_data": { "buyer_email": "buyer_email6", "buyer_phone_number": "buyer_phone_number8", "buyer_address": { "address_line_1": "address_line_14", "address_line_2": "address_line_24", "address_line_3": "address_line_30", "locality": "locality4", "sublocality": "sublocality4" } } }, "errors": [ { "category": "REFUND_ERROR", "code": "MERCHANT_SUBSCRIPTION_NOT_FOUND", "detail": "detail1", "field": "field9" }, { "category": "MERCHANT_SUBSCRIPTION_ERROR", "code": "BAD_REQUEST", "detail": "detail2", "field": "field0" }, { "category": "EXTERNAL_VENDOR_ERROR", "code": "MISSING_REQUIRED_PARAMETER", "detail": "detail3", "field": "field1" } ] } ```
Copyright ©2021 || Defacer Indonesia