{
"intent": "sale",
"payer": {
"payment_method": "paypal"
},
"redirect_urls": {
"return_url": "https://www.alborangolf.evoragolf.com/vendor/paypal/rest-api-sdk-php/sample/payments/ExecutePayment.php?success=true",
"cancel_url": "https://www.alborangolf.evoragolf.com/vendor/paypal/rest-api-sdk-php/sample/payments/ExecutePayment.php?success=false"
},
"transactions": [
{
"amount": {
"currency": "USD",
"total": "20",
"details": {
"shipping": "1.20",
"tax": "1.30",
"subtotal": "17.50"
}
},
"item_list": {
"items": [
{
"name": "Ground Coffee 40 oz",
"currency": "USD",
"quantity": 1,
"sku": "123123",
"price": "7.50"
},
{
"name": "Granola bars",
"currency": "USD",
"quantity": 5,
"sku": "321321",
"price": "2"
}
]
},
"description": "Payment description",
"invoice_number": "693d404aef2f2"
}
]
}{
"intent": "sale",
"payer": {
"payment_method": "paypal"
},
"redirect_urls": {
"return_url": "https://www.alborangolf.evoragolf.com/vendor/paypal/rest-api-sdk-php/sample/payments/ExecutePayment.php?success=true",
"cancel_url": "https://www.alborangolf.evoragolf.com/vendor/paypal/rest-api-sdk-php/sample/payments/ExecutePayment.php?success=false"
},
"transactions": [
{
"amount": {
"total": "20.00",
"currency": "USD",
"details": {
"subtotal": "17.50",
"tax": "1.30",
"shipping": "1.20"
}
},
"description": "Payment description",
"invoice_number": "693d404aef2f2",
"item_list": {
"items": [
{
"name": "Ground Coffee 40 oz",
"sku": "123123",
"price": "7.50",
"currency": "USD",
"quantity": 1
},
{
"name": "Granola bars",
"sku": "321321",
"price": "2.00",
"currency": "USD",
"quantity": 5
}
]
},
"related_resources": []
}
],
"id": "PAYID-NE6UASY6TB386790W0692132",
"state": "created",
"create_time": "2025-12-13T10:30:35Z",
"links": [
{
"href": "https://api.sandbox.paypal.com/v1/payments/payment/PAYID-NE6UASY6TB386790W0692132",
"rel": "self",
"method": "GET"
},
{
"href": "https://www.sandbox.paypal.com/cgi-bin/webscr?cmd=_express-checkout&token=EC-2RE17924W1290223X",
"rel": "approval_url",
"method": "REDIRECT"
},
{
"href": "https://api.sandbox.paypal.com/v1/payments/payment/PAYID-NE6UASY6TB386790W0692132/execute",
"rel": "execute",
"method": "POST"
}
]
}Array
(
[count] => 10
[start_index] => 5
)
{
"payments": [
{
"id": "PAYID-NEUVFII3UN32789R63881726",
"intent": "sale",
"state": "approved",
"cart": "9D998182GS127320R",
"payer": {
"payment_method": "paypal",
"status": "VERIFIED",
"payer_info": {
"email": "y@y.cn",
"first_name": "Li",
"last_name": "Yun",
"payer_id": "ZZS7JH6JR5UCG",
"shipping_address": {
"recipient_name": "ren zhongguo",
"line1": "bbb",
"line2": "bbb",
"city": "london",
"state": "london",
"postal_code": "123456",
"country_code": "GB"
},
"phone": "8888888888",
"country_code": "US"
}
},
"transactions": [
{
"amount": {
"total": "97.05",
"currency": "USD",
"details": {
"subtotal": "97.05",
"tax": "0.00",
"shipping": "0.00",
"insurance": "0.00",
"handling_fee": "0.00",
"shipping_discount": "0.00",
"discount": "0.00"
}
},
"payee": {
"merchant_id": "2BP3WP8PK6566",
"email": "jaypatel512-facilitator@hotmail.com"
},
"description": "For shopping by www-beta.selaros.com",
"custom": "bd429e3fb4fd4883b10ec759b06cd35d",
"item_list": {
"items": [
{
"name": "The Supermade Color-coded Letters Couple Skate Shoes",
"sku": "SP230515E3SR-490746",
"price": "46.74",
"currency": "USD",
"tax": "0.00",
"quantity": 1
},
{
"name": "The Supermade Dark Skeleton Hooded Denim Vest",
"sku": "SP230627MIV9-490722",
"price": "50.31",
"currency": "USD",
"tax": "0.00",
"quantity": 1
}
],
"shipping_address": {
"recipient_name": "ren zhongguo",
"line1": "bbb",
"line2": "bbb",
"city": "london",
"state": "london",
"postal_code": "123456",
"country_code": "GB"
}
},
"related_resources": [
{
"sale": {
"id": "4RG054362T448491U",
"state": "completed",
"amount": {
"total": "97.05",
"currency": "USD",
"details": {
"subtotal": "97.05",
"tax": "0.00",
"shipping": "0.00",
"insurance": "0.00",
"handling_fee": "0.00",
"shipping_discount": "0.00",
"discount": "0.00"
}
},
"payment_mode": "INSTANT_TRANSFER",
"protection_eligibility": "ELIGIBLE",
"protection_eligibility_type": "ITEM_NOT_RECEIVED_ELIGIBLE,UNAUTHORIZED_PAYMENT_ELIGIBLE",
"transaction_fee": {
"value": "3.88",
"currency": "USD"
},
"parent_payment": "PAYID-NEUVFII3UN32789R63881726",
"create_time": "2025-11-28T07:44:08Z",
"update_time": "2025-11-28T07:44:08Z",
"links": [
{
"href": "https://api.sandbox.paypal.com/v1/payments/sale/4RG054362T448491U",
"rel": "self",
"method": "GET"
},
{
"href": "https://api.sandbox.paypal.com/v1/payments/sale/4RG054362T448491U/refund",
"rel": "refund",
"method": "POST"
},
{
"href": "https://api.sandbox.paypal.com/v1/payments/payment/PAYID-NEUVFII3UN32789R63881726",
"rel": "parent_payment",
"method": "GET"
}
]
}
}
]
}
],
"create_time": "2025-11-28T07:43:29Z",
"update_time": "2025-11-28T07:44:08Z",
"links": [
{
"href": "https://api.sandbox.paypal.com/v1/payments/payment/PAYID-NEUVFII3UN32789R63881726",
"rel": "self",
"method": "GET"
}
]
},
{
"id": "PAYID-NER4ILI9AV53965NN5636344",
"intent": "sale",
"state": "approved",
"cart": "98S41204TE983680M",
"payer": {
"payment_method": "paypal",
"status": "VERIFIED",
"payer_info": {
"email": "y@y.cn",
"first_name": "Li",
"last_name": "Yun",
"payer_id": "ZZS7JH6JR5UCG",
"shipping_address": {
"recipient_name": "ren zhongguo",
"line1": "bbb",
"line2": "bbb",
"city": "london",
"state": "london",
"postal_code": "123456",
"country_code": "GB"
},
"phone": "8888888888",
"country_code": "US"
}
},
"transactions": [
{
"amount": {
"total": "71.74",
"currency": "USD",
"details": {
"subtotal": "46.74",
"tax": "0.00",
"shipping": "25.00",
"insurance": "0.00",
"handling_fee": "0.00",
"shipping_discount": "0.00",
"discount": "0.00"
}
},
"payee": {
"merchant_id": "2BP3WP8PK6566",
"email": "jaypatel512-facilitator@hotmail.com"
},
"description": "For shopping by www-beta.selaros.com",
"custom": "cf91cf40f2494188937d91bca624b092",
"item_list": {
"items": [
{
"name": "The Supermade Color-coded Letters Couple Skate Shoes",
"sku": "SP230515E3SR-490733",
"price": "46.74",
"currency": "USD",
"tax": "0.00",
"quantity": 1
}
],
"shipping_address": {
"recipient_name": "ren zhongguo",
"line1": "bbb",
"line2": "bbb",
"city": "london",
"state": "london",
"postal_code": "123456",
"country_code": "GB"
}
},
"related_resources": [
{
"sale": {
"id": "6KG242103X526740U",
"state": "completed",
"amount": {
"total": "71.74",
"currency": "USD",
"details": {
"subtotal": "46.74",
"tax": "0.00",
"shipping": "25.00",
"insurance": "0.00",
"handling_fee": "0.00",
"shipping_discount": "0.00",
"discount": "0.00"
}
},
"payment_mode": "INSTANT_TRANSFER",
"protection_eligibility": "ELIGIBLE",
"protection_eligibility_type": "ITEM_NOT_RECEIVED_ELIGIBLE,UNAUTHORIZED_PAYMENT_ELIGIBLE",
"transaction_fee": {
"value": "2.99",
"currency": "USD"
},
"parent_payment": "PAYID-NER4ILI9AV53965NN5636344",
"create_time": "2025-11-24T02:34:34Z",
"update_time": "2025-11-24T02:34:34Z",
"links": [
{
"href": "https://api.sandbox.paypal.com/v1/payments/sale/6KG242103X526740U",
"rel": "self",
"method": "GET"
},
{
"href": "https://api.sandbox.paypal.com/v1/payments/sale/6KG242103X526740U/refund",
"rel": "refund",
"method": "POST"
},
{
"href": "https://api.sandbox.paypal.com/v1/payments/payment/PAYID-NER4ILI9AV53965NN5636344",
"rel": "parent_payment",
"method": "GET"
}
]
}
}
]
}
],
"create_time": "2025-11-24T02:34:21Z",
"update_time": "2025-11-24T02:34:34Z",
"links": [
{
"href": "https://api.sandbox.paypal.com/v1/payments/payment/PAYID-NER4ILI9AV53965NN5636344",
"rel": "self",
"method": "GET"
}
]
},
{
"id": "PAYID-NER4H6Y3S574307VX024780X",
"intent": "sale",
"state": "approved",
"cart": "47H105154A4017330",
"payer": {
"payment_method": "paypal",
"status": "VERIFIED",
"payer_info": {
"email": "y@y.cn",
"first_name": "Li",
"last_name": "Yun",
"payer_id": "ZZS7JH6JR5UCG",
"shipping_address": {
"recipient_name": "ren zhongguo",
"line1": "bbb",
"line2": "bbb",
"city": "london",
"state": "london",
"postal_code": "123456",
"country_code": "GB"
},
"phone": "8888888888",
"country_code": "US"
}
},
"transactions": [
{
"amount": {
"total": "53.24",
"currency": "USD",
"details": {
"subtotal": "28.24",
"tax": "0.00",
"shipping": "25.00",
"insurance": "0.00",
"handling_fee": "0.00",
"shipping_discount": "0.00",
"discount": "0.00"
}
},
"payee": {
"merchant_id": "2BP3WP8PK6566",
"email": "jaypatel512-facilitator@hotmail.com"
},
"description": "For shopping by www-beta.selaros.com",
"custom": "412c266fa1114121a40fc694d6a0e7c9",
"item_list": {
"items": [
{
"name": "The Supermade American Retro Casual Sneakers-1536",
"sku": "SP220827NMVV-490782",
"price": "28.24",
"currency": "USD",
"tax": "0.00",
"quantity": 1
}
],
"shipping_address": {
"recipient_name": "ren zhongguo",
"line1": "bbb",
"line2": "bbb",
"city": "london",
"state": "london",
"postal_code": "123456",
"country_code": "GB"
}
},
"related_resources": [
{
"sale": {
"id": "4UC53427P28506110",
"state": "completed",
"amount": {
"total": "53.24",
"currency": "USD",
"details": {
"subtotal": "28.24",
"tax": "0.00",
"shipping": "25.00",
"insurance": "0.00",
"handling_fee": "0.00",
"shipping_discount": "0.00",
"discount": "0.00"
}
},
"payment_mode": "INSTANT_TRANSFER",
"protection_eligibility": "ELIGIBLE",
"protection_eligibility_type": "ITEM_NOT_RECEIVED_ELIGIBLE,UNAUTHORIZED_PAYMENT_ELIGIBLE",
"transaction_fee": {
"value": "2.35",
"currency": "USD"
},
"parent_payment": "PAYID-NER4H6Y3S574307VX024780X",
"create_time": "2025-11-24T02:33:57Z",
"update_time": "2025-11-24T02:33:57Z",
"links": [
{
"href": "https://api.sandbox.paypal.com/v1/payments/sale/4UC53427P28506110",
"rel": "self",
"method": "GET"
},
{
"href": "https://api.sandbox.paypal.com/v1/payments/sale/4UC53427P28506110/refund",
"rel": "refund",
"method": "POST"
},
{
"href": "https://api.sandbox.paypal.com/v1/payments/payment/PAYID-NER4H6Y3S574307VX024780X",
"rel": "parent_payment",
"method": "GET"
}
]
}
}
]
}
],
"create_time": "2025-11-24T02:33:31Z",
"update_time": "2025-11-24T02:33:57Z",
"links": [
{
"href": "https://api.sandbox.paypal.com/v1/payments/payment/PAYID-NER4H6Y3S574307VX024780X",
"rel": "self",
"method": "GET"
}
]
},
{
"id": "PAYID-NELMJDA7MP04603DC098715D",
"intent": "sale",
"state": "approved",
"cart": "1J096653ML792722V",
"payer": {
"payment_method": "paypal",
"status": "VERIFIED",
"payer_info": {
"email": "y@y.cn",
"first_name": "Li",
"last_name": "Yun",
"payer_id": "ZZS7JH6JR5UCG",
"shipping_address": {
"recipient_name": "Li Yun",
"line1": "Rua Brasil, Jardim Leblon 111222333 ",
"city": "fdfd",
"state": "MG",
"postal_code": "31540-580",
"country_code": "BR"
},
"phone": "8888888888",
"country_code": "US"
}
},
"transactions": [
{
"amount": {
"total": "64.32",
"currency": "USD",
"details": {
"subtotal": "64.32",
"tax": "0.00",
"shipping": "0.00",
"insurance": "0.00",
"handling_fee": "0.00",
"shipping_discount": "0.00",
"discount": "0.00"
}
},
"payee": {
"merchant_id": "2BP3WP8PK6566",
"email": "jaypatel512-facilitator@hotmail.com"
},
"description": "For shopping by www-beta.selaros.com",
"custom": "94803338c58c4539bedb95f13c213948",
"soft_descriptor": "PAYPAL *FACILITATOR",
"item_list": {
"items": [
{
"name": "Vintage Surf Shorts",
"sku": "SP230625F9P3-491533",
"price": "16.88",
"currency": "USD",
"tax": "0.00",
"quantity": 1
},
{
"name": "Whimsical Vegetable Duck1",
"sku": "SP25072825T9-491550",
"price": "14.52",
"currency": "USD",
"tax": "0.00",
"quantity": 1
},
{
"name": "The Supermade Dark Landscape Print T-shirt11",
"sku": "SP220302MW7O-489689",
"price": "32.92",
"currency": "USD",
"tax": "0.00",
"quantity": 1
}
],
"shipping_address": {
"recipient_name": "Li Yun",
"line1": "Rua Brasil, Jardim Leblon 111222333 ",
"city": "fdfd",
"state": "MG",
"postal_code": "31540-580",
"country_code": "BR"
}
},
"related_resources": [
{
"sale": {
"id": "5SH03714KY0856814",
"state": "completed",
"amount": {
"total": "64.32",
"currency": "USD",
"details": {
"subtotal": "64.32",
"tax": "0.00",
"shipping": "0.00",
"insurance": "0.00",
"handling_fee": "0.00",
"shipping_discount": "0.00",
"discount": "0.00"
}
},
"payment_mode": "INSTANT_TRANSFER",
"protection_eligibility": "ELIGIBLE",
"protection_eligibility_type": "ITEM_NOT_RECEIVED_ELIGIBLE,UNAUTHORIZED_PAYMENT_ELIGIBLE",
"transaction_fee": {
"value": "2.73",
"currency": "USD"
},
"parent_payment": "PAYID-NELMJDA7MP04603DC098715D",
"create_time": "2025-11-14T05:57:24Z",
"update_time": "2025-11-14T05:57:24Z",
"links": [
{
"href": "https://api.sandbox.paypal.com/v1/payments/sale/5SH03714KY0856814",
"rel": "self",
"method": "GET"
},
{
"href": "https://api.sandbox.paypal.com/v1/payments/sale/5SH03714KY0856814/refund",
"rel": "refund",
"method": "POST"
},
{
"href": "https://api.sandbox.paypal.com/v1/payments/payment/PAYID-NELMJDA7MP04603DC098715D",
"rel": "parent_payment",
"method": "GET"
}
],
"soft_descriptor": "PAYPAL *FACILITATOR"
}
}
]
}
],
"create_time": "2025-11-14T05:56:28Z",
"update_time": "2025-11-14T05:57:24Z",
"links": [
{
"href": "https://api.sandbox.paypal.com/v1/payments/payment/PAYID-NELMJDA7MP04603DC098715D",
"rel": "self",
"method": "GET"
}
]
},
{
"id": "PAYID-NEGVCSQ6U309973FU1744344",
"intent": "sale",
"state": "approved",
"cart": "561150317V372584B",
"payer": {
"payment_method": "paypal",
"status": "VERIFIED",
"payer_info": {
"email": "y@y.cn",
"first_name": "Li",
"last_name": "Yun",
"payer_id": "ZZS7JH6JR5UCG",
"shipping_address": {
"recipient_name": "ren zhongguo",
"line1": "bbb",
"line2": "bbb",
"city": "london",
"state": "london",
"postal_code": "123456",
"country_code": "GB"
},
"phone": "8888888888",
"country_code": "US"
}
},
"transactions": [
{
"amount": {
"total": "87.36",
"currency": "USD",
"details": {
"subtotal": "87.36",
"tax": "0.00",
"shipping": "0.00",
"insurance": "0.00",
"handling_fee": "0.00",
"shipping_discount": "0.00",
"discount": "0.00"
}
},
"payee": {
"merchant_id": "2BP3WP8PK6566",
"email": "jaypatel512-facilitator@hotmail.com"
},
"description": "For shopping by www-beta.selaros.com",
"custom": "398d46c615c04b129ea7de7df7662780",
"soft_descriptor": "PAYPAL *FACILITATOR",
"item_list": {
"items": [
{
"name": "Mood Cropped Hoodie 3000",
"sku": "SPK6W562I13-445066",
"price": "44.50",
"currency": "USD",
"tax": "0.00",
"quantity": 1
},
{
"name": "Mens Outdoor Warm And Breathable Tactical Sweater",
"sku": "SP8TDL4OA27-445154",
"price": "42.86",
"currency": "USD",
"tax": "0.00",
"quantity": 1
}
],
"shipping_address": {
"recipient_name": "ren zhongguo",
"line1": "bbb",
"line2": "bbb",
"city": "london",
"state": "london",
"postal_code": "123456",
"country_code": "GB"
}
},
"related_resources": [
{
"sale": {
"id": "3TP662453X526515S",
"state": "completed",
"amount": {
"total": "87.36",
"currency": "USD",
"details": {
"subtotal": "87.36",
"tax": "0.00",
"shipping": "0.00",
"insurance": "0.00",
"handling_fee": "0.00",
"shipping_discount": "0.00",
"discount": "0.00"
}
},
"payment_mode": "INSTANT_TRANSFER",
"protection_eligibility": "ELIGIBLE",
"protection_eligibility_type": "ITEM_NOT_RECEIVED_ELIGIBLE,UNAUTHORIZED_PAYMENT_ELIGIBLE",
"transaction_fee": {
"value": "3.54",
"currency": "USD"
},
"parent_payment": "PAYID-NEGVCSQ6U309973FU1744344",
"create_time": "2025-11-07T01:56:31Z",
"update_time": "2025-11-07T01:56:31Z",
"links": [
{
"href": "https://api.sandbox.paypal.com/v1/payments/sale/3TP662453X526515S",
"rel": "self",
"method": "GET"
},
{
"href": "https://api.sandbox.paypal.com/v1/payments/sale/3TP662453X526515S/refund",
"rel": "refund",
"method": "POST"
},
{
"href": "https://api.sandbox.paypal.com/v1/payments/payment/PAYID-NEGVCSQ6U309973FU1744344",
"rel": "parent_payment",
"method": "GET"
}
],
"soft_descriptor": "PAYPAL *FACILITATOR"
}
}
]
}
],
"create_time": "2025-11-07T01:54:18Z",
"update_time": "2025-11-07T01:56:31Z",
"links": [
{
"href": "https://api.sandbox.paypal.com/v1/payments/payment/PAYID-NEGVCSQ6U309973FU1744344",
"rel": "self",
"method": "GET"
}
]
},
{
"id": "PAYID-NEGJHAQ86695074ED989790B",
"intent": "sale",
"state": "approved",
"cart": "2S104614DM6122025",
"payer": {
"payment_method": "paypal",
"status": "VERIFIED",
"payer_info": {
"email": "y@y.cn",
"first_name": "Li",
"last_name": "Yun",
"payer_id": "ZZS7JH6JR5UCG",
"shipping_address": {
"recipient_name": "ren zhongguo",
"line1": "bbb",
"line2": "bbb",
"city": "london",
"state": "london",
"postal_code": "123456",
"country_code": "GB"
},
"phone": "8888888888",
"country_code": "US"
}
},
"transactions": [
{
"amount": {
"total": "28.24",
"currency": "USD",
"details": {
"subtotal": "28.24",
"tax": "0.00",
"shipping": "0.00",
"insurance": "0.00",
"handling_fee": "0.00",
"shipping_discount": "0.00",
"discount": "0.00"
}
},
"payee": {
"merchant_id": "2BP3WP8PK6566",
"email": "jaypatel512-facilitator@hotmail.com"
},
"description": "For shopping by www-beta.selaros.com",
"custom": "d8180a9ee612417a8aa46734c08aa707",
"soft_descriptor": "PAYPAL *FACILITATOR",
"item_list": {
"items": [
{
"name": "The Supermade American Retro Casual Sneakers-1536",
"sku": "SP220827NMVV-490782",
"price": "28.24",
"currency": "USD",
"tax": "0.00",
"quantity": 1
}
],
"shipping_address": {
"recipient_name": "ren zhongguo",
"line1": "bbb",
"line2": "bbb",
"city": "london",
"state": "london",
"postal_code": "123456",
"country_code": "GB"
}
},
"related_resources": [
{
"sale": {
"id": "36H315306F783600T",
"state": "completed",
"amount": {
"total": "28.24",
"currency": "USD",
"details": {
"subtotal": "28.24",
"tax": "0.00",
"shipping": "0.00",
"insurance": "0.00",
"handling_fee": "0.00",
"shipping_discount": "0.00",
"discount": "0.00"
}
},
"payment_mode": "INSTANT_TRANSFER",
"protection_eligibility": "ELIGIBLE",
"protection_eligibility_type": "ITEM_NOT_RECEIVED_ELIGIBLE,UNAUTHORIZED_PAYMENT_ELIGIBLE",
"transaction_fee": {
"value": "1.48",
"currency": "USD"
},
"parent_payment": "PAYID-NEGJHAQ86695074ED989790B",
"create_time": "2025-11-06T12:24:44Z",
"update_time": "2025-11-06T12:24:44Z",
"links": [
{
"href": "https://api.sandbox.paypal.com/v1/payments/sale/36H315306F783600T",
"rel": "self",
"method": "GET"
},
{
"href": "https://api.sandbox.paypal.com/v1/payments/sale/36H315306F783600T/refund",
"rel": "refund",
"method": "POST"
},
{
"href": "https://api.sandbox.paypal.com/v1/payments/payment/PAYID-NEGJHAQ86695074ED989790B",
"rel": "parent_payment",
"method": "GET"
}
],
"soft_descriptor": "PAYPAL *FACILITATOR"
}
}
]
}
],
"create_time": "2025-11-06T12:24:34Z",
"update_time": "2025-11-06T12:24:44Z",
"links": [
{
"href": "https://api.sandbox.paypal.com/v1/payments/payment/PAYID-NEGJHAQ86695074ED989790B",
"rel": "self",
"method": "GET"
}
]
},
{
"id": "PAYID-NEGIXBA01E05723UY9076112",
"intent": "sale",
"state": "approved",
"cart": "2XV29496WS0401102",
"payer": {
"payment_method": "paypal",
"status": "VERIFIED",
"payer_info": {
"email": "y@y.cn",
"first_name": "Li",
"last_name": "Yun",
"payer_id": "ZZS7JH6JR5UCG",
"shipping_address": {
"recipient_name": "ren zhongguo",
"line1": "bbb",
"line2": "bbb",
"city": "london",
"state": "london",
"postal_code": "123456",
"country_code": "GB"
},
"phone": "8888888888",
"country_code": "US"
}
},
"transactions": [
{
"amount": {
"total": "322.26",
"currency": "USD",
"details": {
"subtotal": "402.82",
"tax": "0.00",
"shipping": "0.00",
"insurance": "0.00",
"handling_fee": "0.00",
"shipping_discount": "80.56",
"discount": "0.00"
}
},
"payee": {
"merchant_id": "2BP3WP8PK6566",
"email": "jaypatel512-facilitator@hotmail.com"
},
"description": "For shopping by www-beta.selaros.com",
"custom": "efa61164a0a2495eabfac0d870bb838e",
"item_list": {
"items": [
{
"name": "2025 spring and summer new dress Nanyou high-end women's temperament casual long skirt floral princess sleeve skirt 2986",
"sku": "SPJO26P98PZ-436293",
"price": "210.00",
"currency": "USD",
"tax": "0.00",
"quantity": 1
},
{
"name": "The Supermade Color-coded Letters Couple Skate Shoes",
"sku": "SP230515E3SR-490744",
"price": "46.74",
"currency": "USD",
"tax": "0.00",
"quantity": 1
},
{
"name": "The Supermade Legend Rapper Prints Hoodie",
"sku": "SP221122GUCE-490532",
"price": "51.58",
"currency": "USD",
"tax": "0.00",
"quantity": 1
},
{
"name": "The Supermade Niche Board Casual Shoes - 1490",
"sku": "SP230217D2B4-490391",
"price": "51.58",
"currency": "USD",
"tax": "0.00",
"quantity": 1
},
{
"name": "The Supermade Sports Casual Board Shoes",
"sku": "SP230411F2S3-490386",
"price": "42.92",
"currency": "USD",
"tax": "0.00",
"quantity": 1
}
],
"shipping_address": {
"recipient_name": "ren zhongguo",
"line1": "bbb",
"line2": "bbb",
"city": "london",
"state": "london",
"postal_code": "123456",
"country_code": "GB"
}
},
"related_resources": [
{
"sale": {
"id": "24E49172B7479513F",
"state": "completed",
"amount": {
"total": "322.26",
"currency": "USD",
"details": {
"subtotal": "402.82",
"tax": "0.00",
"shipping": "0.00",
"insurance": "0.00",
"handling_fee": "0.00",
"shipping_discount": "80.56",
"discount": "0.00"
}
},
"payment_mode": "INSTANT_TRANSFER",
"protection_eligibility": "ELIGIBLE",
"protection_eligibility_type": "ITEM_NOT_RECEIVED_ELIGIBLE,UNAUTHORIZED_PAYMENT_ELIGIBLE",
"transaction_fee": {
"value": "11.74",
"currency": "USD"
},
"parent_payment": "PAYID-NEGIXBA01E05723UY9076112",
"create_time": "2025-11-06T11:51:05Z",
"update_time": "2025-11-06T11:51:05Z",
"links": [
{
"href": "https://api.sandbox.paypal.com/v1/payments/sale/24E49172B7479513F",
"rel": "self",
"method": "GET"
},
{
"href": "https://api.sandbox.paypal.com/v1/payments/sale/24E49172B7479513F/refund",
"rel": "refund",
"method": "POST"
},
{
"href": "https://api.sandbox.paypal.com/v1/payments/payment/PAYID-NEGIXBA01E05723UY9076112",
"rel": "parent_payment",
"method": "GET"
}
]
}
}
]
}
],
"create_time": "2025-11-06T11:50:28Z",
"update_time": "2025-11-06T11:51:05Z",
"links": [
{
"href": "https://api.sandbox.paypal.com/v1/payments/payment/PAYID-NEGIXBA01E05723UY9076112",
"rel": "self",
"method": "GET"
}
]
},
{
"id": "PAYID-ND44FEQ01X03549DF290052X",
"intent": "sale",
"state": "approved",
"cart": "6V634195TA609782A",
"payer": {
"payment_method": "paypal",
"status": "VERIFIED",
"payer_info": {
"email": "y@y.cn",
"first_name": "Li",
"last_name": "Yun",
"payer_id": "ZZS7JH6JR5UCG",
"shipping_address": {
"recipient_name": "ren zhongguo",
"line1": "bbb",
"line2": "bbb",
"city": "london",
"state": "london",
"postal_code": "123456",
"country_code": "GB"
},
"phone": "8888888888",
"country_code": "US"
}
},
"transactions": [
{
"amount": {
"total": "27.42",
"currency": "EUR",
"details": {
"subtotal": "34.28",
"tax": "0.00",
"shipping": "0.00",
"insurance": "0.00",
"handling_fee": "0.00",
"shipping_discount": "6.86",
"discount": "0.00"
}
},
"payee": {
"merchant_id": "2BP3WP8PK6566",
"email": "jaypatel512-facilitator@hotmail.com"
},
"description": "For shopping by www-beta.selaros.com",
"custom": "9c206220018048c08b87fe9017b18890",
"item_list": {
"items": [
{
"name": "Masquerade sudadera extragrande para hombre 4001m",
"sku": "SPPKLQRUE48-444005",
"price": "34.28",
"currency": "EUR",
"tax": "0.00",
"quantity": 1
}
],
"shipping_address": {
"recipient_name": "ren zhongguo",
"line1": "bbb",
"line2": "bbb",
"city": "london",
"state": "london",
"postal_code": "123456",
"country_code": "GB"
}
},
"related_resources": [
{
"sale": {
"id": "6Y925470NY805140K",
"state": "completed",
"amount": {
"total": "27.42",
"currency": "EUR",
"details": {
"subtotal": "34.28",
"tax": "0.00",
"shipping": "0.00",
"insurance": "0.00",
"handling_fee": "0.00",
"shipping_discount": "6.86",
"discount": "0.00"
}
},
"payment_mode": "INSTANT_TRANSFER",
"protection_eligibility": "ELIGIBLE",
"protection_eligibility_type": "ITEM_NOT_RECEIVED_ELIGIBLE,UNAUTHORIZED_PAYMENT_ELIGIBLE",
"transaction_fee": {
"value": "1.35",
"currency": "EUR"
},
"receivable_amount": {
"value": "29.60",
"currency": "USD"
},
"exchange_rate": "1.135330285140981",
"parent_payment": "PAYID-ND44FEQ01X03549DF290052X",
"create_time": "2025-10-23T05:53:14Z",
"update_time": "2025-10-23T05:53:14Z",
"links": [
{
"href": "https://api.sandbox.paypal.com/v1/payments/sale/6Y925470NY805140K",
"rel": "self",
"method": "GET"
},
{
"href": "https://api.sandbox.paypal.com/v1/payments/sale/6Y925470NY805140K/refund",
"rel": "refund",
"method": "POST"
},
{
"href": "https://api.sandbox.paypal.com/v1/payments/payment/PAYID-ND44FEQ01X03549DF290052X",
"rel": "parent_payment",
"method": "GET"
}
]
}
}
]
}
],
"create_time": "2025-10-23T05:52:18Z",
"update_time": "2025-10-23T05:53:14Z",
"links": [
{
"href": "https://api.sandbox.paypal.com/v1/payments/payment/PAYID-ND44FEQ01X03549DF290052X",
"rel": "self",
"method": "GET"
}
]
},
{
"id": "PAYID-ND42BBI0M404984UK220652Y",
"intent": "sale",
"state": "approved",
"cart": "9TT49464E0351801Y",
"payer": {
"payment_method": "paypal",
"status": "VERIFIED",
"payer_info": {
"email": "y@y.cn",
"first_name": "Li",
"last_name": "Yun",
"payer_id": "ZZS7JH6JR5UCG",
"shipping_address": {
"recipient_name": "ren zhongguo",
"line1": "bbb",
"line2": "bbb",
"city": "london",
"state": "london",
"postal_code": "123456",
"country_code": "GB"
},
"phone": "8888888888",
"country_code": "US"
}
},
"transactions": [
{
"amount": {
"total": "31.78",
"currency": "EUR",
"details": {
"subtotal": "31.78",
"tax": "0.00",
"shipping": "0.00",
"insurance": "0.00",
"handling_fee": "0.00",
"shipping_discount": "0.00",
"discount": "0.00"
}
},
"payee": {
"merchant_id": "2BP3WP8PK6566",
"email": "jaypatel512-facilitator@hotmail.com"
},
"description": "For shopping by www-beta.selaros.com",
"custom": "e670f8ab7bff4e79b308bb60f1a1eb08",
"item_list": {
"items": [
{
"name": "prueba",
"sku": "SPW4CW2Z63R-443943",
"price": "31.78",
"currency": "EUR",
"tax": "0.00",
"quantity": 1
}
],
"shipping_address": {
"recipient_name": "ren zhongguo",
"line1": "bbb",
"line2": "bbb",
"city": "london",
"state": "london",
"postal_code": "123456",
"country_code": "GB"
}
},
"related_resources": [
{
"sale": {
"id": "7UY09793B8164780T",
"state": "completed",
"amount": {
"total": "31.78",
"currency": "EUR",
"details": {
"subtotal": "31.78",
"tax": "0.00",
"shipping": "0.00",
"insurance": "0.00",
"handling_fee": "0.00",
"shipping_discount": "0.00",
"discount": "0.00"
}
},
"payment_mode": "INSTANT_TRANSFER",
"protection_eligibility": "ELIGIBLE",
"protection_eligibility_type": "ITEM_NOT_RECEIVED_ELIGIBLE,UNAUTHORIZED_PAYMENT_ELIGIBLE",
"transaction_fee": {
"value": "1.50",
"currency": "EUR"
},
"receivable_amount": {
"value": "34.38",
"currency": "USD"
},
"exchange_rate": "1.135330285140981",
"parent_payment": "PAYID-ND42BBI0M404984UK220652Y",
"create_time": "2025-10-23T03:27:24Z",
"update_time": "2025-10-23T03:27:24Z",
"links": [
{
"href": "https://api.sandbox.paypal.com/v1/payments/sale/7UY09793B8164780T",
"rel": "self",
"method": "GET"
},
{
"href": "https://api.sandbox.paypal.com/v1/payments/sale/7UY09793B8164780T/refund",
"rel": "refund",
"method": "POST"
},
{
"href": "https://api.sandbox.paypal.com/v1/payments/payment/PAYID-ND42BBI0M404984UK220652Y",
"rel": "parent_payment",
"method": "GET"
}
]
}
}
]
}
],
"create_time": "2025-10-23T03:27:01Z",
"update_time": "2025-10-23T03:27:24Z",
"links": [
{
"href": "https://api.sandbox.paypal.com/v1/payments/payment/PAYID-ND42BBI0M404984UK220652Y",
"rel": "self",
"method": "GET"
}
]
},
{
"id": "PAYID-ND4Z5LA3ND40305AN124202F",
"intent": "sale",
"state": "approved",
"cart": "1HY429336W875773B",
"payer": {
"payment_method": "paypal",
"status": "VERIFIED",
"payer_info": {
"email": "y@y.cn",
"first_name": "Li",
"last_name": "Yun",
"payer_id": "ZZS7JH6JR5UCG",
"shipping_address": {
"recipient_name": "ren zhongguo",
"line1": "bbb",
"line2": "bbb",
"city": "london",
"state": "london",
"postal_code": "123456",
"country_code": "GB"
},
"phone": "8888888888",
"country_code": "US"
}
},
"transactions": [
{
"amount": {
"total": "11.43",
"currency": "EUR",
"details": {
"subtotal": "14.29",
"tax": "0.00",
"shipping": "0.00",
"insurance": "0.00",
"handling_fee": "0.00",
"shipping_discount": "2.86",
"discount": "0.00"
}
},
"payee": {
"merchant_id": "2BP3WP8PK6566",
"email": "jaypatel512-facilitator@hotmail.com"
},
"description": "For shopping by www-beta.selaros.com",
"custom": "e58ede890a654bd0bc109713270720e3",
"item_list": {
"items": [
{
"name": "The Supermade Hip-hop Fun Love Heart Long Socks For Couples",
"sku": "SP221205PVUT-489212",
"price": "14.29",
"currency": "EUR",
"tax": "0.00",
"quantity": 1
}
],
"shipping_address": {
"recipient_name": "ren zhongguo",
"line1": "bbb",
"line2": "bbb",
"city": "london",
"state": "london",
"postal_code": "123456",
"country_code": "GB"
}
},
"related_resources": [
{
"sale": {
"id": "2VN804228F8290632",
"state": "completed",
"amount": {
"total": "11.43",
"currency": "EUR",
"details": {
"subtotal": "14.29",
"tax": "0.00",
"shipping": "0.00",
"insurance": "0.00",
"handling_fee": "0.00",
"shipping_discount": "2.86",
"discount": "0.00"
}
},
"payment_mode": "INSTANT_TRANSFER",
"protection_eligibility": "ELIGIBLE",
"protection_eligibility_type": "ITEM_NOT_RECEIVED_ELIGIBLE,UNAUTHORIZED_PAYMENT_ELIGIBLE",
"transaction_fee": {
"value": "0.79",
"currency": "EUR"
},
"receivable_amount": {
"value": "12.08",
"currency": "USD"
},
"exchange_rate": "1.135330285140981",
"parent_payment": "PAYID-ND4Z5LA3ND40305AN124202F",
"create_time": "2025-10-23T03:19:25Z",
"update_time": "2025-10-23T03:19:25Z",
"links": [
{
"href": "https://api.sandbox.paypal.com/v1/payments/sale/2VN804228F8290632",
"rel": "self",
"method": "GET"
},
{
"href": "https://api.sandbox.paypal.com/v1/payments/sale/2VN804228F8290632/refund",
"rel": "refund",
"method": "POST"
},
{
"href": "https://api.sandbox.paypal.com/v1/payments/payment/PAYID-ND4Z5LA3ND40305AN124202F",
"rel": "parent_payment",
"method": "GET"
}
]
}
}
]
}
],
"create_time": "2025-10-23T03:19:08Z",
"update_time": "2025-10-23T03:19:25Z",
"links": [
{
"href": "https://api.sandbox.paypal.com/v1/payments/payment/PAYID-ND4Z5LA3ND40305AN124202F",
"rel": "self",
"method": "GET"
}
]
}
],
"count": 10,
"next_id": "PAYID-ND4Z2YI3GA2889561037345D"
}