LineItems
shipments, on both one-time and recurring PayPal pay-ins.
TrackingNumber
, Carrier
, or NotifyBuyer
once added.NotifyBuyer
to true
on only one of them.
true
, sends an email notification to the PaypalBuyerAccountEmail
containing the TrackingNumber
and Carrier
, which allows the end user to track their shipment with the carrier.200 - First tracking number
UnitAmount
and TaxAmount
of all LineItems
.CreditedFunds
= DebitedFunds
- Fees
).CREATED
, SUCCEEDED
, FAILED
The status of the transaction.SUCCEEDED
, indicating that the transaction occurred. The statuses CREATED
and FAILED
return an ExecutionDate
of null
.PAYIN
, TRANSFER
, CONVERSION
, PAYOUT
The type of the transaction.REGULAR
, REPUDIATION
, REFUND
, SETTLEMENT
The nature of the transaction, providing more information about the context in which the transaction occurred:REGULAR
– Relative to most of the transactions (pay-ins, payouts, and transfers) in a usual workflow.REPUDIATION
– Automatic withdrawal of funds from the platform’s repudiation wallet as part of the dispute process (when the user has requested a chargeback).REFUND
– Reimbursement of a transaction to the user (pay-in refund), to a wallet (transfer refund), or of a payout (payout refund, only initiated by Mangopay).SETTLEMENT
– Transfer made to the repudiation wallet by the platform to settle a lost dispute.PAYPAL
The type of pay-in.WEB
, DIRECT
, EXTERNAL_INSTRUCTION
The type of execution for the pay-in.ShippingPreference
.UnitAmount
and TaxAmount
must equal the DebitedFunds
amount (negative amounts not allowed).SET_PROVIDED_ADDRESS
, GET_FROM_FILE
, NO_SHIPPING
Information about the shipping address behavior on the PayPal payment page:SET_PROVIDED_ADDRESS
- The Shipping
parameter becomes required and its values are displayed to the end user, who is not able to modify them.GET_FROM_FILE
– The Shipping
parameter is ignored and the end user can choose from registered addresses.NO_SHIPPING
– No shipping address section is displayed.LineItems
added to the pay-in object.200 - Second tracking number
UnitAmount
and TaxAmount
of all LineItems
.CreditedFunds
= DebitedFunds
- Fees
).CREATED
, SUCCEEDED
, FAILED
The status of the transaction.SUCCEEDED
, indicating that the transaction occurred. The statuses CREATED
and FAILED
return an ExecutionDate
of null
.PAYIN
, TRANSFER
, CONVERSION
, PAYOUT
The type of the transaction.REGULAR
, REPUDIATION
, REFUND
, SETTLEMENT
The nature of the transaction, providing more information about the context in which the transaction occurred:REGULAR
– Relative to most of the transactions (pay-ins, payouts, and transfers) in a usual workflow.REPUDIATION
– Automatic withdrawal of funds from the platform’s repudiation wallet as part of the dispute process (when the user has requested a chargeback).REFUND
– Reimbursement of a transaction to the user (pay-in refund), to a wallet (transfer refund), or of a payout (payout refund, only initiated by Mangopay).SETTLEMENT
– Transfer made to the repudiation wallet by the platform to settle a lost dispute.PAYPAL
The type of pay-in.WEB
, DIRECT
, EXTERNAL_INSTRUCTION
The type of execution for the pay-in.ShippingPreference
.UnitAmount
and TaxAmount
must equal the DebitedFunds
amount (negative amounts not allowed).SET_PROVIDED_ADDRESS
, GET_FROM_FILE
, NO_SHIPPING
Information about the shipping address behavior on the PayPal payment page:SET_PROVIDED_ADDRESS
- The Shipping
parameter becomes required and its values are displayed to the end user, who is not able to modify them.GET_FROM_FILE
– The Shipping
parameter is ignored and the end user can choose from registered addresses.NO_SHIPPING
– No shipping address section is displayed.LineItems
added to the pay-in object.