Name | Value | Description |
---|---|---|
american_express | american_express |
|
cartes_bancaires | cartes_bancaires |
|
diners_club | diners_club |
|
discover | discover |
|
maestro | maestro |
|
mastercard | mastercard |
|
visa | visa |
|
Interfaces: None
Field | Type | Required? | Default | Description |
---|---|---|---|---|
line1 | string | Yes | - |
|
line2 | string | No | - |
|
line3 | string | No | - |
|
city | string | No | - |
|
state | string | No | - |
|
postal | string | No | - |
|
country | string | Yes | - | The ISO 3166-3 country code. Case insensitive. See https://api.flow.io/reference/countries
Example: CAN |
Interfaces: None
Field | Type | Required? | Default | Description |
---|---|---|---|---|
line1 | string | Yes | - |
|
line2 | string | No | - |
|
line3 | string | No | - |
|
city | string | No | - |
|
state | string | No | - |
|
postal | string | No | - |
|
country | string | Yes | - | The ISO 3166-3 country code. Case insensitive. See https://api.flow.io/reference/countries
Example: CAN |
Interfaces: None
Field | Type | Required? | Default | Description |
---|---|---|---|---|
bic | string | Yes | - |
|
iban | string | Yes | - |
|
mandateId | string | Yes | - |
|
mandateType | string | Yes | - |
|
billingAddress | address | No | - |
|
Interfaces: None
Field | Type | Required? | Default | Description |
---|---|---|---|---|
bic | string | Yes | - |
|
iban | string | Yes | - |
|
mandateId | string | Yes | - |
|
mandateType | string | Yes | - |
|
billingAddress | addressForm | No | - |
|
Interfaces: None
Field | Type | Required? | Default | Description |
---|---|---|---|---|
type | cardType | Yes | - |
|
number | string | Yes | - |
Example: 4111-1111-1111-1111 |
expirationMonth | integer | Yes | - | The month of expiration expressed as a number. 1 = January, 12 = December
Minimum: 1 |
expirationYear | integer | Yes | - | The 4 digit expiration year
Example: 2017 |
name | string | Yes | - |
|
Interfaces: None
Field | Type | Required? | Default | Description |
---|---|---|---|---|
type | cardType | Yes | - |
|
number | string | Yes | - |
Example: 4111-1111-1111-1111 |
expirationMonth | integer | Yes | - | The month of expiration expressed as a number. 1 = January, 12 = December
Minimum: 1 |
expirationYear | integer | Yes | - | The 4 digit expiration year
Example: 2017 |
name | string | Yes | - |
|
Interfaces: None
Field | Type | Required? | Default | Description |
---|---|---|---|---|
card | card | Yes | - |
|
billingAddress | address | No | - |
|
Interfaces: None
Field | Type | Required? | Default | Description |
---|---|---|---|---|
card | cardForm | Yes | - |
|
billingAddress | addressForm | No | - |
|
Interfaces: None
The month and year at which a card expires
Field | Type | Required? | Default | Description |
---|---|---|---|---|
month | integer | Yes | - | The month of expiration expressed as a number. 1 = January, 12 = December
Minimum: 1 |
year | integer | Yes | - | The 4 digit expiration year
Example: 2017 |
Interfaces: None
Type | Discriminator Value | Example Json | Description |
---|---|---|---|
cardPayment | cardPayment | Minimal | Full |
|
bankPayment | bankPayment | Minimal | Full |
|