CreateFinancialTransactionInput
Financial Transaction
Input Fields
ref (
String!
)
type (
String!
)
Type of the FinancialTransaction
, typically used by the Orchestration Engine to determine the workflow that should be applied. Unless stated otherwise, no values are enforced by the platform.
Max character limit: 25.
amount (
Float!
)
scale (
Int
)
The number of digits to scale down to
unscaledValue (
Int
)
The unscaled value
currency (
String!
)
Max character limit: 3.
externalTransactionCode (
String
)
externalTransactionId (
String
)
cardType (
String
)
The card type used for the payment
paymentMethod (
String!
)
paymentProvider (
String
)
order (
OrderId!
)
attributes (
[AttributeInput]
)