Reference
//
Check bill payment status
Security
oauth2ClientCredentials(Required scopes: bills:read)
- Mock serverhttps://developer.boyahq.com/_mock/v2/openapi/bills/payments/{paymentRef}/status
- Productionhttps://api.boyahq.com/v2/bills/payments/{paymentRef}/status
- Sandboxhttps://sandbox.api.boyahq.com/v2/bills/payments/{paymentRef}/status
curl -i -X GET \
'https://developer.boyahq.com/_mock/v2/openapi/bills/payments/{paymentRef}/status' \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>' \
-H 'business_id: string' \
-H 'org_wallet_ref: string'