Endpoint: /payment-request/
Method: POST
Field | Type | Required | Description |
---|---|---|---|
PaymentSettingId | string | Yes | ID of the payment setting being used. |
currency | string | Yes | Currency code for the payment. |
amountUSD | number | Yes | Amount in USD. |
amount | number | Yes | Amount in the specified currency. |
memo | string | No | Optional memo describing the purpose of payment. |
This endpoint allows you to create a new payment request, specifying the payment setting ID, currency, amounts, and an optional memo.
JWT Authorization header using the Bearer scheme. Format: "Bearer {token}"
Success
The response is of type object
.