TransactionPart
account object
oneOf
- null
- Account
null
acquiring object
oneOf
- null
- AcquiringPart
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
- Money
null
atm object
oneOf
- null
- AtmPart
null
beneficiary object
oneOf
- null
- Beneficiary
null
card object
oneOf
- null
- CardPart
null
company object
oneOf
- null
- CompanyPart
null
crypto object
oneOf
- null
- CryptoPart
null
customer object
oneOf
- null
- CustomerProfile
null
fees object
Applied fees
- null
- object
null
goal object
oneOf
- null
- GoalPart
null
mcc object
oneOf
- null
- MccPart
null
merchant object
oneOf
- null
- MerchantPart
null
payer object
oneOf
- null
- PayerPart
null
totalFee object
oneOf
- null
- Money
null
typeTransactionPartType (string)required
Type of entity involved in transaction
Possible values: [CUSTOMER, COMPANY, VAULT, MERCHANT, BENEFICIARY, ATM, ACQUIRING, PAYER]
vault object
oneOf
- null
- VaultPart
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"
}