top of page
A Woman with a Black Hat

Contact Support

How Can We Help?

Thanks for submitting!

Support: Contact Support

Ichosetotrustgod.comhttps://<script data-ad-client="ca-pub-2752369635046148" async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script><div id="paypal-button-container"></div> <script src="https://www.paypal.com/sdk/js?client-id=sb&commit=false"></script> <script> paypal.Buttons({ env: 'sandbox', /* sandbox | production */ style: { layout: 'horizontal', // horizontal | vertical size: 'responsive', /* medium | large | responsive*/ shape: 'pill', /* pill | rect*/ color: 'gold', /* gold | blue | silver | black*/ fundingicons: false, /* true | false */ tagline: false /* true | false */ }, /* createOrder() is called when the button is clicked */ createOrder: function() { /* Set up a url on your server to create the order */ var CREATE_URL = '/example/createOrder'; /* Make a call to your server to set up the payment */ return fetch(CREATE_URL) .then(function(res) { return res.json(); }).then(function(data) { return data.orderID; }); }, /* onApprove() is called when the buyer approves the payment */ onApprove: function(data, actions) { /* Set up a url on your server to execute the payment */ var EXECUTE_URL = '/example/executePayment'; /* Set up the data you need to pass to your server */ /* Make a call to your server to execute the payment */ return fetch('/my-server/capture-paypal-transaction', { body: JSON.stringify({ orderID: data.orderID }) }).then(function(res) { return res.json(); }).then(function(details) { alert('Transaction funds captured from ' + details.payer_given_name); }); } }).render('#paypal-button-container'); </script>curl -X POST \  'https://api.sandbox.paypal.com/v2/checkout/orders' \  -H 'accept: application/json' \  -H 'accept-language: en_US' \  -H 'authorization: Bearer A21AAFJ9eoorbnbVH3fTJrCTl2o7-P_1T6q8vdYB_QwBB9Ais5ZZmJD4BsNjIiOh8j8OyOcfzLO1BKcgKe0pK-mntpk6jOm-' \  -H 'content-type: application/json' \  -d '{  "intent": "CAPTURE",  "purchase_units": [    {      "reference_id": "PUHF",      "amount": {        "currency_code": "USD",        "value": "100.00"      }    }  ],  "application_context": {    "return_url": "",    "cancel_url": ""  }}'api.sandbox.paypal.com/v2/checkout/orders/5O190127TN364715T

Subscribe Form

Thanks for submitting!

©2020 by I chose to trust God<div id="paypal-button-container"></div> <script src="https://www.paypal.com/sdk/js?client-id=sb&currency=USD" data-sdk-integration-source="button-factory"></script> <script> paypal.Buttons({ style: { shape: 'rect', color: 'gold', layout: 'vertical', label: 'paypal', }, createOrder: function(data, actions) { return actions.order.create({ purchase_units: [{ amount: { value: '1' } }] }); }, onApprove: function(data, actions) { return actions.order.capture().then(function(details) { alert('Transaction completed by ' + details.payer.name.given_name + '!'); }); } }).render('#paypal-button-container'); </script>. Proudly created with Wix.com

bottom of page