Recharge agency balance¶
To perform a balance top-up, send a POST request to the following endpoint. This will generate a payment link for the agency to complete the payment:
Query parameters¶
| PARAMETERS | TYPE | REQ. | DESCRIPTION |
|---|---|---|---|
| agency_id | Integer | Yes | The unique ID of the agency |
Body¶
Request using the POST method, this endpoint creates a new agency
Body parameters¶
| PARAMETER | TYPE | REQUIRED | DESCRIPTION |
|---|---|---|---|
amount | Float | Yes | The amount to be recharged |
currency | String | Yes | The currency for the recharge (must be COP) |