Skip to main content

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

Successful operation

Schema

    cardholderId string

    The ID of the cardholder.

    expectedSpendAmount string

    The expected spend amount for the cardholder in USD cents.

Loading...