Preloaded Balances¶
Manage agency balances for prepaid payment operations.
Authentication¶
Preloaded Balance endpoints use API Key authentication. See Authentication.
Agency Management¶
| Endpoint | Method | Description |
|---|---|---|
| Create Agency | POST | Register a new agency |
| Set Recharge Limits | PUT | Configure min/max recharge amounts |
| List Agencies | GET | List all registered agencies |
Balance Operations¶
| Endpoint | Method | Description |
|---|---|---|
| Recharge Balance | POST | Generate a recharge payment link |
| Add External Recharge | POST | Record an external recharge with receipt |
| List Recharges | GET | List all recharge transactions |
| Consult Balance | GET | Check agency available balance |
Payments¶
| Endpoint | Method | Description |
|---|---|---|
| Create Payment Link | POST | Generate a payment link for a reservation |
| Pay with Balance | POST | Pay using preloaded balance |
| Refund to Balance | POST | Refund amount back to balance |