Metadata-Version: 2.1
Name: ccpayment
Version: 1.0.4
Summary: ccpayment API
Home-page: https://github.com/cctip/ccpayment-sdk-python/ccpayment
Platform: all
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Description-Content-Type: text/markdown

# ccpayment
## Reference of functions
Specific parameters: Refer to the API documentation<br>
Document Address : https://doc.ccpayment.com/ccpayment-for-merchant/home

| Name              | Description                                                                                                                                                                                              |
|-------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| get_support_token | Obtain the token list supported by merchants                                                                                                                                                             |
| get_token_chain   | Obtain the list of the available networks for a certain token                                                                                                                                            |
| create_order      | Manage 100% of your front-end interactions and use our APIs to build your own checkout page.                                                                                                             |
| checkout_url      | Simplify your integration by utilizing CCPayment's hosted checkout page. CCPayment will generate a checkout URL to merchant, it will direct customers to CCPayment hosted checkout page to make payment. |
| withdraw          | Call the withdrawal API to initiate withdrawals                                                                                                                                                          |
| check_user        | Check the Validity of Cwallet ID                                                                                                                                                                         |
| get_token_rate    | The amount of USD converted into tokens                                                                                                                                                                  |
| assets            | Obtain details of merchant's assets                                                                                                                                                                      |
| network_fee       | Obtain the network fee of a certain network                                                                                                                                                              |
| webhook           | Notification of order callbacks                                                                                                                                                                          |
| get_order_info    | Obtain Order Information                                                                                                                                                                                            |
