#Swann-reactnative-paymentmethod
1 messages · Page 1 of 1 (latest)
you can yes
You have to call createPaymentMethod() which returns you the PaymentMethod ID
cardDetails will just have the raw card details that are entered into the CardField. You have to just call createPaymentMethod() to actually make an API request to create the PaymentMethod
Thanks!! 😄