Recurring Billing

I want easy billing for repeat customers and subscriptions.

Our APIs for recurring billing and subscription services make payments easier for repeat customers and enable you to manage subscription and membership programs. You can even build in free and paid trials, upgrade structures, flexible billing schedules, and special offers for loyal customers.

RecurringBilling-right

Sample Code

  1. curl-x POST -H "Accept: application/json"

  2. -H "Content-Type: application/json"

  3. {

  4. "request_action" : "CCAUTHCAP",

  5. "pmt_numb" : "4111111111111111",

  6. "pmt_expiry" : "012022",

  7. "li_count_1" : "1",

  8. "li_prod_id_1" : "33605",

  9. "req_username" : "api%40example.com",

  10. "req_password" : "Example1234",

  11. "site_id" : "11122",

  12. "request_response_format" : "JSON",

  13. "request_api_version" : "4.1",

  14. "request_currency" : "USD",

  15. "merch_acct_id" : "123456",

  16. "request_rebill" : "1",

  17. }'https://api.inoviopay.com/payment/pmt_service.cfm"

Ready to get started?