POST
/
transactions
/
product-transactions
/

Authorizations

Authorization
string
headerrequired

Body

application/json
id
string

Unique identifier for the transaction.

transaction_payments
object[]

Array of payment transactions associated with the product transaction.

amount
string
required

The amount of the transaction.

currency
string

The currency used in the transaction.

submissions
object[]

Array of submissions associated with the product transaction.

card_details
object

Details of the card used in the transaction.

currency_details
object

Details of the currency used in the transaction.

number
string | null

The number associated with the transaction.

created_on
string

Date and time when the transaction was created.

date
string

The date of the transaction.

invoice_number
string | null

The invoice number associated with the transaction.

verification_latitude
number

The latitude of verification in the transaction.

verification_longitude
number

The longitude of verification in the transaction.

method
enum<string> | null

The method used in the transaction.

Available options:
CARD,
INVOICE,
NONE
quality_correction
number

The quality correction value in the transaction.

quantity
string | null

The quantity associated with the transaction.

creator
string

Identifier of the user who created the transaction.

updater
string

Identifier of the user who last updated the transaction.

source
string
required

The source of the transaction.

destination
string
required

The destination of the transaction.

card
string

The card used in the transaction.

product
string
required

The product associated with the transaction.

parents
string[]

Array of parent transactions associated with the product transaction.

Response

201 - application/json
id
string

Unique identifier for the transaction.

transaction_payments
object[]

Array of payment transactions associated with the product transaction.

amount
string
required

The amount of the transaction.

currency
string

The currency used in the transaction.

type
string

The type of the transaction.

source_quantity
string

The quantity from the source in the transaction.

current_quantity
string

The current quantity in the transaction.

submissions
object[]

Array of submissions associated with the product transaction.

card_details
object

Details of the card used in the transaction.

currency_details
object

Details of the currency used in the transaction.

updated_on
string

Date and time when the transaction was last updated.

number
string | null

The number associated with the transaction.

created_on
string

Date and time when the transaction was created.

date
string

The date of the transaction.

invoice
string | null

The invoice associated with the transaction.

invoice_number
string | null

The invoice number associated with the transaction.

verification_latitude
number

The latitude of verification in the transaction.

verification_longitude
number

The longitude of verification in the transaction.

method
enum<string> | null

The method used in the transaction.

Available options:
CARD,
INVOICE,
NONE
quality_correction
number

The quality correction value in the transaction.

quantity
string | null

The quantity associated with the transaction.

creator
string

Identifier of the user who created the transaction.

updater
string

Identifier of the user who last updated the transaction.

source
string
required

The source of the transaction.

destination
string
required

The destination of the transaction.

card
string

The card used in the transaction.

product
string
required

The product associated with the transaction.

parents
string[]

Array of parent transactions associated with the product transaction.