Stripe

Get payment intent secret

get
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
product_idstringRequired
Responses
200Success
application/json
Responseany
get
/stripe/client-secret/{product_id}
200Success

No content

Save user transaction

post
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
payment_intent_idstringOptional
descriptionstringOptional
Responses
200Success
application/json
Responseany
post
/stripe/save-transaction
200Success

No content

Last updated