Get Order Details
get
/1.0/order
Get information about an order after a transaction completes
Paddle provides an API as well as a method within Paddle.js to pull transaction data after a completed checkout.
Example Request
preparing...
Usage Notes
- The API will only return data once an order has been created. There is a normally a slight delay between a transaction being successfully processed and the order being created. If a transaction fails or is flagged as high-risk, no order object will be returned.
checkout_id
stringThe identifier of the buyer's checkout
Style:
unspecified
callback
stringThe name of a JavaScript callback function
Style:
unspecified
::