Reference
//
Reject a payment request
🔒 Private label — contact sales. Requires a private-label entitlement on your API client.
Reject a payment request
Security
oauth2ClientCredentials(Required scopes: approvals:write)
- Mock serverhttps://developer.boyahq.com/_mock/v2/openapi/approvals/reject
- Productionhttps://api.boyahq.com/v2/approvals/reject
- Sandboxhttps://sandbox.api.boyahq.com/v2/approvals/reject
curl -i -X POST \
https://developer.boyahq.com/_mock/v2/openapi/approvals/reject \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>' \
-H 'Content-Type: application/json' \
-H 'business_id: string' \
-H 'org_wallet_ref: string' \
-d '{
"ref": "bmZbgYGlg116",
"reason": "Insufficient documentation provided"
}'