Creates a fee entry.
Important: This operation is experimental and may not be backward compatible.
Fee entry created.
Location | string <uri> Location of the related resource. Example: "https://api.rebilly.com/example" |
Unauthorized access. Invalid credentials used.
Access forbidden.
Invalid data sent.
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
}
}
Stripe transaction fees. 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": [
]
}