Authorize Payment without creating order. like in petrol pump or restaurent.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Wants to Authorize payment without redirect to paypal like petrol pump or restaurent.
But Paypal flow is to create order first then approve order then Authorize it.
But for approval order i have redirect to paypal. Is there any way that i can authorize payment without order?
or without redirecting to paypal for order apprival?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Good day @mitesh_modi,
Thank you for posting to the PayPal community.
Merchants should first perform the Create Order API( https://developer.paypal.com/docs/api/orders/v2/#orders_create) call and then redirect the customer/buyer to the "approve" URL.
Once the order is approved by the customer/buyer, the merchant should perform Capture Order ( https://developer.paypal.com/docs/api/orders/v2/#orders_capture) API call, and the customer/buyer should pass the valid funding source.
To know more about Authorizing the payment Please follow the steps in the following link: https://developer.paypal.com/docs/checkout/standard/customize/authorization/
If you are still facing issues, please create an MTS ticket via - https://www.paypal-support.com/s/?language=en_US with the detailed information and error details.
Sincerely,
Vaishnavi
PayPal MTS
If this post or any other was helpful, please enrich the community by giving kudos or accepting it as a solution.

Haven't Found your Answer?
It happens. Hit the "Login to Ask the community" button to create a question for the PayPal community.
- Error creating an order for cupture - Issues with Authorization header in Braintree Server-side Integration (PHP, Java, .NET, Ruby, Python, NodeJS SDKs)
- Authorization being forced prior to Paypal Button becoming available. in PayPal Payments Standard
- Need Help Upgrading to PayPal complete payments in PayPal Upgrade Community
- Amount is not shown at checkout in REST APIs