Quantcast
Channel: Square Developer Forums - Latest topics
Viewing all articles
Browse latest Browse all 1758

Strange issue with Create payment link when applying a Tax object

$
0
0

The Square Create payment API states that either a percentage or amount of money should be used with a tax object but not both. Cool, if I set applied_money for the tax object and leave the percentage empty, the response is:

{
  "errors": [
    {
      "category": "INVALID_REQUEST_ERROR",
      "code": "MISSING_REQUIRED_PARAMETER",
      "detail": "Missing required parameter.",
      "field": "order.taxes[0].percentage"
    }
  ]
}

2 posts - 2 participants

Read full topic


Viewing all articles
Browse latest Browse all 1758

Trending Articles