Billing Plan
Create a Billing Plan
POST /billing_plan
{
"name": "standard_1",
"decimals": 2,
"transaction_types": [
{
"transaction_type": "pix_out",
"entry_types": [
{
"entry_type": "pix_out_fee",
"amount_type": "value",
"amount": 250
}
]
}
]
}Update a Billing Plan
Billing Plan List Query
Billing Plan Details Query
Last updated