> For the complete documentation index, see [llms.txt](https://cryptadium.gitbook.io/cryptadium-api/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://cryptadium.gitbook.io/cryptadium-api/basics/interactive-blocks.md).

# Payments with static wallets for clients

## Static wallet for merchant's client (FormData)

> Create a payment with a static wallet  \
> This endpoint allows you to create a new payment page, with a wallet which will be linked to the specified ClientId

```json
{"openapi":"3.0.3","info":{"title":"Cryptadium","version":"1.0.0"},"tags":[{"name":"API V 2.0"}],"servers":[{"url":"https://dashboard.cryptadium.com"}],"paths":{"/api/v1/payment/pages/static-wallet":{"post":{"tags":["API V 2.0"],"summary":"Static wallet for merchant's client (FormData)","description":"Create a payment with a static wallet  \nThis endpoint allows you to create a new payment page, with a wallet which will be linked to the specified ClientId","operationId":"formdata","requestBody":{"content":{"multipart/form-data":{"schema":{"type":"object","properties":{"Amount":{"type":"string"},"AmountFiat":{"type":"string"},"BillingId":{"type":"string"},"CheckBilling":{"type":"string"},"ClientId":{"type":"string"},"Currency":{"type":"string"},"Email":{"type":"string"},"FiatCurrency":{"type":"string"},"Lastname":{"type":"string"},"Name":{"type":"string"},"ShopId":{"type":"string"}}}}}},"responses":{"200":{"description":""}}}}}}
```

{% openapi src="/files/v0XqKZJ8b8s8SJO6UDfp" path="/api/v1/payment/static-wallet" method="post" %}
[cryptadium\_openapi\_ENG\_2 (3).yml](https://795073012-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FAWqyEFylPpQUQsRqrZu6%2Fuploads%2F0cwZxd7AC8Irf99qgLn7%2Fcryptadium_openapi_ENG_2%20\(3\).yml?alt=media\&token=0e1efd4b-2c92-4a17-b0b6-bc85176f8f2e)
{% endopenapi %}
