v1
latestOpenAPI 3.1.02026-08-06236494759.4 KBCard Rules
Set CashPoint Rules
Endpoint to set a CardRuleCashPointRule of the Card.
post/business/v2/cards/{cardId}/rules/cashpoint/{limitName}
Path parameters
cardIdstring required
The Card ID.
Example:7bf79328-a7ae-4222-aa54-091ff7f429a7
limitName'daily' | 'weekly' | 'monthly' | 'chipAndPin' | 'magstripe' required
A CardRuleCashPointRule limit name.
Headers
X-Soldo-Fingerprintstring required
Advanced authentication: SHA512SUM of the fingerprint values listed in the fingerprint order for this endpoint.
Example:{{fingerprint}}
X-Soldo-Fingerprint-Signaturestring required
Advanced authentication: Signature of the X-Soldo-Fingerprint.
Example:{{fingerprint_signature}}
Request body
Example request
{
"enabled": true,
"max": 10.25
}Response
The result is a CardRuleCashPointRules.
Example response
{
"enabled": true,
"amount": 10.25
}