What is the format of amount.breakdown.item_total

icicic
Contributor
Contributor

 

{
  "intent": "CAPTURE",
  "purchase_units": [
    {
      "amount": {
        "breakdown": { "item_total": 22 },
        "currency_code": "GBP",
        "value": 25
      },
      "reference_id": "G48GSUqPPk1uBKWO4vTYD021s",
      "items": [
        {
          "name": "test",
          "unit_amount": { "currency_code": "GBP", "value": "22" },
          "quantity": 1
        }
      ]
    }
  ],
  "payment_source": {
    "paypal": {
      "experience_context": {
        "shipping_preference": "SET_PROVIDED_ADDRESS",
        "return_url": "https://my-site.localhost//",
        "cancel_url": "https://my-site.localhost//"
      }
    }
  }
}

 

Request is not well-formed, syntactically incorrect, or violates schema
Login to Me Too
1 ACCEPTED SOLUTION

Accepted Solutions
Solved

MTS_Jennifer
Moderator
Moderator

Hello @icicic ,

Thank you for posting to the PayPal Community.

 

Your amount breakdown doesn't match with the item price. The value is showing as 25 GBP and not 22 GBP.

 

  {
      "amount": {
        "breakdown": { "item_total": 22 },
        "currency_code": "GBP",
        "value": 25
      },

 Item breakdown showing 22 GBP

  "items": [
        {
          "name": "test",
          "unit_amount": { "currency_code": "GBP", "value": "22" },
          "quantity": 1
        }

Thank you,

Jennifer

MTS

PayPal

View solution in original post

Login to Me Too
1 REPLY 1
Solved

MTS_Jennifer
Moderator
Moderator

Hello @icicic ,

Thank you for posting to the PayPal Community.

 

Your amount breakdown doesn't match with the item price. The value is showing as 25 GBP and not 22 GBP.

 

  {
      "amount": {
        "breakdown": { "item_total": 22 },
        "currency_code": "GBP",
        "value": 25
      },

 Item breakdown showing 22 GBP

  "items": [
        {
          "name": "test",
          "unit_amount": { "currency_code": "GBP", "value": "22" },
          "quantity": 1
        }

Thank you,

Jennifer

MTS

PayPal

Login to Me Too

Haven't Found your Answer?

It happens. Hit the "Login to Ask the community" button to create a question for the PayPal community.