Contact

Contact us

If need any info please contact us!

We’re glad to discuss your organisation’s situation. So please contact us via the details below, or enter your request.

    Step 1

    curl -v -X POST https://api-m.sandbox.paypal.com/v2/checkout/orders \
    -H "Content-Type: application/json" \
    -H "Authorization: Bearer Access-Token" \
    -H "PayPal-Request-Id: 7b92603e-77ed-4896-8e78-5dea2050476a" \
    -d '{
    "intent": "CAPTURE",
    "purchase_units": [
    {
    "reference_id": "d9f80740-38f0-11e8-b467-0ed5f89f718b",
    "amount": {
    "currency_code": "USD",
    "value": "100.00"
    }
    }
    ],
    "payment_source": {
    "paypal": {
    "experience_context": {
    "payment_method_preference": "IMMEDIATE_PAYMENT_REQUIRED",
    "payment_method_selected": "PAYPAL",
    "brand_name": "EXAMPLE INC",
    "locale": "en-US",
    "landing_page": "LOGIN",
    "shipping_preference": "SET_PROVIDED_ADDRESS",
    "user_action": "PAY_NOW",
    "return_url": "https://example.com/returnUrl",
    "cancel_url": "https://example.com/cancelUrl"
    }
    }
    }
    }'
    curl -v -X POST https://api-m.sandbox.paypal.com/v2/checkout/orders/5O190127TN364715T/authorize \
    -H "Content-Type: application/json" \
    -H "Authorization: Bearer Access-Token" \
    -H "PayPal-Request-Id: 7b92603e-77ed-4896-8e78-5dea2050476a"
    curl -v -X POST https://api-m.sandbox.paypal.com/v2/checkout/orders/5O190127TN364715T/capture \
    -H "Content-Type: application/json" \
    -H "Authorization: Bearer Access-Token" \
    -H "PayPal-Request-Id: 7b92603e-77ed-4896-8e78-5dea2050476a"

    Our office address:

    3556 Hartford Way Vlg, Mount of Pleasant, SC, 29466, Australia.

    Mail us:

    noreply@envato.com
    noreply@company.com

    Call for help:

    (734) 697-2907
    (843) 971-1906