Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 1.19 KB

ChargeRequestPaymentMethod.md

File metadata and controls

20 lines (17 loc) · 1.19 KB

# ChargeRequestPaymentMethod

Properties

Name Type Description Notes
type string Type of payment method
cvc string Optional, It is a value that allows identifying the security code of the card. Only for PCI merchants
exp_month string Card expiration month
exp_year string Card expiration year
name string Cardholder name
number string Card number
customer_ip_address string Optional field used to capture the customer's IP address for fraud prevention and security monitoring purposes [optional]
expires_at int Method expiration date as unix timestamp [optional]
monthly_installments int How many months without interest to apply, it can be 3, 6, 9, 12 or 18 [optional]
token_id string [optional]
payment_source_id string [optional]
contract_id string Optional id sent to indicate the bank contract for recurrent card charges. [optional]

[Back to Model list] [Back to API list] [Back to README]