Stripe
Last updated
Last updated
GET /stripe/client-secret/{product_id} HTTP/1.1
Host:
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
POST /stripe/save-transaction HTTP/1.1
Host:
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 49
{
"payment_intent_id": "text",
"description": "text"
}