đź§Ş SCB UAT Test Console

Live calls to the Standard Chartered UAT server · home · swagger

Connection

Loading configuration…
Payment Initiation
Payment Status
Subscriptions
Account Enquiry
Cert Renewal

Payment Initiation

Verified working. Debtor 1224567890. A fresh referenceId is generated per send.

Payment Status Enquiry

Queries the status of previously initiated payments by their reference IDs (comma-separated). Tip: initiate a payment first, copy its referenceId here.

Notification Subscription

Registers your webhook for a notification type. credit-debit-advice = Credit/Debit notification · payment-status = Payment Status Updates.

Account Enquiry

Retrieves live balances or account details for the account. Uses the JwtToken header (GET).

Certificate Renewal

Generates a fresh throwaway RSA-2048 key + CSR on the server, submits {publicKey, csr} to /client/v2/certificate/renewal, and shows the SCB-signed certificate. Installs nothing — this is a test of the endpoint, not a real cert rotation.

ℹ️ Payment status is available two ways: pull via the Payment Status tab (POST /payments/v2/status), and push via the payment-status subscription (delivered to your webhook).