Seed OpenPayd marketplace service
Some checks failed
API CI / API Lint (push) Successful in 47s
API CI / API Type Check (push) Failing after 45s
API CI / API Test (push) Successful in 1m1s
API CI / API Build (push) Failing after 47s
API CI / Build Docker Image (push) Has been skipped
CD Pipeline / Deploy to Staging (push) Failing after 26s
CI Pipeline / Lint and Type Check (push) Failing after 30s
CI Pipeline / Build (push) Has been skipped
CI Pipeline / Test Backend (push) Failing after 1m22s
CI Pipeline / Test Frontend (push) Failing after 33s
CI Pipeline / Security Scan (push) Failing after 1m26s
Deploy to Staging / Deploy to Staging (push) Failing after 32s
Test Suite / frontend-tests (push) Failing after 31s
Test Suite / api-tests (push) Failing after 46s
Test Suite / blockchain-tests (push) Failing after 25s
Type Check / type-check (map[directory:. name:root]) (push) Failing after 21s
Type Check / type-check (map[directory:api name:api]) (push) Failing after 20s
Type Check / type-check (map[directory:portal name:portal]) (push) Failing after 19s
CD Pipeline / Deploy to Production (push) Has been skipped
Some checks failed
API CI / API Lint (push) Successful in 47s
API CI / API Type Check (push) Failing after 45s
API CI / API Test (push) Successful in 1m1s
API CI / API Build (push) Failing after 47s
API CI / Build Docker Image (push) Has been skipped
CD Pipeline / Deploy to Staging (push) Failing after 26s
CI Pipeline / Lint and Type Check (push) Failing after 30s
CI Pipeline / Build (push) Has been skipped
CI Pipeline / Test Backend (push) Failing after 1m22s
CI Pipeline / Test Frontend (push) Failing after 33s
CI Pipeline / Security Scan (push) Failing after 1m26s
Deploy to Staging / Deploy to Staging (push) Failing after 32s
Test Suite / frontend-tests (push) Failing after 31s
Test Suite / api-tests (push) Failing after 46s
Test Suite / blockchain-tests (push) Failing after 25s
Type Check / type-check (map[directory:. name:root]) (push) Failing after 21s
Type Check / type-check (map[directory:api name:api]) (push) Failing after 20s
Type Check / type-check (map[directory:portal name:portal]) (push) Failing after 19s
CD Pipeline / Deploy to Production (push) Has been skipped
This commit is contained in:
@@ -591,6 +591,32 @@ const services: ServiceDefinition[] = [
|
||||
billingModel: 'enterprise_contract',
|
||||
quoteRequired: true,
|
||||
}
|
||||
},
|
||||
{
|
||||
name: 'OpenPayd Financial Services Connector',
|
||||
slug: 'phoenix-openpayd-connector',
|
||||
category: 'FINANCIAL_MESSAGING',
|
||||
description: 'Operator-provisioned OpenPayd connector for accounts, virtual IBANs, pay-ins, payouts, FX, Open Banking, Direct Debit, and gated digital-asset flows in Phoenix Financial Cloud.',
|
||||
shortDescription: 'OpenPayd connector for Phoenix Financial Cloud tenants',
|
||||
tags: ['openpayd', 'payments', 'virtual-ibans', 'fx', 'open-banking', 'direct-debit'],
|
||||
featured: false,
|
||||
documentationUrl: 'https://docs.sankofa.nexus/marketplace/sovereign-stack/openpayd-connector-service',
|
||||
metadata: {
|
||||
architecture: 'docs/marketplace/sovereign-stack/openpayd-connector-service.md',
|
||||
entitlement: 'OPENPAYD_CONNECTOR_ENTITLED',
|
||||
manifestRef: 'config/openpayd-marketplace.v1.json',
|
||||
targetTenants: ['DBIS', 'OMNL', 'zBank', 'NovaBank', 'Ananka Bank'],
|
||||
fulfillmentMode: 'operator_provisioned',
|
||||
status: 'planned_openpayd_onboarding_required',
|
||||
gatedCapabilities: ['stablecoins', 'on_off_ramp']
|
||||
},
|
||||
pricingType: 'SUBSCRIPTION',
|
||||
pricingConfig: {
|
||||
currency: 'USD',
|
||||
billingPeriod: 'MONTHLY',
|
||||
billingModel: 'enterprise_contract',
|
||||
quoteRequired: true,
|
||||
}
|
||||
}
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user