Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ActivePaymentAttemptStatus ¶ added in v3.18.0
type ActivePaymentAttemptStatus string
const ( ActivePaymentAttemptStatusInited ActivePaymentAttemptStatus = "inited" ActivePaymentAttemptStatusRequiresIdentification ActivePaymentAttemptStatus = "requires_identification" ActivePaymentAttemptStatusRequiresChallenge ActivePaymentAttemptStatus = "requires_challenge" ActivePaymentAttemptStatusRequiresRedirection ActivePaymentAttemptStatus = "requires_redirection" ActivePaymentAttemptStatusAuthorized ActivePaymentAttemptStatus = "authorized" ActivePaymentAttemptStatusRefused ActivePaymentAttemptStatus = "refused" ActivePaymentAttemptStatusPendingAuthorization ActivePaymentAttemptStatus = "pending_authorization" )
type PaymentAttemptStatus ¶
type PaymentAttemptStatus string
const ( PaymentAttemptStatusInited PaymentAttemptStatus = "inited" PaymentAttemptStatusRequiresIdentification PaymentAttemptStatus = "requires_identification" PaymentAttemptStatusRequiresChallenge PaymentAttemptStatus = "requires_challenge" PaymentAttemptStatusRequiresRedirection PaymentAttemptStatus = "requires_redirection" PaymentAttemptStatusAuthorized PaymentAttemptStatus = "authorized" PaymentAttemptStatusRefused PaymentAttemptStatus = "refused" PaymentAttemptStatusPendingAuthorization PaymentAttemptStatus = "pending_authorization" )
type PaymentMethodType ¶
type PaymentMethodType string
const ( PaymentMethodTypeCard PaymentMethodType = "card" PaymentMethodTypeIdeal PaymentMethodType = "ideal" PaymentMethodTypeSofort PaymentMethodType = "sofort" PaymentMethodTypeBancontact PaymentMethodType = "bancontact" PaymentMethodTypeGooglePay PaymentMethodType = "google_pay" PaymentMethodTypeDotpay PaymentMethodType = "dotpay" PaymentMethodTypeGiropay PaymentMethodType = "giropay" PaymentMethodTypeApplePay PaymentMethodType = "apple_pay" PaymentMethodTypeUpi PaymentMethodType = "upi" PaymentMethodTypeNetbankingEmandates PaymentMethodType = "netbanking_emandates" PaymentMethodTypePaypalExpressCheckout PaymentMethodType = "paypal_express_checkout" PaymentMethodTypeDirectDebit PaymentMethodType = "direct_debit" PaymentMethodTypeBoleto PaymentMethodType = "boleto" PaymentMethodTypeVenmo PaymentMethodType = "venmo" PaymentMethodTypeAmazonPayments PaymentMethodType = "amazon_payments" PaymentMethodTypePayTo PaymentMethodType = "pay_to" PaymentMethodTypeFasterPayments PaymentMethodType = "faster_payments" PaymentMethodTypeSepaInstantTransfer PaymentMethodType = "sepa_instant_transfer" PaymentMethodTypeKlarnaPayNow PaymentMethodType = "klarna_pay_now" PaymentMethodTypeOnlineBankingPoland PaymentMethodType = "online_banking_poland" PaymentMethodTypePayconiqByBancontact PaymentMethodType = "payconiq_by_bancontact" PaymentMethodTypeElectronicPaymentStandard PaymentMethodType = "electronic_payment_standard" PaymentMethodTypeKbcPaymentButton PaymentMethodType = "kbc_payment_button" PaymentMethodTypePayByBank PaymentMethodType = "pay_by_bank" PaymentMethodTypeTrustly PaymentMethodType = "trustly" PaymentMethodTypeStablecoin PaymentMethodType = "stablecoin" PaymentMethodTypeKakaoPay PaymentMethodType = "kakao_pay" PaymentMethodTypeRevolutPay PaymentMethodType = "revolut_pay" PaymentMethodTypeCashAppPay PaymentMethodType = "cash_app_pay" PaymentMethodTypeWechatPay PaymentMethodType = "wechat_pay" PaymentMethodTypeAlipay PaymentMethodType = "alipay" )
Click to show internal directories.
Click to hide internal directories.