Reference
/- Get a signed download URL for an expense receipt
Start receipt export job
Get receipt export job status
Get a signed download URL...
Security
oauth2ClientCredentials(Required scopes: expenses:read)
- Mock serverhttps://developer.boyahq.com/_mock/v2/openapi/expenses/downloadExpenseReceipt/{transactionRef}
- Productionhttps://api.boyahq.com/v2/expenses/downloadExpenseReceipt/{transactionRef}
- Sandboxhttps://sandbox.api.boyahq.com/v2/expenses/downloadExpenseReceipt/{transactionRef}
curl -i -X GET \
'https://developer.boyahq.com/_mock/v2/openapi/expenses/downloadExpenseReceipt/{transactionRef}' \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>' \
-H 'business_id: string' \
-H 'org_wallet_ref: string'