149 lines
6.0 KiB
JavaScript
149 lines
6.0 KiB
JavaScript
|
|
|
|
/*
|
|
Content-Length: 2142
|
|
X-B3-Spanid: 3908e7a46bef5bda
|
|
Correlation-Id: 3cccaeb33a473
|
|
User-Agent: PayPal/AUHD-214.0-58228326
|
|
Content-Type: application/json
|
|
Paypal-Auth-Algo: SHA256withRSA
|
|
Paypal-Cert-Url: https://api.paypal.com/v1/notifications/certs/CERT-360caa42-fca2a594-ad47cb8d
|
|
Paypal-Auth-Version: v2
|
|
Paypal-Transmission-Sig: H/qC8vLJ3evL3sCsfghMpFvXkCRAtUra4zjONE6DEireGZyd29DSHN2luo2Wc7pWo6rHGV4zT8+hBPllI8oPsr2XHGrn7yITGJUyMhPu7MrYLwzBVZTpyO4vmKxgwgstgPZl5l8Tkqh9hEM+maG73ac5+kHkVMdBWSpLod9UMZo+0IgPGAFJsRZEFiYYmHVNUhWzE3nYRDTnZ/oe8lNhYEWntNMPqfOMm3c8PhTf/L7LGIs5hjXTdeGynEK56RzlnOlYs6/IPt4vjF8awOxWZN1KJ1GmbigiBo8V9M+RfZOmZtMrYkFJVs+W9PMrradAXMp/fzQBc1AShf4HppjdkQ==
|
|
Paypal-Transmission-Time: 2023-12-08T01:57:04Z
|
|
Paypal-Transmission-Id: 159c1af0-956d-11ee-9d07-d17444562949
|
|
Accept:
|
|
Host: www15.cradle2careertx.org
|
|
|
|
|
|
|
|
auth-algo: SHA256withRSA
|
|
User-Agent: PayPal/AUHD-214.0-58228326
|
|
cert-url: https://api.paypal.com/v1/notifications/certs/CERT-360caa42-fca2a594-ad47cb8d
|
|
auth-version: v2
|
|
transmission-sig: H/qC8vLJ3evL3sCsfghMpFvXkCRAtUra4zjONE6DEireGZyd29DSHN2luo2Wc7pWo6rHGV4zT8+hBPllI8oPsr2XHGrn7yITGJUyMhPu7MrYLwzBVZTpyO4vmKxgwgstgPZl5l8Tkqh9hEM+maG73ac5+kHkVMdBWSpLod9UMZo+0IgPGAFJsRZEFiYYmHVNUhWzE3nYRDTnZ/oe8lNhYEWntNMPqfOMm3c8PhTf/L7LGIs5hjXTdeGynEK56RzlnOlYs6/IPt4vjF8awOxWZN1KJ1GmbigiBo8V9M+RfZOmZtMrYkFJVs+W9PMrradAXMp/fzQBc1AShf4HppjdkQ==
|
|
transmission-time: 2023-12-08T01:57:04Z
|
|
transmission-id: 159c1af0-956d-11ee-9d07-d17444562949
|
|
*/
|
|
|
|
|
|
|
|
let x = {
|
|
"id": "WH-COC11055RA711503B-4YM959094A144403T",
|
|
"create_time": "2018-04-16T21:21:49.000Z",
|
|
"event_type": "CHECKOUT.ORDER.COMPLETED",
|
|
"resource_type": "checkout-order",
|
|
"resource_version": "2.0",
|
|
"summary": "Checkout Order Completed",
|
|
"resource": {
|
|
"id": "5O190127TN364715T",
|
|
"status": "COMPLETED",
|
|
"intent": "CAPTURE",
|
|
"gross_amount": {
|
|
"currency_code": "USD",
|
|
"value": "100.00"
|
|
},
|
|
"payer": {
|
|
"name": {
|
|
"given_name": "John",
|
|
"surname": "Doe"
|
|
},
|
|
"email_address": "buyer@example.com",
|
|
"payer_id": "QYR5Z8XDVJNXQ"
|
|
},
|
|
"purchase_units": [
|
|
{
|
|
"reference_id": "d9f80740-38f0-11e8-b467-0ed5f89f718b",
|
|
"amount": {
|
|
"currency_code": "USD",
|
|
"value": "100.00"
|
|
},
|
|
"payee": {
|
|
"email_address": "seller@example.com"
|
|
},
|
|
"shipping": {
|
|
"method": "United States Postal Service",
|
|
"address": {
|
|
"address_line_1": "2211 N First Street",
|
|
"address_line_2": "Building 17",
|
|
"admin_area_2": "San Jose",
|
|
"admin_area_1": "CA",
|
|
"postal_code": "95131",
|
|
"country_code": "US"
|
|
}
|
|
},
|
|
"payments": {
|
|
"captures": [
|
|
{
|
|
"id": "3C679366HH908993F",
|
|
"status": "COMPLETED",
|
|
"amount": {
|
|
"currency_code": "USD",
|
|
"value": "100.00"
|
|
},
|
|
"seller_protection": {
|
|
"status": "ELIGIBLE",
|
|
"dispute_categories": [
|
|
"ITEM_NOT_RECEIVED",
|
|
"UNAUTHORIZED_TRANSACTION"
|
|
]
|
|
},
|
|
"final_capture": true,
|
|
"seller_receivable_breakdown": {
|
|
"gross_amount": {
|
|
"currency_code": "USD",
|
|
"value": "100.00"
|
|
},
|
|
"paypal_fee": {
|
|
"currency_code": "USD",
|
|
"value": "3.00"
|
|
},
|
|
"net_amount": {
|
|
"currency_code": "USD",
|
|
"value": "97.00"
|
|
}
|
|
},
|
|
"create_time": "2018-04-01T21:20:49Z",
|
|
"update_time": "2018-04-01T21:20:49Z",
|
|
"links": [
|
|
{
|
|
"href": "https:\/\/api.paypal.com\/v2\/payments\/captures\/3C679366HH908993F",
|
|
"rel": "self",
|
|
"method": "GET"
|
|
},
|
|
{
|
|
"href": "https:\/\/api.paypal.com\/v2\/payments\/captures\/3C679366HH908993F\/refund",
|
|
"rel": "refund",
|
|
"method": "POST"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|
|
}
|
|
],
|
|
"create_time": "2018-04-01T21:18:49Z",
|
|
"update_time": "2018-04-01T21:20:49Z",
|
|
"links": [
|
|
{
|
|
"href": "https:\/\/api.paypal.com\/v2\/checkout\/orders\/5O190127TN364715T",
|
|
"rel": "self",
|
|
"method": "GET"
|
|
}
|
|
]
|
|
},
|
|
"links": [
|
|
{
|
|
"href": "https:\/\/api.sandbox.paypal.com\/v1\/notifications\/webhooks-events\/WH-COC11055RA711503B-4YM959094A144403T",
|
|
"rel": "self",
|
|
"method": "GET"
|
|
},
|
|
{
|
|
"href": "https:\/\/api.sandbox.paypal.com\/v1\/notifications\/webhooks-events\/WH-COC11055RA711503B-4YM959094A144403T\/resend",
|
|
"rel": "resend",
|
|
"method": "POST"
|
|
}
|
|
],
|
|
"zts": 1494957670,
|
|
"event_version": "1.0"
|
|
} |