Reference
/- List physical card orders with pagination
Approve one or multiple physical card orders
Reject one or multiple physical card orders
List physical card orders...
🔒 Private label — contact sales. Requires a private-label entitlement on your API client.
List physical card orders with pagination
Security
oauth2ClientCredentials(Required scopes: cards:read)
- Mock serverhttps://developer.boyahq.com/_mock/v2/openapi/cards/physical/orders
- Productionhttps://api.boyahq.com/v2/cards/physical/orders
- Sandboxhttps://sandbox.api.boyahq.com/v2/cards/physical/orders
curl -i -X GET \
'https://developer.boyahq.com/_mock/v2/openapi/cards/physical/orders?page=1&limit=20' \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>' \
-H 'business_id: string' \
-H 'org_wallet_ref: string'Response
{ "docs": [ { … } ], "total": 0, "limit": {}, "page": {}, "pages": 0 }