Payment categories
cxxxv1
Contributor
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Posted on
Apr-11-2023
05:52 PM
How to have PayPal store a payment category for later reporting and analysis. Where to add it in the createOrder. Is this correct:
createOrder: function(data, actions) {
return actions.order.create({
purchase_units: [{
amount: {
value: ppFEE
},
description: 'TICKET',
}]
});
},
0 REPLIES 0

Haven't Found your Answer?
It happens. Hit the "Login to Ask the community" button to create a question for the PayPal community.
Related Content
- where does paypal payments go to if there is no linked phone or email to the seller ? in PayPal Payments Standard
- Couldn't receive International payment in PayPal Payments Standard
- Is it possible to make payments in RON (Romanian Leu) through PayPal? in REST APIs
- My PayPal is not allowing me to receive or send requests. in PayPal Payments Standard
- "System error. Please try again later" when connecting to paypal sandbox account with my android app in Sandbox Environment