Twilio Changelog | Apr. 09, 2024
Stripe Pay Connector now returns Payment Method Object ID for direct transactions
We have added the ability for you to perform transactions using the PaymentMethod object directly with Stripe. You can now pass payment-method as a value for tokenType attribute in <Pay> to create a Payment Method Object within Stripe. Twilio’s action callback will send the PaymentMethod Object ID in the PaymentToken parameter in a POST request to your action URL. Twilio’s Stripe Pay Connector allows you to perform transactions of type charge and tokenize. However, you can use PaymentMethod Object ID directly with Stripe’s Payment Intents API to perform void/canceling of payment transactions. Learn more about this feature in our docs. |