PaymentMethod Object Model
Object model for the PaymentMethod object
Information about the payment method for the transaction.
Card expiration date in format MMYY or MM/YY. This field is required when using the card
method.
5
The card number. Required when method is card
and a storedMethodId isn't included.
20
Method to use for the transaction. For transactions with a credit or debit card, or a tokenized card, use card
.
card
Card Verification Value (CVV) associated with the card number. We strongly recommend that you include this field when using card
as a method.
4
Cardholder name.
250
ZIP code for the billing address of cardholder. We strongly recommend that you include this field when using card
as a method.
50
Strongly recommended The cardholder-initiated transaction (CIT) or merchant-initiated transaction (MIT) indicator for the transaction. If you don't specify a value, Payabli defaults to merchant
.
Available values:
payor
: For cardholder-initiated transactionsmerchant
: For merchant-initiated transactions
See Understanding CIT and MIT Indicators for more information.
When true
, Payabli saves the payment method if the transaction is successful. The payment method ID is returned in the response as methodReferenceId
. Defaults to false
.
Was this page helpful?