Accounts API
The Accounts API is a collection of methods used to query a customer account. It allows the developer to retrieve account-related data such as the user account balance. It should be noted that regional variations may exist - so some fields may not be returned for certain territories.
Latency
10582ms p95
Uptime
0.0% 30d
Playground
Verified
live
Endpoints
/account
Retrieves details of a customers account
/account/plusCard/pin
Sets a customer's plus card pin
/account/balance
Get a customers account balance
/account/flags
Sets a flag based on name to value provided for the user.
/account/payments
Gets a customer's account payments
/account/plusCard
Gets a customer's plus card details if they exist.
/account/plusCard/lostStolen
Sets a customer's plus card as Lost/Stolen
/account/plusCard/phone/{oldPhoneNumber}
Sets a customer's plus card phone number
/account/plusCard/pin
Updates a customer's plus card pin
9 endpoints auto-detected
curl -X GET \ "https://sandbox.whapi.com/v2/accounts/account"
sandbox.whapi.com · HTTPS only