# CreateCheckoutUrlResponse

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **string** | Unique identifier generated for this checkout URL | 
**url** | **string** | URL for buyer to complete payment | 

## Example

```json
{
  "id": "TBCItOjmR52dFo1a6JxCqQ",
  "url": "https://pay.bleumi.io/?id=TBCItOjmR52dFo1a6JxCqQ"
}
```
