#jagadish-raw-pans
1 messages · Page 1 of 1 (latest)
Hi 👋
If you are talking about using decrypted Apple Pay tokens and converting them to Stripe tokens, yes this is possible
I don't see any Server Side SDK has ability to create a token from apple pay payload
There are some undocumented parameters for the Tokens API https://stripe.com/docs/api/tokens/create_card
pk_token
pk_token_instrument_name
pk_token_payment_network
pk_token_transaction_id
These map to specific attributes of the ApplePayPaymentToken object: https://developer.apple.com/documentation/apple_pay_on_the_web/applepaypayment
jagadish-raw-pans
@rich rapids I would recommend reading https://support.stripe.com/questions/enabling-access-to-raw-card-data-apis too
Raw card data hopefully solve credit card problem. I am still not sure about apple pay.
@vapid parcel create card API is not clear on how the apple pay token is used in the request
Apple PAy works the same, this is not accessible by default and you'd work with our support team to get access and they can explain how it works
use that support article to ask for access
Sure. Thanks for the help guys.