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://stage.api.payments.depay.us/payins/orders/{uuid}
Get an existing order by UUID
uuid*
string
Order unique identifier
Authorization*
String
Bearer Token