LirPay
OpenAPI

Read account and method capabilities

Use these endpoints to discover the authenticated account, currencies, payment methods, and withdrawal requirements.

GEThttps://lirpay.org/api/v2/integration/account

Read the merchant, key environment, scopes, and account availability.

API key required
{
  "merchant_id": "6d14a419-a00b-4fc0-9613-9c8959ed20c2",
  "business_name": "Acme Store",
  "mode": "test",
  "livemode": false,
  "api_key_id": "77804ef5-b311-4a76-a0ec-1663909aa0fd",
  "scopes": ["projects:read", "payments:read"],
  "active": true
}
GEThttps://lirpay.org/api/v2/integration/currencies

List currencies, decimals, chains, and supported operations.

API key required

Use operations to decide whether a currency supports balances, payments, withdrawals, or conversions.

GEThttps://lirpay.org/api/v2/integration/payment-methods

List every hosted checkout method and its operational availability.

API key required

Unavailable methods remain in the response with available: false and an unavailable_reason.

GEThttps://lirpay.org/api/v2/integration/withdrawal-methods

List payout methods, fees, limits, recipient schemas, and review rules.

API key requiredwithdrawals:read

Response fields

ParameterTypeInRequiredDescription
method_idstringbodynoStable identifier such as tron:USDT.
availablebooleanbodynoWhether this environment can use the method.
minimum_minorintegerbodynoMinimum request amount in minor units.
maximum_minorinteger|nullbodynoMaximum request amount. Null means no configured maximum.
daily_limit_minorinteger|nullbodynoDaily limit. Null means no configured daily limit.
network_fee_modesstring[]bodynoSupported fee modes: deduct and add.
feesobjectbodynoSystem and provider network fee model.
receiver_typestringbodynoExpected recipient identifier type.
provider_fieldsJSON SchemabodynoAdditional provider-specific recipient fields.
manual_reviewobjectbodynoalways_required is true for every live method; threshold_minor is 0.