All URIs are relative to /api
Method | HTTP request | Description |
---|---|---|
fetch_catlog | GET /instances/{instance_key}/business/catalog | Fetches the catlog. |
send_payment_request | POST /instances/{instance_key}/business/payment-request | Send a payment request. |
crate::models::ApiResponse fetch_catlog(instance_key) Fetches the catlog.
Gets list of all products registered by you.
Name | Type | Description | Required | Notes |
---|---|---|---|---|
instance_key | String | Instance key | [required] |
- Content-Type: Not defined
- Accept: /
[Back to top] [Back to API list] [Back to Model list] [Back to README]
crate::models::ApiResponse send_payment_request(instance_key, data) Send a payment request.
Sends an payment request to a user. Feature is still in beta.
Name | Type | Description | Required | Notes |
---|---|---|---|---|
instance_key | String | Instance key | [required] | |
data | PaymentRequestPayload | Data | [required] |
- Content-Type: application/json
- Accept: /
[Back to top] [Back to API list] [Back to Model list] [Back to README]