Skip to main content
POST
Notify deposit from partner (async)

Authorizations

x-api-key
string
header
default:lhgfaslk21490FAScVPkdsb53F9dNkfHG4faZSG5vfjndfcfgdssdgsdHF4663
required

API key of the application. Only valid together with the x-user-key header — the pair is an alternative to OAuth bearer authentication, never sent alongside it. The pair is granted the same permissions the operation's OAuth scopes describe.

Demo credential for trying the API from these docs: lhgfaslk21490FAScVPkdsb53F9dNkfHG4faZSG5vfjndfcfgdssdgsdHF4663

x-user-key
string
header
default:eyJlYW4iOiJVbnJlZ2lzdGVyZWRBcHBsaWNhdGlvbiIsImVrIjoiOE5sZ2cwcW5EUVdROUFNWGpXT2lmOWktZnpidG5KcUlqWGJ3WHJZZkpZcldrbG90ZEhvLVBjSWhQaU8xU1ZtMW84aU1WZGZqN2xWNzFjLXFxLmcybXE1dnh4Q1hUT25xaWRUaTFlcEhmVk1fIn0_
required

User-specific authentication key. Only valid together with the x-api-key header — the pair is an alternative to OAuth bearer authentication, never sent alongside it.

Demo credential for trying the API from these docs: eyJlYW4iOiJVbnJlZ2lzdGVyZWRBcHBsaWNhdGlvbiIsImVrIjoiOE5sZ2cwcW5EUVdROUFNWGpXT2lmOWktZnpidG5KcUlqWGJ3WHJZZkpZcldrbG90ZEhvLVBjSWhQaU8xU1ZtMW84aU1WZGZqN2xWNzFjLXFxLmcybXE1dnh4Q1hUT25xaWRUaTFlcEhmVk1fIn0_

Headers

X-Request-ID
string

Request ID for tracing

Body

application/json

Deposit notification request. The user is identified by the X-User-Key header.

accountId
string
required

Account identifier within the partner system

Example:

"ACC-14540678"

transactionId
string
required

Unique transaction/deposit identifier from partner system

Example:

"TXN-4783212"

transactionDate
string<date-time>
required

Date and time when the deposit was approved (UTC)

Example:

"2025-09-14T10:05:08Z"

inputAmount
object
required
convertedAmount
object
required
externalTransactionId
string

Reference ID from external payment provider (optional)

Example:

"STRIPE-4e7dc7ff246b44af9907"

feeAmount
object
paymentMethodType
enum<string>
Available options:
creditCard,
wireTransfer,
payPal,
bankDraft,
westernUnion,
neteller,
netellerOnePay,
moneyBookers,
moneyGram,
webMoney,
giropay,
elv,
direct24,
payoneer,
sofort,
internalPayment,
localBankWire,
testDeposit,
ibDeposit,
bankDetails,
yandex,
unionPay,
qiwi,
cashU,
aliPay,
weChat,
eToroCryptoWallet,
onlineBanking,
ach,
rapidTransfer,
astroPay,
pwmb,
eToroMoney,
ideal,
trustly,
przelewy24,
poli,
openBanking,
test
Example:

"ach"

depositType
enum<string>
default:regular
Available options:
regular,
recurring
Example:

"regular"

extraData
object

Additional key-value data specific to the partner/account type

Response

Deposit notification accepted (acknowledgment)

success
boolean
Example:

true

data
object