• Resolved bociakrodyl

    (@bociakrodyl)


    Hello!

    I have such a unusual need:

    1. Client make order choosing PayPal.
    2. Payment is not made,
      because I have to check if what client ordered can be done first.
    3. After checking, if the order can be completed, I send a link to the customer to make the PayPal payment.

    I’m stuck, please help.
    I don’t know how to make it possible to place an order with choosing PayPal, but not to pay at the time of ordering.

    The next thing is propably easier because I already saw in the Internet “WooCommerce Send Payment Link”. So it is possible.

    I will be greatful for any hint.
    Tomasz

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Syde Niklas

    (@niklasinpsyde)

    Hi @bociakrodyl

    It depends on what exactly you are looking for.

    One way to use PayPal for an application like this is using payment authorizations with the Intent feature.
    By default, the intent is configured to Capture, which will immediately capture the buyer’s payment.

    But when using “Authorize” as the intent, buyers are only authorizing a payment to your shop.
    This lets you check the order and also adjust the order amount if anything must be changed. After checking, when the order amount is the same or lower as authorized, then you could just capture the payment without the buyer having to perform any additional steps.
    But if the order amount is higher than what was authorized, you would need to send the buyer a new payment link from the WooCommerce order.

    If you don’t want to use payment authorizations, there are also third-party plugins that allow you to create orders without taking payments. But this wouldn’t directly have anything to do with PayPal Payments.

    Usually, using authorizations makes the most sense if you are not sure what the order total will be at the point of the payment.
    I hope this helps!

    Kind regards,
    Niklas

    Thread Starter bociakrodyl

    (@bociakrodyl)

    Great! Thanks a lot for another fast and good help!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Make Order with PayPal but Client has to pay later’ is closed to new replies.