Read Wallet
Intent
Reads the wallet without changing it.
When to call it
Call this after your application has received or stored the identifier for the wallet.
Access boundary
Authorize the request with a token that carries customer_portal:read or customer_portal:write.
Successful result
A successful request returns 200. The response schema below defines the body your integration receives.
Operational notes
Get a wallet by ID for the authenticated customer.
Authorizations
Customer session tokens are specific tokens that are used to authenticate customers on your organization. You can create those sessions programmatically using the Create Customer Session endpoint.
Path Parameters
The wallet ID.
Response
Successful Response
A wallet represents your balance with an organization.
You can top-up your wallet and use the balance to pay for usage.
The stable identifier for this record.
The time Ruba created this record.
The time this record last changed.
The ID of the customer that owns the wallet.
"992fae2a-2a17-4b7a-8d9e-e287cf90131b"
The current balance of the wallet, in cents.
5000
The currency of the wallet.
"usd"