finished sdk

This commit is contained in:
John Yeo
2026-02-19 16:05:43 +00:00
591 changed files with 38404 additions and 6418 deletions

View File

@@ -69,3 +69,13 @@ import { DynamicResponseExample } from "/components/dynamic-response-example.jsx
<DynamicResponseField name="url" type="string">
URL to the payment setup page
</DynamicResponseField>
<ResponseExample>
```json 200
{
"customer_id": "cus_123",
"payment_url": "https://checkout.stripe.com/..."
}
```
</ResponseExample>