http://maasglobal.com/core/paymentSource.json
MaaS region schema
| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Defined In |
|---|---|---|---|---|---|---|
| Can be instantiated | No | Develop | No | Forbidden | Forbidden | core/paymentSource.json |
http://maasglobal.com/core/paymentSource.json
| Property | Type | Required | Nullable | Defined by |
|---|---|---|---|---|
| card | card | Optional | No | paymentSource (this schema) |
| customerId | complex | Required | No | paymentSource (this schema) |
| gateway | string |
Optional | No | paymentSource (this schema) |
| gatewayId | string |
Optional | No | paymentSource (this schema) |
| id | string |
Optional | No | paymentSource (this schema) |
| status | string |
Optional | No | paymentSource (this schema) |
| temporaryToken | string |
Optional | No | paymentSource (this schema) |
| type | enum |
Required | No | paymentSource (this schema) |
| valid | boolean |
Optional | No | paymentSource (this schema) |
card
http://maasglobal.com/core/card.jsoncustomerId
Any following options needs to be fulfilled.
string
All instances must conform to this regular expression
^[aepus]{2}-[\w]{4}-\d:[a-f\d]{8}(-[a-f\d]{4}){3}-[a-f\d]{12}$
string
All instances must conform to this regular expression
^[A-Fa-f0-9]{8}(-[A-Fa-f0-9]{4}){3}-[A-Fa-f0-9]{12}$
"eu-west-1:4828507e-683f-41bf-9d87-689808fbf958"
"4828507e-683f-41bf-9d87-689808fbf958"
gateway
stringstring
gatewayId
stringstring
id
stringstring
status
stringstring
temporaryToken
stringstring
type
enumThe value of this property must be equal to one of the known values below.
| Value | Description |
|---|---|
card |
|
paypal_express_checkout |
|
amazon_payments |
|
direct_debit |
|
generic |
|
alipay |
|
unionpay |
|
apple_pay |
valid
booleanboolean