Pay for your Goods and Services with Paypal here

// Set up a payment. You can alternatively send us your email address and we will bill you directly from our Paypal merchant account..
payment:
function(data, actions) {
return actions.payment.create({
transactions: [{
amount: {
total: ‘0.01’,
currency: ‘USD’
}
}]
});
}