InitPayInRequest
amountPayment amount
currencyPayment currency
external_order_idMerchant-side unique order ID
methodPayment method
callback_urlCallback URL for payment status updates
InitPayInResponse
idInternal payment ID
Payment details object. Structure depends on the selected payment method.
ttlTime-to-live in seconds
acceptedWhether the payment initialization was accepted
failure_reasonMachine-readable failure reason
failure_descriptionHuman-readable failure description
trace_idTrace ID for debugging and support
PaymentDataP2P
account_numberaccount_holder_namebank_nameInitPayoutRequest
amountPayout amount
currencyPayout currency
external_order_idMerchant-side unique payout order ID
destinationRecipient destination (card/account)
methodPayout method
callback_urlCallback URL for payout status updates
InitPayoutResponse
idInternal payout ID
acceptedWhether payout initialization was accepted
failure_reasonMachine-readable failure reason
failure_descriptionHuman-readable failure description
trace_idTrace ID for debugging and support
OrderDetailsResponse
idInternal order ID
external_order_idMerchant-side external order ID
directionOrder direction
methodPayment method
statusCurrent order status
currencyOrder currency
amountOriginal requested amount
amount_processedActually processed amount
feeApplied fee amount
Additional order metadata
created_atUnix timestamp when the order was created
updated_atUnix timestamp when the order was last updated