/checkout
Generated from openapi.yaml. 3 operations.Download the specification.
GET/v1/checkout/mandates/{id}
[Browser] Checkout view of a mandate
No authentication. This endpoint is public.
Path and query parameters
| Name | In | Required | Description |
|---|---|---|---|
| no | ||
| no |
Responses
| Status | Description |
|---|---|
200 | Limited mandate view |
401 | Invalid client_secret |
POST/v1/checkout/mandates/{id}/instruction
[Browser] Get the wallet authorization instruction
No authentication. This endpoint is public.
Path and query parameters
| Name | In | Required | Description |
|---|---|---|---|
| no | ||
| no |
Responses
| Status | Description |
|---|---|
200 | { instruction: base64 } |
POST/v1/checkout/mandates/{id}/refresh
[Browser] Re-check on-chain authorization; activates + settles first charge
No authentication. This endpoint is public.
Path and query parameters
| Name | In | Required | Description |
|---|---|---|---|
| no | ||
| no |
Responses
| Status | Description |
|---|---|
200 | Updated checkout view |