Patch a fee entry.
This operation is experimental and not guaranteed to be backward compatible.
Fee entry was patched successfully.
Unauthorized access, invalid credentials were used.
Access forbidden.
Invalid data was sent.
The transaction fees for Stripe. Discount rate fees are a separate record.
{- "type": "buy",
- "name": "Stripe transaction fees",
- "filter": "type:sale,capture;result:approved;gatewayAccountId:stripe",
- "formula": {
- "type": "fixed-fee",
- "currency": "USD",
- "amount": 0.3
}
}
The transaction fees for Stripe. Discount rate fees are a separate record.
{- "id": "4f6cf35x-2c4y-483z-a0a9-158621f77a21",
- "type": "buy",
- "name": "Stripe transaction fees",
- "filter": "type:sale,capture;result:approved;gatewayAccountId:stripe",
- "formula": {
- "type": "fixed-fee",
- "currency": "USD",
- "amount": 0.3
}, - "createdTime": "2021-12-15T14:15:22Z",
- "updatedTime": "2021-12-15T14:15:22Z",
- "_links": [
]
}