Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 1.13 KB

CardsAuthorizationBody.md

File metadata and controls

21 lines (15 loc) · 1.13 KB

CardsAuthorizationBody

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.

FinancialImpact

Indicates the financial impact of the transaction.

Properties

Name Type Required Description
CREDIT str "credit"
DEBIT str "debit"