Account
Bank
Transfer
Discount
KYC
Supported
Mock
Mock Fiat Deposit
Mock fiat deposit with Maplerad.
POST
/
mock
/
deposit-fiat
Copy
curl --request POST \
--url https://staging-api.getpartna.com/v4/mock/deposit-fiat \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--header 'x-api-user: <api-key>' \
--data '{
"accountName": "",
"amount": 0,
"currency": "",
"username": ""
}'
Copy
{
"message": "success"
}
Body
application/json
Response
200
application/json
post mock deposit fiat ok
The response is of type object
.
Copy
curl --request POST \
--url https://staging-api.getpartna.com/v4/mock/deposit-fiat \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--header 'x-api-user: <api-key>' \
--data '{
"accountName": "",
"amount": 0,
"currency": "",
"username": ""
}'
Copy
{
"message": "success"
}
Assistant
Responses are generated using AI and may contain mistakes.