ca-bank-zerohash-api¶
API to interact with CA Zero Hash
Links¶
- Repository: securitize_dev/ca-bank-zerohash-api
- API URL: https://ca-bank-zerohash-api.internal.dev.securitize.io
- Swagger UI: https://ca-bank-zerohash-api.internal.dev.securitize.io/doc/swagger
- K8s URL:
http://ca-bank-zerohash-api:8080
Endpoints (31)¶
| Method | Path | Summary | Tags |
|---|---|---|---|
GET |
/health |
No description | Health |
POST |
/v1/transfers/internal |
No description | Transfers |
POST |
/v1/transfers/convert |
No description | Transfers |
POST |
/v1/transfers/deposit |
No description | Transfers |
POST |
/v1/transfers/withdraw |
No description | Transfers |
POST |
/v1/transfers/withdraw-to-wallet |
No description | Transfers |
POST |
/v1/accounts |
No description | Accounts |
POST |
/v2/accounts |
No description | Accounts |
PATCH |
/v1/accounts/{providerId} |
No description | Accounts |
GET |
/v1/accounts/{providerId} |
No description | Accounts |
POST |
/v1/accounts/upload-documents |
No description | Accounts |
GET |
/v1/accounts/{providerId}/balance |
No description | Accounts |
GET |
/v1/accounts/{providerId}/deposit-instructions/crypto |
No description | Transfer Methods |
POST |
/v1/accounts/{providerId}/deposit-instructions/crypto |
No description | Transfer Methods |
GET |
/v1/accounts/{providerId}/deposit-instructions |
No description | Transfer Methods |
POST |
/v1/accounts/{providerId}/ach-transfer-methods |
No description | Transfer Methods |
GET |
/v1/accounts/{providerId}/transfer-methods |
No description | Transfer Methods |
DELETE |
/v1/accounts/{providerId}/transfer-methods/{transferMethodId} |
No description | Transfer Methods |
POST |
/v1/utils/convert-withdraw |
No description | Utils |
POST |
/v2/utils/convert-withdraw |
No description | Utils |
POST |
/v1/utils/sync-external-accounts |
No description | Utils |
GET |
/v1/utils/encryption/public-keys |
Returns the Public Keys to encrypt credit card data | Utils/Encryption |
POST |
/v1/utils/encryption/encode |
Encodes a text using curreny Public Key or the key defined in the body | Utils/Encryption |
POST |
/v1/utils/encryption/decode |
Decodes a text using curreny Private Key or the key defined in the body | Utils/Encryption |
POST |
/v1/utils/encryption/keys |
Generates a new pair Public and Private Key to be used anywhere | Utils/Encryption |
POST |
/v1/webhooks-events |
No description | Webhooks Events |
GET |
/v1/utils/reconciliation/get-info |
No description | Utils |
DELETE |
/v1/utils/reconciliation/clean-movements-cache |
No description | Utils |
DELETE |
/v1/utils/reconciliation/clean-movements-cache/{movementId} |
No description | Utils |
PATCH |
/v1/utils/reconciliation/last-reconciliation-time |
No description | Utils |
GET |
/v1/liquidity/quote |
No description | Liquidity |