Properties
Name | Type | Required | Description |
---|---|---|---|
amount | float | ✅ | The amount of the authorization, in units of the currency defined in currency. Decimal. |
card_id | str | ✅ | ID of the card. String starting with card_. |
currency | str | ✅ | The currency supported by the card. Three-letter ISO 4217 code. |
financial_impact | FinancialImpact | ✅ | Indicates the financial impact of the transaction. |
Indicates the financial impact of the transaction.
Properties
Name | Type | Required | Description |
---|---|---|---|
CREDIT | str | ✅ | "credit" |
DEBIT | str | ✅ | "debit" |