API Reference
Complete reference for all 14 endpoints of the QwikLive Experience API v1.0.5. Base URL: https://{host}/api/ssb/accountservices/{version}
Authentication Required
All endpoints except GET /api/health require client_id, client_secret, partnerId, and x-correlation-id headers. See Authentication.
Health
Customer Preferences
POST
/api/ssb/accountservices/{version}/preferences/retrieve
Retrieve cardholder ATM preference profile
POST
/api/ssb/accountservices/{version}/preferences
Create or update ATM preference profile
POST
/api/ssb/accountservices/{version}/preferences/delete
Delete ATM preference profile (idempotent)
Account Management
POST
/api/ssb/accountservices/{version}/accounts
Account lookup — list accounts linked to a card
POST
/api/ssb/accountservices/{version}/accounts/balance
Balance inquiry for a specified account
Debit Transactions
POST
/api/ssb/accountservices/{version}/transactions/debits
Cash withdrawal — post a debit to an account
POST
/api/ssb/accountservices/{version}/transactions/debits/reverse
Debit reversal — reverse a previously posted withdrawal
Credit Transactions
POST
/api/ssb/accountservices/{version}/transactions/credits
Cash or check deposit — post a credit to an account
POST
/api/ssb/accountservices/{version}/transactions/credits/reverse
Credit reversal — reverse a previously posted deposit
Transfers
POST
/api/ssb/accountservices/{version}/transactions/transfers
Account-to-account fund transfer
POST
/api/ssb/accountservices/{version}/transactions/transfers/reverse
Transfer reversal — reverse a previously completed transfer
Bill Payments
Cardless Withdrawal
Common Request Patterns
All service endpoints (except health and preferences) share these common request objects. See Common Objects for full field documentation.
| Object | Used In | Purpose |
|---|---|---|
head | All transaction endpoints | Acquirer institution identifier and description |
transaction | All transaction endpoints | RRN, date, and transaction type |
deviceInfo | All terminal-originated requests | Terminal ID, location, and acceptor ID |
institution | All endpoints | Financial institution identifier |
paymentInstrument | Financial transactions | Account ID and card PAN |
amount | Financial transactions | Amount, currency, and optional access fee |
reverseInfo | All reversal endpoints | Reversal reason code and amount |