POST
/
mock
/
fiat-deposit
curl --request POST \
  --url https://staging-api.getpartna.com/v4/mock/fiat-deposit \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --header 'x-api-user: <api-key>' \
  --data '{
  "accountName": "account1",
  "amount": 123,
  "currency": "NGN"
}'
{
  "message": "mock deposit request successful"
}

Authorizations

x-api-key
string
header
required
x-api-user
string
header
required

Body

application/json
accountName
string
required

valid account name

amount
number
required

valid amount in string

currency
enum<string>
required

valid currency

Available options:
NGN

Response

200
application/json
Mock fiat deposit success
message
string