Skip to end of banner
Go to start of banner

payment_gateway_card_update_parameters

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

 payment_gateway_card_parameters object data

Name

Type

Description

action

(mandatory)

String

Defines if a new or existing payment preference will be used. In the case of a payment preference then it also defines if the existing payment preference should be updated or not. The supported values are the following:

ADD, UPDATE, REMOVE

number

(mandatory and applicable only on add)

Number

The card's number, which should be a 16 digits number

expiration_month

(mandatory on add, optional on update)

NumberThe card's expiration month, which can be from 1 to 12

expiration_year

(mandatory on add, optional on update)

NumberThe card's expiration year which should be a 4 digits number

card_security_code

(optional, applicable only on add)

NumberThe security code of the card, which should be a 3 digits number

card_holder_name

(optional, applicable on add and update)

StringThe card holders name, as provided during the registration of the card

address_line_1

(optional, applicable on add and update)

StringInformation related with the card's billing address

address_line_2

(optional, applicable on add and update)

StringInformation related with the card's billing address

address_city

(optional, applicable on add and update)

StringInformation related with the card's billing address

address_zip

(optional, applicable on add and update)

StringInformation related with the card's billing address

address_state

(optional, applicable on add and update)

StringInformation related with the card's billing address

address_country

(optional, applicable on add and update)

StringInformation related with the card's billing address

default

(optional, applicable on add and update)

Boolean

It defines the default payment gateway card that should be used while automatically creating payments against that specific accounts receivable. The default card is also set on payments done using the specific payment preference, although the user can modify this information, by selecting an additional card. 

Note that on setting a card as the default, the previous default card is automatically replaced

  • No labels