Benjamin Reeves
Benjamin Reeves

Reputation: 635

How long is paypal order id valid?

I have a general question: If I create an order via "createOrder: (data, actions)" and do not approve this "order". How long is OrderID valid?

Thanks in advance!

Benjamin

Upvotes: 0

Views: 190

Answers (1)

Preston PHX
Preston PHX

Reputation: 30377

You can count on it being valid for 3 hours

(though the actual time before it expires can be as long as 72 hours)

If it isn't used soon after creation, you should simply generate a new OrderID whenever one is needed.

Upvotes: 1

Related Questions