#purse-jean-laperre_docs

1 messages ¡ Page 1 of 1 (latest)

swift ibexBOT
#

👋 Welcome to your new thread!

⏲️ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.

⏱️ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.

🔗 This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1498333461495152640

📝 Have more to share? Add more details, code, screenshots, videos, etc. below.

woeful cedar
broken ridge
#

Hello, it is possible to create a Stripe Token object with an Apple Pay token and then use that to create/confirm a payment intent. The call to create the token looks like this:

  -d pk_token=<PKPaymentToken.paymentData decoded as JSON> \
  -d pk_token_instrument_name=<PKPaymentToken.paymentInstrumentName> \
  -d pk_token_payment_network=<PKPaymentToken.paymentNetwork> \
  -d pk_token_transaction_id=<PKPaymentToken.transactionIdentifier>```
Out of curiosity, can you tell me why you are looking to integrate with the Apple SDK directly? Is there some functionality you are looking to use that our integration does not support?
woeful cedar
#

Hey Pompey, thank you for your rapid answer. As a payment orchestrator, we are trying to find common integration between our partners.
This type of integration is quite common with the others, so it's a good news for us as this integration reduces drastically the effort.