Skip to main content

TransactionPart

account object
oneOf
null
acquiring object
oneOf
null
amount objectrequired

Total amount for this part

amountstringrequired

The amount of money. Example: 1000.12

Possible values: non-empty and <= 2147483647 characters

currencystringrequired

The currency of the money. Example: 'USD'

Possible values: non-empty and <= 10 characters

amountWithoutFee object
oneOf
null
atm object
oneOf
null
beneficiary object
oneOf
null
card object
oneOf
null
company object
oneOf
null
crypto object
oneOf
null
customer object
oneOf
null
fees object

Applied fees

oneOf
null
goal object
oneOf
null
mcc object
oneOf
null
merchant object
oneOf
null
payer object
oneOf
null
totalFee object
oneOf
null
typeTransactionPartType (string)required

Type of entity involved in transaction

Possible values: [CUSTOMER, COMPANY, VAULT, MERCHANT, BENEFICIARY, ATM, ACQUIRING, PAYER]

vault object
oneOf
null
TransactionPart
{
"account": "null",
"acquiring": "null",
"amount": {
"amount": "string",
"currency": "string"
},
"amountWithoutFee": "null",
"atm": "null",
"beneficiary": "null",
"card": "null",
"company": "null",
"crypto": "null",
"customer": "null",
"fees": "null",
"goal": "null",
"mcc": "null",
"merchant": "null",
"payer": "null",
"totalFee": "null",
"type": "CUSTOMER",
"vault": "null"
}