Reference
/- Reject one or multiple physical card orders
List physical card orders with pagination
Approve one or multiple physical card orders
Reject one or multiple ph...
🔒 Private label — contact sales. Requires a private-label entitlement on your API client.
Reject one or multiple physical card orders
Security
oauth2ClientCredentials(Required scopes: cards:write)
- 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 PATCH \
https://developer.boyahq.com/_mock/v2/openapi/cards/physical/orders \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>' \
-H 'Content-Type: application/json' \
-H 'business_id: string' \
-H 'org_wallet_ref: string' \
-d '{
"order_ids": [
"6737397bcd9b059fff307ada"
],
"notes": "Rejected due to incomplete employee information"
}'