Quick Start
Last updated
Last updated
Your API requests are authenticated using Bearer Tokens. Any request that doesn't include an Bearer Tokens will return an error.
You can generate a Bearer Token using the Authentication methods.
To make your first request, send an authenticated request to the orders endpoint. This will return an order
, which is nice.
GET
https://api.depay.us/orders/{order_id}
Get an existing order by UUID
order_id*
string
Order identifier
Authentication*
string
Bearer Token
Take a look at how you might call this method via curl or HTTP
: