Start Stripe Payment Method Setup
Start a hosted Stripe payment method setup flow for the organization. Redirect the user to redirect_url, then verify with checkout_id after the provider returns.
Authorization
BearerAuth In: header
Request Body
application/json
Request payload.
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
application/json
application/json
application/json
application/json
Was this page helpful?
Verify PayPal Payment Method Setup
Verify PayPal Payment Method Setup. Verify a PayPal payment method setup by checkout_id after the user returns from the provider. The response confirms whether the billing agreement was saved.
Create Embedded Payment Method Setup
Create Embedded Payment Method Setup. Create an embedded payment method setup session for collecting a payment method inside your interface. Store checkout_id and use embedded_checkout_token only in the payment collection component.