Creates a spending limit for a given card. A spending limit defines the maximum amount that can be spent during a chosen time period. For example, £10 a day.
Body
OK
Bad Request
Unauthorized
Forbidden
Not Found
Method Not Allowed
Unsupported Media Type
Too Many Requests
Internal Server Error
{- "amount": 100.5,
- "currencyCode": "GBP",
- "active": true,
- "limitTurnedOff": true,
- "limitWindow": "DAY",
- "available": {
- "uses": 0,
- "amount": 100.5,
- "daysRemaining": 1
}
}
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "amount": 100.5,
- "currencyCode": "GBP",
- "active": true,
- "limitTurnedOff": true,
- "limitWindow": "DAY",
- "available": {
- "uses": 0,
- "amount": 100.5,
- "daysRemaining": 1
}
}