v1

latestOpenAPI 3.0.32026-07-2485236250.4 KB
Bank

Confirm corridor transfer

Confirms required actions from initiate response. Currently supports FundTransfer for CPN corridors.

post/api/v3/bank/confirm/{corridor}

Path parameters

corridorstring required

Transfer corridor

Response

OK

statusstring required
transfer_idstring required
tx_hashstring

Example response

{
  "status": "processing",
  "transfer_id": "00000000-0000-0000-0000-000000000001",
  "tx_hash": "0x1234abcd"
}