Delete Payment Link Response
Name | Type | Tags | Description |
---|---|---|---|
errors |
List Error |
Optional | - |
id |
str |
Optional | The ID of the link that is deleted. |
cancelled_order_id |
str |
Optional | The ID of the order that is canceled. When a payment link is deleted, Square updates the the state (of the order that the checkout link created) to CANCELED. |
{
"cancelled_order_id": "asx8LgZ6MRzD0fObfkJ6obBmSh4F",
"id": "MQASNYL6QB6DFCJ3",
"errors": [
{
"category": "MERCHANT_SUBSCRIPTION_ERROR",
"code": "INVALID_EXPIRATION",
"detail": "detail6",
"field": "field4"
}
]
}