This endpoint allows you enable auto recharge.
Request
Example:{{x-auth-zapmail}}
Request samples
curl --location --request POST 'https://api.zapmail.ai/api/v2/wallet/enable-auto-recharge' \
--header 'x-auth-zapmail: '
Responses
application/json {
"message": "Add your payment method to enable auto-recharge",
"paymentLink": "https://example.com/payment-link/12345"
}
Modified at 2025-01-30 13:10:31