OAuth Token Diagnostic
Tests ANB token endpoint from this server using the documented client credentials flow.
Documentation flow: POST /v1/b2b-auth/oauth/accesstoken
Body: grant_type=client_credentials, client_id, client_secret
Expected: HTTP response with access_token, or clear gateway/credential error.
Meeting Commands
curl -s https://api.ipify.org && echo dig +short test-api.anb.com.sa curl -I --connect-timeout 10 https://developer.anb.com.sa curl -v --connect-timeout 30 https://test-api.anb.com.sa/v1/b2b-auth/oauth/accesstoken
Latest Result
No request yet.
Request / Error Logs
Standalone API Coverage
Official Documentation
Call Instructions
Supported Calls
VIBAN Documentation Notes
All VIBAN calls require Bearer token, Content-Type application/json, Accept application/json, and profileid.
Create: POST /create-iban. Update: POST /update-viban. Inquiry: POST /viban-account-inquiry.
Payment: POST /viban-submit-payment. Statement: POST /viban-account-statement. Status: POST /viban-status-update.
Reference: ANB VIBAN API documentation
Payload
Webhook Receiver
Public receiver endpoint:
POST https://anb.alarkkan.app/api/anb-rms/webhook
All received payloads are stored locally in data/notifications.json and shown here.
Received Webhooks
Custom ANB JSON Request
Custom Result
No request yet.
Safe Config
Loading...