Transfer From WalletID To Bank
POST {{wallet-service-api}}/wallet-ids/transfer-between-wallet-id/{{wallet-id}}
This is used for verification when changing terminal password or pin
Request Body
{"businessId"=>"{{business-id}}", "receiverWalletId"=>"{{wallet-id-2}}", "amount"=>1000, "narration"=>"test payment", "pin"=>"1234"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Api-Key | string | ||
Business-Id | string |