{
"id": "24F22464WC842504J",
"status": "COMPLETED",
"purchase_units": [
{
"reference_id": "default",
"shipping": {
"name": {
"full_name": "FooBuyer Jones"
},
"address": {
"address_line_1": "1 Main St",
"admin_area_2": "San Jose",
"admin_area_1": "CA",
"postal_code": "95131",
"country_code": "US"
}
},
"payments": {
"captures": [
{
"id": "7KY78659SG487110K",
"status": "COMPLETED",
"amount": {
"currency_code": "USD",
"value": "100.00"
},
"final_capture": true,
"seller_protection": {
"status": "ELIGIBLE",
"dispute_categories": [
"ITEM_NOT_RECEIVED",
"UNAUTHORIZED_TRANSACTION"
]
},
"seller_receivable_breakdown": {
"gross_amount": {
"currency_code": "USD",
"value": "100.00"
},
"paypal_fee": {
"currency_code": "USD",
"value": "3.98"
},
"net_amount": {
"currency_code": "USD",
"value": "96.02"
}
},
"links": [
{
"href": "https://api.sandbox.paypal.com/v2/payments/captures/7KY78659SG487110K",
"rel": "self",
"method": "GET"
},
{
"href": "https://api.sandbox.paypal.com/v2/payments/captures/7KY78659SG487110K/refund",
"rel": "refund",
"method": "POST"
},
{
"href": "https://api.sandbox.paypal.com/v2/checkout/orders/24F22464WC842504J",
"rel": "up",
"method": "GET"
}
],
"create_time": "2021-11-14T23:38:52Z",
"update_time": "2021-11-14T23:38:52Z"
}
]
}
}
],
"payer": {
"name": {
"given_name": "FooBuyer",
"surname": "Jones"
},
"email_address": "foobuyer@gmail.com",
"payer_id": "QYR5Z8XDVJNXQ",
"address": {
"country_code": "US"
}
},
"links": [
{
"href": "https://api.sandbox.paypal.com/v2/checkout/orders/24F22464WC842504J",
"rel": "self",
"method": "GET"
}
]
}