Returns a single payment order assigned to the authenticated provider, including polymorphic source/destination, providerAccount, and transaction logs.
GET
/
provider
/
orders
/
{id}
Get a v2 payment order by ID (provider)
curl --request GET \
--url https://api.paycrest.io/v2/provider/orders/{id} \
--header 'API-Key: <api-key>'