No Hassle Financing
Need a little extra breathing room for your advertising? Not a problem. At Ideal Positions we’re here to help your business grow, and we now offer financing with up to 6 months at 0% interest. Ask one of our Customer Service Representatives about our financing options and get your campaign started today!
// Render the PayPal button
paypal.Button.render({
// Set your environment
env: 'sandbox', // sandbox | production
// Specify the style of the button
style: { label: 'credit', size: 'medium', // small | medium | large | responsive shape: 'rect', // pill | rect },
// PayPal Client IDs - replace with your own // Create a PayPal app: https://developer.paypal.com/developer/applications/create
client: {
sandbox: 'AZDxjDScFpQtjWTOUtWKbyN_bDt4OgqaF4eYXlewfBP4-8aqX3PiV8e1GWU6liB2CUXlkA59kJXE7M6R',
production: '
// Wait for the PayPal button to be clicked
payment: function(data, actions) {
// Set up a payment and make credit the landing page
return actions.payment.create({ payment: { transactions: [ { amount: { total: '0.01', currency: 'USD' } } ] } }); },
// Wait for the payment to be authorized by the customer
onAuthorize: function(data, actions) { return actions.payment.execute().then(function() { window.alert('Payment Complete!'); }); }
}, '#paypal-button-container');
Online Payments
Ideal Positions understands how busy your life can be, and how important it is to feel comfortable with your private data. That’s why we’re now able to accept online payments! If you are interested in making online payments please speak to one of our Customer Service Representatives, and they can give you more information.