List all Payins
Retrieve a list of payins.
warning
This API spec is a Work in Progress and is subject to change during Q2 2025.
Endpoint
GET /v1/payins
Scope
payins:all
Request
Query Parameters
All the following parameters are optional:
Name | Type | Description |
---|---|---|
page | integer | The number of the page to return. |
page_size | integer | The number of the size of the page. |
status | PENDING ABORTED IN_PROGRESS FULLFILLED | The status of the payins to retrieve |
Example
GET /v1/payins?page=1&page_size=30&status='PENDING'
Response
Name | Type | Description |
---|---|---|
output | Array<Payin> | The list of payins. |
code | string | The response status code text. |
Test the endpoint
- Production
- Sandbox
curl -X GET 'https://api.minteo.finance/v1/payouts' \
-H 'Authorization: Bearer <your-api-key>'
curl -X GET 'https://api.sandbox.minteo.finance/v1/payouts' \
-H 'Authorization: Bearer <your-api-key>'