POST
/
transactions
/
product-transactions

Authorizations

Authorization
string
header
required

Body

application/json
amount
string
required

The amount of the transaction.

destination
string
required

The destination of the transaction.

product
string
required

The product associated with the transaction.

source
string
required

The source of the transaction.

card
string

The card used in the transaction.

card_details
object

Details of the card used in the transaction.

created_on
string

Date and time when the transaction was created.

creator
string

Identifier of the user who created the transaction.

currency
string

The currency used in the transaction.

Minimum length: 1
currency_details
object

Details of the currency used in the transaction.

date
string

The date of the transaction.

id
string

Unique identifier for the transaction.

invoice_number
string | null

The invoice number associated with the transaction.

Maximum length: 100
method
enum<string> | null

The method used in the transaction.

Available options:
CARD,
INVOICE,
NONE
number
string | null

The number associated with the transaction.

Maximum length: 10
parents
string[]

Array of parent transactions associated with the product transaction.

quality_correction
number

The quality correction value in the transaction.

quantity
string | null

The quantity associated with the transaction.

submissions
object[]

Array of submissions associated with the product transaction.

transaction_payments
object[]

Array of payment transactions associated with the product transaction.

updater
string

Identifier of the user who last updated the transaction.

verification_latitude
number

The latitude of verification in the transaction.

verification_longitude
number

The longitude of verification in the transaction.

Response

201 - application/json
amount
string
required

The amount of the transaction.

destination
string
required

The destination of the transaction.

product
string
required

The product associated with the transaction.

source
string
required

The source of the transaction.

card
string

The card used in the transaction.

card_details
object

Details of the card used in the transaction.

created_on
string

Date and time when the transaction was created.

creator
string

Identifier of the user who created the transaction.

currency
string

The currency used in the transaction.

Minimum length: 1
currency_details
object

Details of the currency used in the transaction.

current_quantity
string

The current quantity in the transaction.

date
string

The date of the transaction.

id
string

Unique identifier for the transaction.

invoice
string | null

The invoice associated with the transaction.

invoice_number
string | null

The invoice number associated with the transaction.

Maximum length: 100
method
enum<string> | null

The method used in the transaction.

Available options:
CARD,
INVOICE,
NONE
number
string | null

The number associated with the transaction.

Maximum length: 10
parents
string[]

Array of parent transactions associated with the product transaction.

quality_correction
number

The quality correction value in the transaction.

quantity
string | null

The quantity associated with the transaction.

source_quantity
string

The quantity from the source in the transaction.

submissions
object[]

Array of submissions associated with the product transaction.

transaction_payments
object[]

Array of payment transactions associated with the product transaction.

type
string

The type of the transaction.

updated_on
string

Date and time when the transaction was last updated.

updater
string

Identifier of the user who last updated the transaction.

verification_latitude
number

The latitude of verification in the transaction.

verification_longitude
number

The longitude of verification in the transaction.