The currently authenticated member must have a member card and a supported balance type in order to make a member balance payment.
Success
Member has no card, or does not have a supported balance type.
No member signed in.
Order does not exist.
{- "payment": {
- "balanceTypeId": 0,
- "maximumValue": 0.1,
- "maximumUnits": 0.1,
- "availableUnits": 0.1
}, - "relatedData": {
- "balanceType": {
- "id": 0,
- "name": {
- "text": "string",
- "translations": [
- {
- "languageTag": "en-US",
- "text": "string"
}
]
}, - "isPrimary": true,
- "unitName": "Points",
- "paymentConversionRate": 0.1,
- "unitDecimalPlaces": 0
}
}
}