Type Alias CreateCryptoPaymentTokenResult
CreateCryptoPaymentTokenResult: | { cryptoPaymentToken: string; error?: undefined } | { cryptoPaymentToken?: undefined; error: StripeError<OnrampError> } Type declaration
- { cryptoPaymentToken: string; error?: undefined }
cryptoPaymentToken: string
Optionalerror?: undefined
- { cryptoPaymentToken?: undefined; error: StripeError<OnrampError> }
OptionalcryptoPaymentToken?: undefined
Result of creating a crypto payment token for the currently selected payment method.