Understand PayPal API schema changes from V1 to V2
mainWhen working with the PayPal integration, be aware of the mapping differences between the legacy V1 schema and the current V2 schema. Specifically, the concept of a Transaction in V1 is now represented as a Capture within a Payment object in V2. This Capture contains the payment breakdown and corresponds to the internal Transactions table.
// V1 Concept
"Transaction"
// V2 Concept
"Payment" > "Capture"