"url" key of the JSON.
```json theme={null}
{
"...": "...",
"url": "https://buy.polar.sh/polar_c_...", // [!code ++]
"...": "..."
}
```
"url" key of the JSON and open it.
```json theme={null}
{
"...": "...",
"...": "...",
"url": "https://buy.polar.sh/polar_cl_..." // [!code ++]
}
```
It looks like below:
"url" key of the JSON and open it.
```json theme={null}
{
"...": "...",
"url": "https://buy.polar.sh/polar_c_...", // [!code ++]
"...": "..."
}
```
It looks like below:
{seatInfo?.available} of {seatInfo?.total} seats available
{/* Assign new seat */}| Status | Role | Actions | |
|---|---|---|---|
| {seat.customer_email} |
|
{seat.seat_metadata?.role} | {seat.status === 'pending' && ( )} {seat.status === 'claimed' && ( )} |
Join {claimInfo?.organization}'s {claimInfo?.product} plan
Email: {claimInfo?.email}
theme=dark to your checkout session URL as obtained earlier. For example, if your checkout session URL is:\
[https://polar.sh/checkout/polar\_c\_ES7DwhlyvlYTPNaLiccKqiwJPda43FIzer](https://polar.sh/checkout/polar_c_ES7DwhlyvlYTPNaLiccKqiwJPda43FIzer)
You should use:\
[https://polar.sh/checkout/polar\_c\_ES7DwhlyvlYTPNaLiccKqiwJPda43FIzer?theme=dark](https://polar.sh/checkout/polar_c_ES7DwhlyvlYTPNaLiccKqiwJPda43FIzer?theme=dark)
The checkout session then looks like below:
theme=light to your checkout session URL.
For example:\
[https://polar.sh/checkout/polar\_c\_ES7DwhlyvlYTPNaLiccKqiwJPda43FIzer?theme=light](https://polar.sh/checkout/polar_c_ES7DwhlyvlYTPNaLiccKqiwJPda43FIzer?theme=light)
The checkout session then looks like below:
theme=dark to your checkout link.
For example, if your checkout link is:\
[https://sandbox-api.polar.sh/v1/checkout-links/polar\_cl\_QHMjrDLsORxLIRfyQlfyqF1TWUR6Cy4afVcd/redirect](https://sandbox-api.polar.sh/v1/checkout-links/polar_cl_QHMjrDLsORxLIRfyQlfyqF1TWUR6Cy4afVcd/redirect)
You should use:\
[https://sandbox-api.polar.sh/v1/checkout-links/polar\_cl\_QHMjrDLsORxLIRfyQlfyqF1TWUR6Cy4afVcd/redirect?theme=dark](https://sandbox-api.polar.sh/v1/checkout-links/polar_cl_QHMjrDLsORxLIRfyQlfyqF1TWUR6Cy4afVcd/redirect?theme=dark)
The checkout session then looks like below:
theme=light to your checkout link.
For example:\
[https://sandbox-api.polar.sh/v1/checkout-links/polar\_cl\_QHMjrDLsORxLIRfyQlfyqF1TWUR6Cy4afVcd/redirect?theme=light](https://sandbox-api.polar.sh/v1/checkout-links/polar_cl_QHMjrDLsORxLIRfyQlfyqF1TWUR6Cy4afVcd/redirect?theme=light)
The checkout session then looks like below:
| {{ $order->ordered_at->toFormattedDateString() }} | {{ $order->polar_id }} | {{ $order->amount }} | {{ $order->tax_amount }} | {{ $order->refunded_amount }} | {{ $order->refunded_tax_amount }} | {{ $order->currency }} | @endforeach