cURL
Reseller - Invoices
Pay invoice
Record a payment for an invoice and update its status in the system. This API is integral for maintaining accurate financial records.
POST
cURL
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
Invoice to add to the system.
Invoice ID in their system
Example:
"507f1f77bcf86cd799439011"
The expiry date of the invoice(unix timestamp in milliseconds)
Example:
"1672531200"
URL to access the invoice
Example:
"https://example.com/invoices/12345"
Subscription ID in our system
Example:
"sub_abc123"
The expiry date of the invoice(unix timestamp in milliseconds)
Example:
"1672531200"