curl --request POST \
--url https://api.closebot.com/agency/billing/refill \
--header 'Content-Type: application/json' \
--header 'X-CB-KEY: <api-key>' \
--data '
{
"amount": 123,
"currency": "<string>"
}
'Attempts to charge the payment method on file for the agency to refill the agency wallet.
Invoking this endpoint will charge you. Use with caution.
curl --request POST \
--url https://api.closebot.com/agency/billing/refill \
--header 'Content-Type: application/json' \
--header 'X-CB-KEY: <api-key>' \
--data '
{
"amount": 123,
"currency": "<string>"
}
'