Get Expected Spend Amount
GET/api/accounts/:cardholderId/expected-spend-amount
Get the expected spend amount for the given cardholder.
Request
Path Parameters
cardholderId stringrequired
The ID of the cardholder.
Responses
- 200
- 403
Successful operation
- application/json
- Schema
- Example (from schema)
Schema
cardholderId string
The ID of the cardholder.
expectedSpendAmount string
The expected spend amount for the cardholder in USD cents.
{
"cardholderId": "057aa15913a57f50577234c8426534c0",
"expectedSpendAmount": "200000"
}
User is not allowed to perform the action with the reason stated in the errorCode
FORBIDDEN Insufficient permissions to perform the action.
Loading...