Payment categories

cxxxv1
Contributor
Contributor

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',
}]
});
},

Login to Me Too
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.