Create terminal charge

A terminal charge is created using the terminal id, amount, and an optional tip amount. The currency is automatically applied based on the store’s default configuration. Once the charge is created, the response provides the details required to open the customer payment page and complete the transaction.

Body Params
string
required

Specify the ID of the terminal from which the charge should be created.

double
required

Enter the amount to be charged to the customer.

double

Add a tip value if you want to include an additional amount in the charge. If not provided, the charge will be processed without any tip.

custom_fields
array of objects

Use this field to include any extra information you want to attach to the charge, such as notes or internal references.

custom_fields
Response

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

Questions? Contact us