Skip to main content

Update Expected Spend Amount

POST 

/api/accounts/:cardholderId/expected-spend-amount

Update the expected spend amount for the given cardholder.

Request

Path Parameters

    cardholderId stringrequired

    The ID of the cardholder.

Body

required

    expectedSpendAmount string

    The expected spend amount for the cardholder in USD cents.

Responses

Expected spend amount updated successfully.

Schema

    cardholderId string

    The ID of the cardholder.

    expectedSpendAmount string

    The updated expected spend amount.

Loading...