# Payment method

The main payment access method:  `platform collection` and `platform collection(white label)`

Method introduction

The first two `access methods` require merchants to prepare their own wallets, and the funds are transferred to the merchant's own wallet. The platform is only responsible for notifying the merchant through asynchronous callbacks after monitoring the receipt records.

#### Platform collection <a href="#platform-collection" id="platform-collection"></a>

It simply accesses, and there is no need for the merchant to prepare a collection wallet. It also supports `multi-chain` `multi-currency` `multi-wallet` payment, funds `do not need to be collected`. It can `cross-chain withdrawal` and provide `integrated cash register`(support to adapt PC, H5).`multi-currency report`、`multi-ink report` and `account detail` can trace. The method does users worry-free and a one-stop collection service.

#### Platform collection（white label） <a href="#platform-collection" id="platform-collection"></a>

System Wallet based white label services, cryptocurrency payments on your website, `no payment logo`, customized cash registers for branded merchants


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://apidoc.tokenpay.me/description/payment-method.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
