Skip to content

Check bill payment status

Request

Security
oauth2ClientCredentials(Required scopes: bills:read)
Path
paymentRefstringrequired
Headers
org_wallet_refstring
business_idstringrequired
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'

Responses