Account
Bank
Transfer
Discount
KYC
Supported
Mock
Mock Deposit
Mock crypto and fiat deposit.
POST
/
mock
/
deposit
Copy
curl --request POST \
--url https://staging-api.getpartna.com/v4/mock/deposit \
--header 'Content-Type: application/json' \
--data '{
"accountName": "",
"amount": 0,
"confirmations": 0,
"currency": "",
"fiatEvent": "",
"fromAddress": "",
"network": "",
"reference": "",
"txHash": "",
"username": ""
}'
Copy
{
"message": "deposit in progress!"
}
Body
application/json
Response
200
application/json
post mock deposit ok
The response is of type object
.
Copy
curl --request POST \
--url https://staging-api.getpartna.com/v4/mock/deposit \
--header 'Content-Type: application/json' \
--data '{
"accountName": "",
"amount": 0,
"confirmations": 0,
"currency": "",
"fiatEvent": "",
"fromAddress": "",
"network": "",
"reference": "",
"txHash": "",
"username": ""
}'
Copy
{
"message": "deposit in progress!"
}
Assistant
Responses are generated using AI and may contain mistakes.