Skip to main content

Update Expected Spend Amount

POST 

https://api.immersve.com/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.

curl -L 'https://api.immersve.com/api/accounts/:cardholderId/expected-spend-amount' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authorization: Bearer <TOKEN>' \
-d '{
"expectedSpendAmount": "string"
}'
Request Collapse all
Base URL
https://api.immersve.com
Auth
Parameters
— pathrequired
Body required
{
  "expectedSpendAmount": "string"
}
ResponseClear

Click the Send API Request button above and see the response here!