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"
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.