cURL
curl --request POST \ --url https://api.linkio.world/transactions/v2/idr/direct_withdraw \ --header 'Content-Type: application/json' \ --header 'ngnc-sec-key: <api-key>' \ --data ' { "bankName": "<string>", "bankCode": "<string>" } '
Full name of the beneficiary bank. Use the "Fetch Payment banks" ENDPOINT to fetch the list of supported payment banks for IDR.
The bank’s ISO/local code. Use the "Fetch Payment banks" ENDPOINT to fetch the bank code for IDR bank selected.