Create new Invoice

Creates a new Invoice for the merchant.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params
string

E-mail address for the customer notifications. May be required for newly registered merchants.

customerProfile

Optional customer profile details to attach to the invoice.

invoice
object
required

Invoice amount and currency details.

string

E-mail address where merchant notifications will be sent.

url
length between 0 and 512

Webhook URL where invoice webhooks will be sent.

product
object

Product information associated with this invoice.

string
length between 0 and 512

Any data the merchant wishes to store in the invoice. It might be, for instance, a JSON or any other string identifying the Invoice in the merchant's system.

string
length between 0 and 512

URL where the customer will be redirected after the payment.

settlement
object
required

Settlement details specifying how merchant will receive funds.

Headers
string
length between 0 and 100

The name of the payment gateway integration solution (a higher-level payment gateway or plugin which integrates this payment gateway). This header is not meant to be used by direct merchant integrations and replaces the legacy 'X-Payment-Module' header. Only basic letters, numbers, underscore('_'), dash ('-'), dot ('.') and space (' ') are allowed.

string
length between 0 and 50

The version of the payment gateway integration solution (a higher-level payment gateway or plugin which integrates this payment gateway). This header is not meant to be used by direct merchant integrations. Only basic letters, numbers, dash ('-'), dot ('.') and space (' ') are allowed.

string
enum
Defaults to application/json

Generated from available response content types

Allowed:
Responses

Language
Credentials
Bearer
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json
*/*