Transfer
Withdraw
KYC
Transfer
discount
Transfer
Withdraw
Withdraw
POST
/
transfer
/
withdraw
curl --request POST \
--url https://staging-api.getpartna.com/v4/transfer/withdraw \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--header 'x-api-user: <api-key>' \
--data '{
"accountNumber": "07999292929",
"address": "0xA0b86991c6218b36c1d19D4a2e9eb0cE3606eB48",
"amount": 2,
"bankCode": "00011",
"currency": "USDC",
"fromAccount": "user1",
"network": "ethereum",
"transactionReference": "1a2b3c4d5e6f7a8b9c0d1e2f3a4b5c6d",
"type": "crypto"
}'
{
"data": {},
"message": "request completed"
}
Body
application/json
Response
200
application/json
withdraw success
The response is of type object
.
curl --request POST \
--url https://staging-api.getpartna.com/v4/transfer/withdraw \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--header 'x-api-user: <api-key>' \
--data '{
"accountNumber": "07999292929",
"address": "0xA0b86991c6218b36c1d19D4a2e9eb0cE3606eB48",
"amount": 2,
"bankCode": "00011",
"currency": "USDC",
"fromAccount": "user1",
"network": "ethereum",
"transactionReference": "1a2b3c4d5e6f7a8b9c0d1e2f3a4b5c6d",
"type": "crypto"
}'
{
"data": {},
"message": "request completed"
}