Reference
/- Approve one or multiple physical card orders
List physical card orders with pagination
Reject one or multiple physical card orders
Approve one or multiple p...
🔒 Private label — contact sales. Requires a private-label entitlement on your API client.
Approve 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 POST \
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",
"6734a7a4f52ba5a69f8e722e"
],
"notes": "Approved for production and shipping"
}'