Get account credit summary
Accounts
Get account credit summary
This endpoint is only available for funds accounts associated with fixed limit card accounts.
GET
Get account credit summary
Authorizations
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Query Parameters
The ID of the account.
The currency in which the credit summary is required.
Response
200 - application/json
Successful response with credit summary details
The total credit available for the account.
Example:
10000
The total credit that has been assigned.
Example:
1000
The available credit remaining for the account.
Example:
9000
The name for the account.
Example:
"Account 001"

