Own payment system integration
Last updated: 2021-10-20
Post view count: 5325
Sometimes after making an invoice payment a change in your own system is required (e.g. to check that the client has paid for the service).
InvoiceOcean has an option of integrating itself with your own system by entering your URL address in Settings > Online payments > Settings > API Call.
Below is an example of an API call:
http://www.yourapp.com/api?token=%7B%7Btoken%7D%7D&email=%7B%7Bemail%7D%7D&company_name=%7B%7Bcompany%7D%7D&invoice_id=%7B%7Binvoice_id
The API call can contain all the essential details regarding payments:
{{promocode}}, {{first_name}}, {{last_name}}, {{email}}, {{phone}}, {{post_code}}, {{city}}, {{street}}, {{country}}, {{comment}}, {{quantity}}, {{invoice_name}}, {{invoice_tax_no}}, {{invoice_post_code}}, {{invoice_city}}, {{invoice_street}}, {{invoice_country}}, {{invoice_comment}}, {{generate_invoice}}, {{name}}, {{description}}, {{oid}}, {{paid}}, {{price}}, {{product_id}}, {{id}}, {{referrer}}, {{token}}, {{invoice_id}}
Create unlimited invoices and more with InvoiceOcean. Start your 30-day free trial.
Sign up freeBack
Add Comment