Payment Methods API
Attributes
AttributeTypeDescription
id
String
Id do meio de pagamento.
name
String
Nome do meio de pagamento.
payment_type_id
String
Tipo de meio de pagamento.
ticket
Printed ticket.
atm
Payment by ATM.
credit_card
Payment by credit card.
debit_card
Payment by debit card.
prepaid_card
Payment by prepaid card.
status
String
Estado do meio de pagamento.
active
Available for use.
deactive
Decommissioned, we don't support it anymore.
temporally_deactive
Unavailable for use, possible interruption of the service.
secure_thumbnail
String
Logo a mostrar em sites seguros.
thumbnail
String
Logo a mostrar.
deferred_capture
String
Indica se a captura pode ser lenta ou não.
supported
This payment method supports authorization and capture operations.
unsupported
Deferred capture is not available for this payment method.
does_not_apply
Cash payment methods don't allow deferred capture.
settings
Object
Configuração de métodos de pagamento.
bin
Object
pattern
String
A expressão regular, representando bines aceitos.
exclusion_pattern
String
A expressão regular, representando bines excluídos.
installments_pattern
String
A expressão regular, representando bines aceitos para pagar com mais de uma cota.
card_number
Object
length
String
Comprimento do número do cartão de crédito.
validation
String
Em tanto e quanto, o número do cartão possa ser validado com um algoritmo cheksum (usualmenet Luhn)
standard
The card number should validate Luhn's algorithm.
none
There is no algorithm to validate the checksum.
security_code
Object
mode
String
Indica se o código de segurança é obrigatório ou não.
mandatory
The security code should be given to process the payment.
optional
A payment could be issued without the security code.
length
Number
Comprimento do código de segurança.
card_location
String
Localização do código de segurança do cartão do cartão.
back
The security code is located in the back of the card.
front
The security code is located in the front of the card.
additional_info_needed
List(String)
Lista de informações que devem ser fornecidas pelo pagador.
cardholder_identification_number
Identification number of the card owner.
cardholder_identification_type
Identification type of the card owner.
cardholder_name
Name as seen in the card of the card owner.
issuer_id
Id of the card issuing entity.
min_allowed_amount
Number
Mínimo valor que pode ser processado com este meio de pagamento.
max_allowed_amount
Number
Máximo valor que pode ser processado com este meio de pagamento.
accreditation_time
Number
Tempo de processamento do pagamento.
financial_institutions
Object
Instituição financeira processando o meio de pagamento.
id
Integer
Identificador de instituição financeira externa
description
String
Nome descritivo para a instituição financeira.