v1

latestOpenAPI 3.1.02026-07-241210356.3 KB
Transactions

Check Card Transaction (J2)

post/Transactions/Check

Headers

api-keystring required

API Key

secret-keystring required

Secret Key

Request body

terminal_uidstring required

Unique identifier for terminal

cashier_uidstring required

Unique identifier for cashier

credit_terms1 | 6 | 8 required

1-regular OR 6-credit OR 8-payment

amountnumber required
currency_codestring required
create_tokenboolean

nullable (In case you have tokenization permission, you can decide if you would like to return the token of the customer for future charges)

use_tokenboolean required

If true , token is required

tokenstring

Required only if use_token is true

customer_name_invoicestring

Required only if customer_uid is null and have integrated invoice system

customer_uidstring

Mandatory if use_token is true, customer object can be used instead

idstring

Payer credit card holder identification number

extra_infostring
more_info_1string

nullable (Additional Information)

more_info_2string

nullable (Additional Information)

more_info_3string

nullable (Additional Information)

more_info_4string

nullable (Additional Information)

more_info_5string

nullable (Additional Information)

notesstring

Example request

{
  "products": [
    {
      "discount_value": 10
    }
  ]
}

Response

200

dataobject

Example response

{
  "results": {
    "status": "success",
    "description": "operation has been success"
  }
}