react-native-stripe-api

    0熱度

    1回答

    我使用react-native-stripe-id從反應本機應用程序連接到Stripe。我創建了一張卡片,然後是客戶的令牌,然後爲他們訂閱: ... .then(card => { return stripeClient.createToken(card.cardNumber, card.expiryMonth, card.expiryYear, card.cvv); }) .th