required:
- amount
- currency
type: object
properties:
currency:
type: string
description: ' The three character currency code. See list of <a href="/products/access/reference/supported-countries-currencies#iso-currency-codes">supported currencies</a> '
example: USD
amount:
type: integer
description: >-
The payment amount. Implied decimal. For example, 250 GBP = £2.50
When set to `0` will perform a card verification instead of a payment as
part of a new `customerAgreement`.
format: int32
example: 250