#Nanda Kumar-card

1 messages · Page 1 of 1 (latest)

exotic sedge
#

Yes you can. Are you trying to just collect the card info or collect the card info while taking a payment?

hoary tiger
#

No, our partner send the tokenized card information. Our payment service is accept only payment methods

#

so I want to convert that card token into payment method

#

new PaymentMethodCreateOptions { Card = new PaymentMethodCardOptions { Token = "card_token" } };

#

is this only way?