Skip to Content

PaymentMethod

Properties

NameTypeDescriptionNotes
idLongUnique identifier for the payment method.[default to null]
user_idLongUser ID who owns this payment method.[default to null]
gateway_nameStringPayment gateway name.[default to null]
gateway_payment_method_idStringPayment method ID from the gateway.[default to null]
typePaymentMethodTypeType of payment method.[default to null]
cardCardDetailsCard details if this is a card payment method.[optional] [default to null]
walletWalletDetailsWallet details if this is a wallet payment method.[optional] [default to null]
upiUPIDetailsUPI details if this is a UPI payment method.[optional] [default to null]
expiry_monthIntegerExpiry month for card payment methods.[optional] [default to null]
expiry_yearIntegerExpiry year for card payment methods.[optional] [default to null]
is_defaultBooleanWhether this is the default payment method.[default to null]
logoStringLogo URL for the payment method.[optional] [default to null]
is_cashBooleanWhether this is a cash payment method.[default to null]
nameStringName of the payment method.[optional] [default to null]
photoStringPhoto URL for the payment method.[optional] [default to null]
slugStringURL-friendly slug for the payment method.[optional] [default to null]
metadataanyAdditional metadata for the payment method.[default to null]
created_atDateTimestamp when the payment method was created.[default to null]
updated_atDateTimestamp when the payment method was last updated.[default to null]

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