-
Notifications
You must be signed in to change notification settings - Fork 87
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Credit Card payment status #131
Comments
Hello, PENDING is a regular order state and can last really long. You have two options: a) Implement asynchronous notification mechanism b) Actively wait for the order to be finished |
Hello. In |
@peterpp @regdos thank you for you response. Im checking status with Example orderId: I attach screenshots with order response, order payload, and response from Screenshots are from two different orders but response is always same for all orders. |
I can see that use stored card token to recurring payment. Please reffer with https://developers.payu.com/europe/pl/docs/payment-solutions/cards/tokenization/ and if you will have problem please contact to BOK PayU. |
Hello, I have a problem with creating order with credit card. My array with order data (simplified):
$response = \OpenPayU_Order::create($order);
I'm using sandbox and card listed on your website, order is created and I get response but when I get information about order, order has status
pending
$data = \OpenPayU_Order::retrieve($orderId);
$data->getResponse()->orders[0]->status
- PENDINGI can't find information what should I do for the order to have the SUCCESS status.
The text was updated successfully, but these errors were encountered: