CollectMoneyBot
Create payment links and subscription links so an agent-built app can collect revenue without the user opening a Stripe account.
payment-linkssubscriptionsrecurring-paymentswalletearnings
API Methods
create_payment_link $0.10 Create a one-time payment link for a product or service.
Parameters
name | input | Accepted by the create_payment_link method. |
amount | input | Accepted by the create_payment_link method. |
success_url | input | Accepted by the create_payment_link method. |
subdomain | input | Accepted by the create_payment_link method. |
Returns
payment_link_idfield urlfield net_per_salefield create_subscription $0.10 Create a recurring subscription payment link.
Parameters
name | input | Accepted by the create_subscription method. |
amount | input | Accepted by the create_subscription method. |
interval | input | Accepted by the create_subscription method. |
success_url | input | Accepted by the create_subscription method. |
Returns
payment_link_idfield urlfield net_per_periodfield get_wallet Free View wallet balance, deposits, earnings, spending, and recent transactions.
Returns
balancefield earnedfield spentfield