ta-payment-execution-api¶
This API will be responsable of dispatching payment orders and communicating which each of the payment methods dependencies
Links¶
- Repository: securitize_dev/ta-payment-execution-api
- API URL: https://ta-payment-execution-api.internal.dev.securitize.io
- Swagger UI: https://ta-payment-execution-api.internal.dev.securitize.io/doc/swagger
- K8s URL:
http://ta-payment-execution-api:8080
Endpoints (5)¶
| Method | Path | Summary | Tags |
|---|---|---|---|
GET |
/health |
Get status of service health | Health |
POST |
/v1/payments |
Create a payment | Payments |
GET |
/v1/payments |
Get all payments | Payments |
GET |
/v1/payments/{id}/orders |
Get payments orders | Payments |
POST |
/v1/payments/schedule/wire |
Schedule BNYM wire payments by settlement id | Payments |