Newer Version Available

This content describes an older version of this product. View Latest

Transaction Payment Updates Response

Output representation of the updates for the transaction payment.
Sample Response
1{
2  "details": [
3    {
4      "success": true,
5      "errors": [
6        {
7          "field": "string",
8          "message": "string"
9        }
10      ],
11      "links": {
12        "gifttransaction": {
13          "href": "/services/data/vXX.X/sobjects/sObject/...",
14          "id": "string"
15        }
16      }
17    }
18  ]
19}
Property Name Type Description Filter Group and Version Available Version
errors Error Details[] Error message if a process failed. Small, 60.0 60.0
links Transaction Payment Updates Response Link Links to the response object. Small, 60.0 60.0
success Boolean Indicates whether a request was processed successfully (true) or not (false). Small, 60.0 60.0