Pay digitally for your Party in the Park vendor spot.

This page is only for new, out of town vendors who have already confirmed their spot with Fairfax Parks & Recreation!

https://www.paypal.com/sdk/js?client-id=AfkQhpAz-0vv4NB4eezwuhA0r-NteTOowEMqZyqXLkvJ1X1Y6cCggppG4w1zt0OUUCxES2nl1b9ZG9gf&currency=USD paypal.Buttons({ style: { shape: ‘rect’, color: ‘white’, layout: ‘vertical’, label: ‘pay’, }, createOrder: function(data, actions) { return actions.order.create({ purchase_units: [{ amount: { value: ’50’ } }] }); }, onApprove: function(data, actions) { return actions.order.capture().then(function(details) { alert(‘Transaction completed by ‘ + details.payer.name.given_name + ‘!’); }); } }).render(‘#paypal-button-container’);