You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Enable secure payment processing during voice calls. When implemented in your voice application, it manages the entire payment flow, including data collection, validation, and processing, through your configured payment gateway.
12
+
Enable secure payment processing during voice calls.
13
+
When implemented in your voice application, it manages the entire payment flow —
14
+
collecting card details from the caller via DTMF, then POSTing them to a `payment_connector_url` you host.
15
+
Your server is responsible for charging the card through your payment processor (Stripe, Braintree, etc.) and returning the result to SignalWire.
0 commit comments