| Name | Type | Description | Notes |
|---|---|---|---|
| created | datetime | { "description" : "The UTC DateTime when the object was created.", "verbs":[] } | [optional] |
| changed_by | str | { "description" : "ID of the user who last updated the entity.", "verbs":[] } | [optional] |
| updated | datetime | { "description" : "The UTC DateTime when the object was last updated.", "verbs":[] } | [optional] |
| id | str | { "description" : "ID of the payment-method.", "verbs":["GET"] } | [optional] |
| crm_id | str | { "description" : "CRM ID of the product-rate-plan.", "verbs":] } | [optional] |
| account_id | str | { "description" : "ID of the account associated with the payment-method.", "verbs":["POST","GET"] } | |
| organization_id | str | [optional] | |
| name | str | { "description" : "Name of the payment-method.", "verbs":["POST","PUT","GET"] } | |
| description | str | { "description" : "Description of the payment-method.", "verbs":["POST","PUT","GET"] } | [optional] |
| card_holder_name | str | { "description" : "Name of the card holder", "verbs":["POST","PUT","GET"] } | [optional] |
| expiry_date | str | { "description" : "In the case of card payment methods this is the expiry date of the card, format should be MMYY including leading 0's. For example 0115 for January 2015.", "verbs":["POST","GET"] } | |
| card_type | str | { "description" : "Type of the card. In the case of card payment methods this is the payment type, for example VISA, MasterCard.", "verbs":["POST","GET"] } | [optional] |
| country | str | [optional] | |
| province | str | [optional] | |
| first_six | str | [optional] | |
| last_four | str | [optional] | |
| expiry_year | int | [optional] | |
| expiry_month | int | [optional] | |
| link_id | str | ||
| gateway | str | { "description" : "Gateway type for payment-method.", "verbs":["POST","GET"] } | |
| ip_address | str | {"description":"IP address associated with this payment method.","verbs":["POST","PUT","GET"]} | [optional] |
| ip_address_country | str | {"description":"Country of the IP address associated with this payment method.","verbs":["POST","PUT","GET"]} | [optional] |
| state | str | { "description" : "State of the payment-method.", "verbs":["POST","GET"] } | |
| deleted | bool | {"default" : "false", "description" : "Indicates if a payment-method has been retired. If a payment-method has been retired it can still be retrieved using the appropriate flag on API requests. Generally payment-methods will be retired by customers wanting to remove the payment method from their account. Caution should be used when requested deleted payment methods.", "verbs":["GET"] } | [optional] [default to False] |
| default_payment_method | bool | {"default" : "false", "description" : "Indicates if this is the default payment method for the account.", "verbs":["GET","POST","PUT"] } | [optional] [default to False] |
This repository was archived by the owner on Oct 17, 2023. It is now read-only.