Summary Item | Total | Failed |
---|---|---|
Test Cases | 37 | 1 |
Requests | 343 | 1 |
Assertions | 346 | 1 |
Header Name | Header Value |
---|---|
Content-Type | application/json |
FSPIOP-Source | hub_operator |
traceparent | 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00 |
{
"type": "HUB_MULTILATERAL_SETTLEMENT",
"currency": "EUR"
}
curl 'http://moja-centralledger-service/participants/Hub/accounts' -H 'content-type: application/json' -H 'fspiop-source: hub_operator' -H 'traceparent: 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00' -H 'user-agent: axios/0.27.2' --data-binary '{"type":"HUB_MULTILATERAL_SETTLEMENT","currency":"EUR"}' --compressed
{
"content-type": "application/json; charset=utf-8",
"cache-control": "no-cache",
"content-length": "393",
"date": "Tue, 19 Sep 2023 00:15:41 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=5"
}
{
"name": "Hub",
"id": "interop-switch.dev.ossperf.mojaloop.live.internal/participants/Hub",
"created": "\"2023-09-18T23:11:55.000Z\"",
"isActive": 1,
"links": {
"self": "interop-switch.dev.ossperf.mojaloop.live.internal/participants/Hub"
},
"accounts": [
{
"id": 1,
"ledgerAccountType": "HUB_MULTILATERAL_SETTLEMENT",
"currency": "EUR",
"isActive": 1,
"createdDate": "2023-09-19T00:15:41.473Z",
"createdBy": "unknown"
}
]
}
Name | Result |
---|---|
status to be 201 if not exists or 400 if exists | PASSED |
Total | 1 / 1 |
Test Name | Assertion Error |
---|
Header Name | Header Value |
---|---|
Content-Type | application/json |
FSPIOP-Source | hub_operator |
traceparent | 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00 |
{
"type": "HUB_RECONCILIATION",
"currency": "EUR"
}
curl 'http://moja-centralledger-service/participants/Hub/accounts' -H 'content-type: application/json' -H 'fspiop-source: hub_operator' -H 'traceparent: 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00' -H 'user-agent: axios/0.27.2' --data-binary '{"type":"HUB_RECONCILIATION","currency":"EUR"}' --compressed
{
"content-type": "application/json; charset=utf-8",
"cache-control": "no-cache",
"content-length": "514",
"date": "Tue, 19 Sep 2023 00:15:41 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=5"
}
{
"name": "Hub",
"id": "interop-switch.dev.ossperf.mojaloop.live.internal/participants/Hub",
"created": "\"2023-09-18T23:11:55.000Z\"",
"isActive": 1,
"links": {
"self": "interop-switch.dev.ossperf.mojaloop.live.internal/participants/Hub"
},
"accounts": [
{
"id": 1,
"ledgerAccountType": "HUB_MULTILATERAL_SETTLEMENT",
"currency": "EUR",
"isActive": 1,
"createdDate": null,
"createdBy": "unknown"
},
{
"id": 2,
"ledgerAccountType": "HUB_RECONCILIATION",
"currency": "EUR",
"isActive": 1,
"createdDate": "2023-09-19T00:15:41.750Z",
"createdBy": "unknown"
}
]
}
Name | Result |
---|---|
status to be 201 if not exists or 400 if exists | PASSED |
Total | 1 / 1 |
Test Name | Assertion Error |
---|
Header Name | Header Value |
---|---|
Content-Type | application/json |
FSPIOP-Source | hub_operator |
traceparent | 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00 |
{
"type": "SETTLEMENT_TRANSFER_POSITION_CHANGE_EMAIL",
"value": "some.email@gmail.com"
}
curl 'http://moja-centralledger-service/participants/Hub/endpoints' -H 'content-type: application/json' -H 'fspiop-source: hub_operator' -H 'traceparent: 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00' -H 'user-agent: axios/0.27.2' --data-binary '{"type":"SETTLEMENT_TRANSFER_POSITION_CHANGE_EMAIL","value":"some.email@gmail.com"}' --compressed
{
"cache-control": "no-cache",
"content-length": "0",
"date": "Tue, 19 Sep 2023 00:15:42 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=5"
}
Name | Result |
---|---|
Status code is 201 | PASSED |
Total | 1 / 1 |
Test Name | Assertion Error |
---|
Header Name | Header Value |
---|---|
Content-Type | application/json |
FSPIOP-Source | hub_operator |
traceparent | 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00 |
{
"type": "NET_DEBIT_CAP_ADJUSTMENT_EMAIL",
"value": "some.email@gmail.com"
}
curl 'http://moja-centralledger-service/participants/Hub/endpoints' -H 'content-type: application/json' -H 'fspiop-source: hub_operator' -H 'traceparent: 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00' -H 'user-agent: axios/0.27.2' --data-binary '{"type":"NET_DEBIT_CAP_ADJUSTMENT_EMAIL","value":"some.email@gmail.com"}' --compressed
{
"cache-control": "no-cache",
"content-length": "0",
"date": "Tue, 19 Sep 2023 00:15:42 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=5"
}
Name | Result |
---|---|
Status code is 201 | PASSED |
Total | 1 / 1 |
Test Name | Assertion Error |
---|
Header Name | Header Value |
---|---|
Content-Type | application/json |
FSPIOP-Source | hub_operator |
traceparent | 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00 |
{
"type": "NET_DEBIT_CAP_THRESHOLD_BREACH_EMAIL",
"value": "some.email@gmail.com"
}
curl 'http://moja-centralledger-service/participants/Hub/endpoints' -H 'content-type: application/json' -H 'fspiop-source: hub_operator' -H 'traceparent: 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00' -H 'user-agent: axios/0.27.2' --data-binary '{"type":"NET_DEBIT_CAP_THRESHOLD_BREACH_EMAIL","value":"some.email@gmail.com"}' --compressed
{
"cache-control": "no-cache",
"content-length": "0",
"date": "Tue, 19 Sep 2023 00:15:42 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=5"
}
Name | Result |
---|---|
Status code is 201 | PASSED |
Total | 1 / 1 |
Test Name | Assertion Error |
---|
Header Name | Header Value |
---|---|
Content-Type | application/json |
FSPIOP-Source | hub_operator |
traceparent | 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00 |
{
"type": "HUB_MULTILATERAL_SETTLEMENT",
"currency": "GBP"
}
curl 'http://moja-centralledger-service/participants/Hub/accounts' -H 'content-type: application/json' -H 'fspiop-source: hub_operator' -H 'traceparent: 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00' -H 'user-agent: axios/0.27.2' --data-binary '{"type":"HUB_MULTILATERAL_SETTLEMENT","currency":"GBP"}' --compressed
{
"content-type": "application/json; charset=utf-8",
"cache-control": "no-cache",
"content-length": "644",
"date": "Tue, 19 Sep 2023 00:15:42 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=5"
}
{
"name": "Hub",
"id": "interop-switch.dev.ossperf.mojaloop.live.internal/participants/Hub",
"created": "\"2023-09-18T23:11:55.000Z\"",
"isActive": 1,
"links": {
"self": "interop-switch.dev.ossperf.mojaloop.live.internal/participants/Hub"
},
"accounts": [
{
"id": 1,
"ledgerAccountType": "HUB_MULTILATERAL_SETTLEMENT",
"currency": "EUR",
"isActive": 1,
"createdDate": null,
"createdBy": "unknown"
},
{
"id": 2,
"ledgerAccountType": "HUB_RECONCILIATION",
"currency": "EUR",
"isActive": 1,
"createdDate": null,
"createdBy": "unknown"
},
{
"id": 3,
"ledgerAccountType": "HUB_MULTILATERAL_SETTLEMENT",
"currency": "GBP",
"isActive": 1,
"createdDate": "2023-09-19T00:15:42.819Z",
"createdBy": "unknown"
}
]
}
Name | Result |
---|---|
status to be 201 if not exists or 400 if exists | PASSED |
Total | 1 / 1 |
Test Name | Assertion Error |
---|
Header Name | Header Value |
---|---|
Content-Type | application/json |
FSPIOP-Source | hub_operator |
traceparent | 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00 |
{
"type": "HUB_RECONCILIATION",
"currency": "GBP"
}
curl 'http://moja-centralledger-service/participants/Hub/accounts' -H 'content-type: application/json' -H 'fspiop-source: hub_operator' -H 'traceparent: 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00' -H 'user-agent: axios/0.27.2' --data-binary '{"type":"HUB_RECONCILIATION","currency":"GBP"}' --compressed
{
"content-type": "application/json; charset=utf-8",
"cache-control": "no-cache",
"content-length": "765",
"date": "Tue, 19 Sep 2023 00:15:43 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=5"
}
{
"name": "Hub",
"id": "interop-switch.dev.ossperf.mojaloop.live.internal/participants/Hub",
"created": "\"2023-09-18T23:11:55.000Z\"",
"isActive": 1,
"links": {
"self": "interop-switch.dev.ossperf.mojaloop.live.internal/participants/Hub"
},
"accounts": [
{
"id": 1,
"ledgerAccountType": "HUB_MULTILATERAL_SETTLEMENT",
"currency": "EUR",
"isActive": 1,
"createdDate": null,
"createdBy": "unknown"
},
{
"id": 2,
"ledgerAccountType": "HUB_RECONCILIATION",
"currency": "EUR",
"isActive": 1,
"createdDate": null,
"createdBy": "unknown"
},
{
"id": 3,
"ledgerAccountType": "HUB_MULTILATERAL_SETTLEMENT",
"currency": "GBP",
"isActive": 1,
"createdDate": null,
"createdBy": "unknown"
},
{
"id": 4,
"ledgerAccountType": "HUB_RECONCILIATION",
"currency": "GBP",
"isActive": 1,
"createdDate": "2023-09-19T00:15:43.068Z",
"createdBy": "unknown"
}
]
}
Name | Result |
---|---|
status to be 201 if not exists or 400 if exists | PASSED |
Total | 1 / 1 |
Test Name | Assertion Error |
---|
Header Name | Header Value |
---|---|
Content-Type | application/json |
FSPIOP-Source | hub_operator |
traceparent | 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00 |
{
"type": "HUB_MULTILATERAL_SETTLEMENT",
"currency": "CAD"
}
curl 'http://moja-centralledger-service/participants/Hub/accounts' -H 'content-type: application/json' -H 'fspiop-source: hub_operator' -H 'traceparent: 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00' -H 'user-agent: axios/0.27.2' --data-binary '{"type":"HUB_MULTILATERAL_SETTLEMENT","currency":"CAD"}' --compressed
{
"content-type": "application/json; charset=utf-8",
"cache-control": "no-cache",
"content-length": "895",
"date": "Tue, 19 Sep 2023 00:15:43 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=5"
}
{
"name": "Hub",
"id": "interop-switch.dev.ossperf.mojaloop.live.internal/participants/Hub",
"created": "\"2023-09-18T23:11:55.000Z\"",
"isActive": 1,
"links": {
"self": "interop-switch.dev.ossperf.mojaloop.live.internal/participants/Hub"
},
"accounts": [
{
"id": 1,
"ledgerAccountType": "HUB_MULTILATERAL_SETTLEMENT",
"currency": "EUR",
"isActive": 1,
"createdDate": null,
"createdBy": "unknown"
},
{
"id": 2,
"ledgerAccountType": "HUB_RECONCILIATION",
"currency": "EUR",
"isActive": 1,
"createdDate": null,
"createdBy": "unknown"
},
{
"id": 3,
"ledgerAccountType": "HUB_MULTILATERAL_SETTLEMENT",
"currency": "GBP",
"isActive": 1,
"createdDate": null,
"createdBy": "unknown"
},
{
"id": 4,
"ledgerAccountType": "HUB_RECONCILIATION",
"currency": "GBP",
"isActive": 1,
"createdDate": null,
"createdBy": "unknown"
},
{
"id": 5,
"ledgerAccountType": "HUB_MULTILATERAL_SETTLEMENT",
"currency": "CAD",
"isActive": 1,
"createdDate": "2023-09-19T00:15:43.309Z",
"createdBy": "unknown"
}
]
}
Name | Result |
---|---|
status to be 201 if not exists or 400 if exists | PASSED |
Total | 1 / 1 |
Test Name | Assertion Error |
---|
Header Name | Header Value |
---|---|
Content-Type | application/json |
FSPIOP-Source | hub_operator |
traceparent | 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00 |
{
"type": "HUB_RECONCILIATION",
"currency": "CAD"
}
curl 'http://moja-centralledger-service/participants/Hub/accounts' -H 'content-type: application/json' -H 'fspiop-source: hub_operator' -H 'traceparent: 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00' -H 'user-agent: axios/0.27.2' --data-binary '{"type":"HUB_RECONCILIATION","currency":"CAD"}' --compressed
{
"content-type": "application/json; charset=utf-8",
"cache-control": "no-cache",
"content-length": "1016",
"date": "Tue, 19 Sep 2023 00:15:43 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=5"
}
{
"name": "Hub",
"id": "interop-switch.dev.ossperf.mojaloop.live.internal/participants/Hub",
"created": "\"2023-09-18T23:11:55.000Z\"",
"isActive": 1,
"links": {
"self": "interop-switch.dev.ossperf.mojaloop.live.internal/participants/Hub"
},
"accounts": [
{
"id": 1,
"ledgerAccountType": "HUB_MULTILATERAL_SETTLEMENT",
"currency": "EUR",
"isActive": 1,
"createdDate": null,
"createdBy": "unknown"
},
{
"id": 2,
"ledgerAccountType": "HUB_RECONCILIATION",
"currency": "EUR",
"isActive": 1,
"createdDate": null,
"createdBy": "unknown"
},
{
"id": 3,
"ledgerAccountType": "HUB_MULTILATERAL_SETTLEMENT",
"currency": "GBP",
"isActive": 1,
"createdDate": null,
"createdBy": "unknown"
},
{
"id": 4,
"ledgerAccountType": "HUB_RECONCILIATION",
"currency": "GBP",
"isActive": 1,
"createdDate": null,
"createdBy": "unknown"
},
{
"id": 5,
"ledgerAccountType": "HUB_MULTILATERAL_SETTLEMENT",
"currency": "CAD",
"isActive": 1,
"createdDate": null,
"createdBy": "unknown"
},
{
"id": 6,
"ledgerAccountType": "HUB_RECONCILIATION",
"currency": "CAD",
"isActive": 1,
"createdDate": "2023-09-19T00:15:43.563Z",
"createdBy": "unknown"
}
]
}
Name | Result |
---|---|
status to be 201 if not exists or 400 if exists | PASSED |
Total | 1 / 1 |
Test Name | Assertion Error |
---|
Header Name | Header Value |
---|---|
Content-Type | application/json |
FSPIOP-Source | hub_operator |
traceparent | 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00 |
{
"name": "DEFERREDNETEUR",
"settlementGranularity": "NET",
"settlementInterchange": "MULTILATERAL",
"settlementDelay": "DEFERRED",
"requireLiquidityCheck": true,
"ledgerAccountType": "POSITION",
"autoPositionReset": true,
"currency": "EUR",
"settlementAccountType": "SETTLEMENT"
}
curl 'http://moja-centralledger-service/settlementModels' -H 'content-type: application/json' -H 'fspiop-source: hub_operator' -H 'traceparent: 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00' -H 'user-agent: axios/0.27.2' --data-binary '{"name":"DEFERREDNETEUR","settlementGranularity":"NET","settlementInterchange":"MULTILATERAL","settlementDelay":"DEFERRED","requireLiquidityCheck":true,"ledgerAccountType":"POSITION","autoPositionReset":true,"currency":"EUR","settlementAccountType":"SETTLEMENT"}' --compressed
{
"cache-control": "no-cache",
"content-length": "0",
"date": "Tue, 19 Sep 2023 00:15:43 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=5"
}
Name | Result |
---|---|
status to be 201 if not exists or 400 if exists | PASSED |
Total | 1 / 1 |
Test Name | Assertion Error |
---|
Header Name | Header Value |
---|---|
Content-Type | application/json |
FSPIOP-Source | hub_operator |
traceparent | 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00 |
{
"name": "DEFAULTDEFERREDNET",
"settlementGranularity": "NET",
"settlementInterchange": "MULTILATERAL",
"settlementDelay": "DEFERRED",
"requireLiquidityCheck": true,
"ledgerAccountType": "POSITION",
"autoPositionReset": true,
"settlementAccountType": "SETTLEMENT"
}
curl 'http://moja-centralledger-service/settlementModels' -H 'content-type: application/json' -H 'fspiop-source: hub_operator' -H 'traceparent: 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00' -H 'user-agent: axios/0.27.2' --data-binary '{"name":"DEFAULTDEFERREDNET","settlementGranularity":"NET","settlementInterchange":"MULTILATERAL","settlementDelay":"DEFERRED","requireLiquidityCheck":true,"ledgerAccountType":"POSITION","autoPositionReset":true,"settlementAccountType":"SETTLEMENT"}' --compressed
{
"cache-control": "no-cache",
"content-length": "0",
"date": "Tue, 19 Sep 2023 00:15:44 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=5"
}
Name | Result |
---|---|
status to be 201 if not exists or 400 if exists | PASSED |
Total | 1 / 1 |
Test Name | Assertion Error |
---|
Header Name | Header Value |
---|---|
Content-Type | application/json |
traceparent | 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00 |
{
"name": "CGS",
"settlementGranularity": "GROSS",
"settlementInterchange": "BILATERAL",
"settlementDelay": "IMMEDIATE",
"currency": "CAD",
"requireLiquidityCheck": true,
"ledgerAccountType": "POSITION",
"autoPositionReset": false,
"settlementAccountType": "SETTLEMENT"
}
curl 'http://moja-centralledger-service/settlementModels' -H 'content-type: application/json' -H 'traceparent: 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00' -H 'user-agent: axios/0.27.2' --data-binary '{"name":"CGS","settlementGranularity":"GROSS","settlementInterchange":"BILATERAL","settlementDelay":"IMMEDIATE","currency":"CAD","requireLiquidityCheck":true,"ledgerAccountType":"POSITION","autoPositionReset":false,"settlementAccountType":"SETTLEMENT"}' --compressed
{
"cache-control": "no-cache",
"content-length": "0",
"date": "Tue, 19 Sep 2023 00:15:44 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=5"
}
Name | Result |
---|---|
settlement model created code 201 | SKIPPED |
Total | 1 / 1 |
Test Name | Assertion Error |
---|
Header Name | Header Value |
---|---|
Content-Type | application/json |
traceparent | 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00 |
{
"name": "INTERCHANGEFEE",
"settlementGranularity": "NET",
"settlementInterchange": "MULTILATERAL",
"settlementDelay": "DEFERRED",
"currency": "CAD",
"requireLiquidityCheck": false,
"ledgerAccountType": "INTERCHANGE_FEE",
"autoPositionReset": true,
"settlementAccountType": "INTERCHANGE_FEE_SETTLEMENT"
}
curl 'http://moja-centralledger-service/settlementModels' -H 'content-type: application/json' -H 'traceparent: 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00' -H 'user-agent: axios/0.27.2' --data-binary '{"name":"INTERCHANGEFEE","settlementGranularity":"NET","settlementInterchange":"MULTILATERAL","settlementDelay":"DEFERRED","currency":"CAD","requireLiquidityCheck":false,"ledgerAccountType":"INTERCHANGE_FEE","autoPositionReset":true,"settlementAccountType":"INTERCHANGE_FEE_SETTLEMENT"}' --compressed
{
"cache-control": "no-cache",
"content-length": "0",
"date": "Tue, 19 Sep 2023 00:15:44 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=5"
}
Name | Result |
---|---|
settlement model created code 201 | SKIPPED |
Total | 1 / 1 |
Test Name | Assertion Error |
---|
Header Name | Header Value |
---|---|
Content-Type | application/vnd.interoperability.participants+json;version=1.0 |
Accept | application/vnd.interoperability.participants+json;version=1 |
Date | Tue, 19 Sep 2023 00:15:44 GMT |
traceparent | 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00 |
{
"oracleIdType": "MSISDN",
"endpoint": {
"value": "http://moja-simulator/oracle",
"endpointType": "URL"
},
"currency": "EUR",
"isDefault": true
}
curl 'http://moja-account-lookup-service-admin/oracles' -H 'content-type: application/vnd.interoperability.participants+json;version=1.0' -H 'accept: application/vnd.interoperability.participants+json;version=1' -H 'date: Tue, 19 Sep 2023 00:15:44 GMT' -H 'traceparent: 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00' -H 'user-agent: axios/0.27.2' --data-binary '{"oracleIdType":"MSISDN","endpoint":{"value":"http://moja-simulator/oracle","endpointType":"URL"},"currency":"EUR","isDefault":true}' --compressed
{
"cache-control": "no-cache",
"content-length": "0",
"date": "Tue, 19 Sep 2023 00:15:44 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=5"
}
Name | Result |
---|---|
status to be 201 or errorCode 2001 already exists | PASSED |
Total | 1 / 1 |
Test Name | Assertion Error |
---|
Header Name | Header Value |
---|---|
Content-Type | application/vnd.interoperability.participants+json;version=1.0 |
Accept | application/vnd.interoperability.participants+json;version=1 |
Date | Tue, 19 Sep 2023 00:15:44 GMT |
traceparent | 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00 |
{
"oracleIdType": "BUSINESS",
"endpoint": {
"value": "http://moja-simulator/oracle",
"endpointType": "URL"
},
"currency": "EUR",
"isDefault": true
}
curl 'http://moja-account-lookup-service-admin/oracles' -H 'content-type: application/vnd.interoperability.participants+json;version=1.0' -H 'accept: application/vnd.interoperability.participants+json;version=1' -H 'date: Tue, 19 Sep 2023 00:15:44 GMT' -H 'traceparent: 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00' -H 'user-agent: axios/0.27.2' --data-binary '{"oracleIdType":"BUSINESS","endpoint":{"value":"http://moja-simulator/oracle","endpointType":"URL"},"currency":"EUR","isDefault":true}' --compressed
{
"cache-control": "no-cache",
"content-length": "0",
"date": "Tue, 19 Sep 2023 00:15:45 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=5"
}
Name | Result |
---|---|
status to be 201 or errorCode 2001 already exists | PASSED |
Total | 1 / 1 |
Test Name | Assertion Error |
---|
Header Name | Header Value |
---|---|
Content-Type | application/vnd.interoperability.participants+json;version=1.0 |
Accept | application/vnd.interoperability.participants+json;version=1 |
Date | Tue, 19 Sep 2023 00:15:45 GMT |
traceparent | 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00 |
{
"oracleIdType": "ALIAS",
"endpoint": {
"value": "http://moja-simulator/oracle",
"endpointType": "URL"
},
"currency": "EUR",
"isDefault": true
}
curl 'http://moja-account-lookup-service-admin/oracles' -H 'content-type: application/vnd.interoperability.participants+json;version=1.0' -H 'accept: application/vnd.interoperability.participants+json;version=1' -H 'date: Tue, 19 Sep 2023 00:15:45 GMT' -H 'traceparent: 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00' -H 'user-agent: axios/0.27.2' --data-binary '{"oracleIdType":"ALIAS","endpoint":{"value":"http://moja-simulator/oracle","endpointType":"URL"},"currency":"EUR","isDefault":true}' --compressed
{
"cache-control": "no-cache",
"content-length": "0",
"date": "Tue, 19 Sep 2023 00:15:45 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=5"
}
Name | Result |
---|---|
status to be 201 or errorCode 2001 already exists | PASSED |
Total | 1 / 1 |
Test Name | Assertion Error |
---|
Header Name | Header Value |
---|---|
Content-Type | application/json |
FSPIOP-Source | NOT_APPLICABLE |
traceparent | 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00 |
{
"name": "payerfsp",
"currency": "EUR"
}
curl 'http://moja-centralledger-service/participants' -H 'content-type: application/json' -H 'fspiop-source: NOT_APPLICABLE' -H 'traceparent: 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00' -H 'user-agent: axios/0.27.2' --data-binary '{"name":"payerfsp","currency":"EUR"}' --compressed
{
"content-type": "application/json; charset=utf-8",
"cache-control": "no-cache",
"content-length": "480",
"date": "Tue, 19 Sep 2023 00:15:45 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=5"
}
{
"name": "payerfsp",
"id": "interop-switch.dev.ossperf.mojaloop.live.internal/participants/payerfsp",
"created": "\"2023-09-19T00:15:45.000Z\"",
"isActive": 1,
"links": {
"self": "interop-switch.dev.ossperf.mojaloop.live.internal/participants/payerfsp"
},
"accounts": [
{
"id": 7,
"ledgerAccountType": "POSITION",
"currency": "EUR",
"isActive": 0,
"createdDate": null,
"createdBy": "unknown"
},
{
"id": 8,
"ledgerAccountType": "SETTLEMENT",
"currency": "EUR",
"isActive": 0,
"createdDate": null,
"createdBy": "unknown"
}
]
}
Name | Result |
---|---|
status to be 201 if not exists or 400 if exists | PASSED |
Total | 1 / 1 |
Test Name | Assertion Error |
---|
Header Name | Header Value |
---|---|
Content-Type | application/json |
FSPIOP-Source | NOT_APPLICABLE |
traceparent | 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00 |
{
"currency": "EUR",
"limit": {
"type": "NET_DEBIT_CAP",
"value": 10000
},
"initialPosition": 0
}
curl 'http://moja-centralledger-service/participants/payerfsp/initialPositionAndLimits' -H 'content-type: application/json' -H 'fspiop-source: NOT_APPLICABLE' -H 'traceparent: 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00' -H 'user-agent: axios/0.27.2' --data-binary '{"currency":"EUR","limit":{"type":"NET_DEBIT_CAP","value":10000},"initialPosition":0}' --compressed
{
"cache-control": "no-cache",
"content-length": "0",
"date": "Tue, 19 Sep 2023 00:15:46 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=5"
}
Name | Result |
---|---|
status to be 201 if not exists or 500 if exists | PASSED |
Total | 1 / 1 |
Test Name | Assertion Error |
---|
Header Name | Header Value |
---|---|
Content-Type | application/json |
FSPIOP-Source | NOT_APPLICABLE |
traceparent | 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00 |
curl 'http://moja-centralledger-service/participants/payerfsp/accounts' -H 'content-type: application/json' -H 'fspiop-source: NOT_APPLICABLE' -H 'traceparent: 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00' -H 'user-agent: axios/0.27.2' --compressed
{
"content-type": "application/json; charset=utf-8",
"cache-control": "no-cache",
"content-length": "281",
"accept-ranges": "bytes",
"date": "Tue, 19 Sep 2023 00:15:46 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=5"
}
[
{
"id": 7,
"ledgerAccountType": "POSITION",
"currency": "EUR",
"isActive": 1,
"value": 0,
"reservedValue": 0,
"changedDate": "2023-09-19T00:15:46.000Z"
},
{
"id": 8,
"ledgerAccountType": "SETTLEMENT",
"currency": "EUR",
"isActive": 1,
"value": 0,
"reservedValue": 0,
"changedDate": "2023-09-19T00:15:46.000Z"
}
]
Name | Result |
---|---|
status to be 200 | PASSED |
Total | 1 / 1 |
Test Name | Assertion Error |
---|
Header Name | Header Value |
---|---|
Content-Type | application/json |
FSPIOP-Source | NOT_APPLICABLE |
traceparent | 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00 |
{
"transferId": "96b86c1b-8ac9-4bc4-9312-746e37ad4fb4",
"externalReference": "string",
"action": "recordFundsIn",
"reason": "string",
"amount": {
"amount": "5000",
"currency": "EUR"
},
"extensionList": {
"extension": [
{
"key": "string",
"value": "string"
}
]
}
}
curl 'http://moja-centralledger-service/participants/payerfsp/accounts/8' -H 'content-type: application/json' -H 'fspiop-source: NOT_APPLICABLE' -H 'traceparent: 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00' -H 'user-agent: axios/0.27.2' --data-binary '{"transferId":"96b86c1b-8ac9-4bc4-9312-746e37ad4fb4","externalReference":"string","action":"recordFundsIn","reason":"string","amount":{"amount":"5000","currency":"EUR"},"extensionList":{"extension":[{"key":"string","value":"string"}]}}' --compressed
{
"cache-control": "no-cache",
"content-length": "0",
"date": "Tue, 19 Sep 2023 00:15:46 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=5"
}
Name | Result |
---|---|
status to be 202 | PASSED |
Total | 1 / 1 |
Test Name | Assertion Error |
---|
Header Name | Header Value |
---|---|
Content-Type | application/json |
FSPIOP-Source | NOT_APPLICABLE |
traceparent | 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00 |
curl 'http://moja-centralledger-service/participants/payerfsp/accounts' -H 'content-type: application/json' -H 'fspiop-source: NOT_APPLICABLE' -H 'traceparent: 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00' -H 'user-agent: axios/0.27.2' --compressed
{
"content-type": "application/json; charset=utf-8",
"cache-control": "no-cache",
"content-length": "281",
"accept-ranges": "bytes",
"date": "Tue, 19 Sep 2023 00:15:47 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=5"
}
[
{
"id": 7,
"ledgerAccountType": "POSITION",
"currency": "EUR",
"isActive": 1,
"value": 0,
"reservedValue": 0,
"changedDate": "2023-09-19T00:15:46.000Z"
},
{
"id": 8,
"ledgerAccountType": "SETTLEMENT",
"currency": "EUR",
"isActive": 1,
"value": 0,
"reservedValue": 0,
"changedDate": "2023-09-19T00:15:46.000Z"
}
]
Name | Result |
---|---|
status to be 200 | PASSED |
payerfsp Settlement Account Balance After FundsIn should be equal to the balance before plus the transfer amount | FAILED |
(expected +0 to equal -5000) | |
Total | 1 / 2 |
Test Name | Assertion Error |
---|
Header Name | Header Value |
---|---|
Content-Type | application/json |
FSPIOP-Source | NOT_APPLICABLE |
traceparent | 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00 |
{
"name": "payerfsp",
"currency": "GBP"
}
curl 'http://moja-centralledger-service/participants' -H 'content-type: application/json' -H 'fspiop-source: NOT_APPLICABLE' -H 'traceparent: 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00' -H 'user-agent: axios/0.27.2' --data-binary '{"name":"payerfsp","currency":"GBP"}' --compressed
{
"content-type": "application/json; charset=utf-8",
"cache-control": "no-cache",
"content-length": "705",
"date": "Tue, 19 Sep 2023 00:15:47 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=5"
}
{
"name": "payerfsp",
"id": "interop-switch.dev.ossperf.mojaloop.live.internal/participants/payerfsp",
"created": "\"2023-09-19T00:15:45.000Z\"",
"isActive": 1,
"links": {
"self": "interop-switch.dev.ossperf.mojaloop.live.internal/participants/payerfsp"
},
"accounts": [
{
"id": 7,
"ledgerAccountType": "POSITION",
"currency": "EUR",
"isActive": 1,
"createdDate": null,
"createdBy": "unknown"
},
{
"id": 8,
"ledgerAccountType": "SETTLEMENT",
"currency": "EUR",
"isActive": 1,
"createdDate": null,
"createdBy": "unknown"
},
{
"id": 9,
"ledgerAccountType": "POSITION",
"currency": "GBP",
"isActive": 0,
"createdDate": null,
"createdBy": "unknown"
},
{
"id": 10,
"ledgerAccountType": "SETTLEMENT",
"currency": "GBP",
"isActive": 0,
"createdDate": null,
"createdBy": "unknown"
}
]
}
Name | Result |
---|---|
status to be 201 if not exists or 400 if exists | PASSED |
Total | 1 / 1 |
Test Name | Assertion Error |
---|
Header Name | Header Value |
---|---|
Content-Type | application/json |
FSPIOP-Source | NOT_APPLICABLE |
traceparent | 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00 |
{
"currency": "GBP",
"limit": {
"type": "NET_DEBIT_CAP",
"value": 10000
},
"initialPosition": 0
}
curl 'http://moja-centralledger-service/participants/payerfsp/initialPositionAndLimits' -H 'content-type: application/json' -H 'fspiop-source: NOT_APPLICABLE' -H 'traceparent: 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00' -H 'user-agent: axios/0.27.2' --data-binary '{"currency":"GBP","limit":{"type":"NET_DEBIT_CAP","value":10000},"initialPosition":0}' --compressed
{
"cache-control": "no-cache",
"content-length": "0",
"date": "Tue, 19 Sep 2023 00:15:47 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=5"
}
Name | Result |
---|---|
status to be 201 if not exists or 500 if exists | PASSED |
Total | 1 / 1 |
Test Name | Assertion Error |
---|
Header Name | Header Value |
---|---|
Content-Type | application/json |
FSPIOP-Source | NOT_APPLICABLE |
traceparent | 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00 |
{
"name": "payerfsp",
"currency": "CAD"
}
curl 'http://moja-centralledger-service/participants' -H 'content-type: application/json' -H 'fspiop-source: NOT_APPLICABLE' -H 'traceparent: 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00' -H 'user-agent: axios/0.27.2' --data-binary '{"name":"payerfsp","currency":"CAD"}' --compressed
{
"content-type": "application/json; charset=utf-8",
"cache-control": "no-cache",
"content-length": "1180",
"vary": "accept-encoding",
"date": "Tue, 19 Sep 2023 00:15:48 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=5"
}
{
"name": "payerfsp",
"id": "interop-switch.dev.ossperf.mojaloop.live.internal/participants/payerfsp",
"created": "\"2023-09-19T00:15:45.000Z\"",
"isActive": 1,
"links": {
"self": "interop-switch.dev.ossperf.mojaloop.live.internal/participants/payerfsp"
},
"accounts": [
{
"id": 7,
"ledgerAccountType": "POSITION",
"currency": "EUR",
"isActive": 1,
"createdDate": null,
"createdBy": "unknown"
},
{
"id": 8,
"ledgerAccountType": "SETTLEMENT",
"currency": "EUR",
"isActive": 1,
"createdDate": null,
"createdBy": "unknown"
},
{
"id": 9,
"ledgerAccountType": "POSITION",
"currency": "GBP",
"isActive": 1,
"createdDate": null,
"createdBy": "unknown"
},
{
"id": 10,
"ledgerAccountType": "SETTLEMENT",
"currency": "GBP",
"isActive": 1,
"createdDate": null,
"createdBy": "unknown"
},
{
"id": 11,
"ledgerAccountType": "POSITION",
"currency": "CAD",
"isActive": 0,
"createdDate": null,
"createdBy": "unknown"
},
{
"id": 12,
"ledgerAccountType": "SETTLEMENT",
"currency": "CAD",
"isActive": 0,
"createdDate": null,
"createdBy": "unknown"
},
{
"id": 13,
"ledgerAccountType": "INTERCHANGE_FEE",
"currency": "CAD",
"isActive": 0,
"createdDate": null,
"createdBy": "unknown"
},
{
"id": 14,
"ledgerAccountType": "INTERCHANGE_FEE_SETTLEMENT",
"currency": "CAD",
"isActive": 0,
"createdDate": null,
"createdBy": "unknown"
}
]
}
Name | Result |
---|---|
status to be 201 if not exists or 400 if exists | PASSED |
Total | 1 / 1 |
Test Name | Assertion Error |
---|
Header Name | Header Value |
---|---|
Content-Type | application/json |
FSPIOP-Source | NOT_APPLICABLE |
traceparent | 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00 |
{
"currency": "CAD",
"limit": {
"type": "NET_DEBIT_CAP",
"value": 10000
},
"initialPosition": 0
}
curl 'http://moja-centralledger-service/participants/payerfsp/initialPositionAndLimits' -H 'content-type: application/json' -H 'fspiop-source: NOT_APPLICABLE' -H 'traceparent: 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00' -H 'user-agent: axios/0.27.2' --data-binary '{"currency":"CAD","limit":{"type":"NET_DEBIT_CAP","value":10000},"initialPosition":0}' --compressed
{
"cache-control": "no-cache",
"content-length": "0",
"date": "Tue, 19 Sep 2023 00:15:48 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=5"
}
Name | Result |
---|---|
status to be 201 if not exists or 500 if exists | PASSED |
Total | 1 / 1 |
Test Name | Assertion Error |
---|
Header Name | Header Value |
---|---|
Content-Type | application/json |
FSPIOP-Source | NOT_APPLICABLE |
traceparent | 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00 |
curl 'http://moja-centralledger-service/participants/payerfsp/accounts' -H 'content-type: application/json' -H 'fspiop-source: NOT_APPLICABLE' -H 'traceparent: 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00' -H 'user-agent: axios/0.27.2' --compressed
{
"content-type": "application/json; charset=utf-8",
"cache-control": "no-cache",
"content-length": "1153",
"vary": "accept-encoding",
"accept-ranges": "bytes",
"date": "Tue, 19 Sep 2023 00:15:48 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=5"
}
[
{
"id": 13,
"ledgerAccountType": "INTERCHANGE_FEE",
"currency": "CAD",
"isActive": 1,
"value": 0,
"reservedValue": 0,
"changedDate": "2023-09-19T00:15:48.000Z"
},
{
"id": 14,
"ledgerAccountType": "INTERCHANGE_FEE_SETTLEMENT",
"currency": "CAD",
"isActive": 1,
"value": 0,
"reservedValue": 0,
"changedDate": "2023-09-19T00:15:48.000Z"
},
{
"id": 7,
"ledgerAccountType": "POSITION",
"currency": "EUR",
"isActive": 1,
"value": 0,
"reservedValue": 0,
"changedDate": "2023-09-19T00:15:46.000Z"
},
{
"id": 9,
"ledgerAccountType": "POSITION",
"currency": "GBP",
"isActive": 1,
"value": 0,
"reservedValue": 0,
"changedDate": "2023-09-19T00:15:47.000Z"
},
{
"id": 11,
"ledgerAccountType": "POSITION",
"currency": "CAD",
"isActive": 1,
"value": 0,
"reservedValue": 0,
"changedDate": "2023-09-19T00:15:48.000Z"
},
{
"id": 8,
"ledgerAccountType": "SETTLEMENT",
"currency": "EUR",
"isActive": 1,
"value": -5000,
"reservedValue": 0,
"changedDate": "2023-09-19T00:15:48.000Z"
},
{
"id": 10,
"ledgerAccountType": "SETTLEMENT",
"currency": "GBP",
"isActive": 1,
"value": 0,
"reservedValue": 0,
"changedDate": "2023-09-19T00:15:47.000Z"
},
{
"id": 12,
"ledgerAccountType": "SETTLEMENT",
"currency": "CAD",
"isActive": 1,
"value": 0,
"reservedValue": 0,
"changedDate": "2023-09-19T00:15:48.000Z"
}
]
Name | Result |
---|---|
status to be 200 | PASSED |
Total | 1 / 1 |
Test Name | Assertion Error |
---|
Header Name | Header Value |
---|---|
Content-Type | application/json |
FSPIOP-Source | NOT_APPLICABLE |
traceparent | 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00 |
{
"transferId": "57e7f585-e4ae-4159-9f38-f4fd94d383e7",
"externalReference": "string",
"action": "recordFundsIn",
"reason": "string",
"amount": {
"amount": "5000",
"currency": "GBP"
},
"extensionList": {
"extension": [
{
"key": "string",
"value": "string"
}
]
}
}
curl 'http://moja-centralledger-service/participants/payerfsp/accounts/10' -H 'content-type: application/json' -H 'fspiop-source: NOT_APPLICABLE' -H 'traceparent: 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00' -H 'user-agent: axios/0.27.2' --data-binary '{"transferId":"57e7f585-e4ae-4159-9f38-f4fd94d383e7","externalReference":"string","action":"recordFundsIn","reason":"string","amount":{"amount":"5000","currency":"GBP"},"extensionList":{"extension":[{"key":"string","value":"string"}]}}' --compressed
{
"cache-control": "no-cache",
"content-length": "0",
"date": "Tue, 19 Sep 2023 00:15:48 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=5"
}
Name | Result |
---|---|
status to be 202 | PASSED |
Total | 1 / 1 |
Test Name | Assertion Error |
---|
Header Name | Header Value |
---|---|
Content-Type | application/json |
FSPIOP-Source | NOT_APPLICABLE |
traceparent | 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00 |
curl 'http://moja-centralledger-service/participants/payerfsp/accounts' -H 'content-type: application/json' -H 'fspiop-source: NOT_APPLICABLE' -H 'traceparent: 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00' -H 'user-agent: axios/0.27.2' --compressed
{
"content-type": "application/json; charset=utf-8",
"cache-control": "no-cache",
"content-length": "1157",
"vary": "accept-encoding",
"accept-ranges": "bytes",
"date": "Tue, 19 Sep 2023 00:15:49 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=5"
}
[
{
"id": 13,
"ledgerAccountType": "INTERCHANGE_FEE",
"currency": "CAD",
"isActive": 1,
"value": 0,
"reservedValue": 0,
"changedDate": "2023-09-19T00:15:48.000Z"
},
{
"id": 14,
"ledgerAccountType": "INTERCHANGE_FEE_SETTLEMENT",
"currency": "CAD",
"isActive": 1,
"value": 0,
"reservedValue": 0,
"changedDate": "2023-09-19T00:15:48.000Z"
},
{
"id": 7,
"ledgerAccountType": "POSITION",
"currency": "EUR",
"isActive": 1,
"value": 0,
"reservedValue": 0,
"changedDate": "2023-09-19T00:15:46.000Z"
},
{
"id": 9,
"ledgerAccountType": "POSITION",
"currency": "GBP",
"isActive": 1,
"value": 0,
"reservedValue": 0,
"changedDate": "2023-09-19T00:15:47.000Z"
},
{
"id": 11,
"ledgerAccountType": "POSITION",
"currency": "CAD",
"isActive": 1,
"value": 0,
"reservedValue": 0,
"changedDate": "2023-09-19T00:15:48.000Z"
},
{
"id": 8,
"ledgerAccountType": "SETTLEMENT",
"currency": "EUR",
"isActive": 1,
"value": -5000,
"reservedValue": 0,
"changedDate": "2023-09-19T00:15:48.000Z"
},
{
"id": 10,
"ledgerAccountType": "SETTLEMENT",
"currency": "GBP",
"isActive": 1,
"value": -5000,
"reservedValue": 0,
"changedDate": "2023-09-19T00:15:49.000Z"
},
{
"id": 12,
"ledgerAccountType": "SETTLEMENT",
"currency": "CAD",
"isActive": 1,
"value": 0,
"reservedValue": 0,
"changedDate": "2023-09-19T00:15:48.000Z"
}
]
Name | Result |
---|---|
status to be 200 | PASSED |
Settlement Account Balance After FundsIn should be equal to the balance before plus the transfer amount | PASSED |
Total | 2 / 2 |
Test Name | Assertion Error |
---|
Header Name | Header Value |
---|---|
Content-Type | application/json |
FSPIOP-Source | NOT_APPLICABLE |
traceparent | 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00 |
{
"type": "FSPIOP_CALLBACK_URL_AUTHORIZATIONS",
"value": "http://moja-sim-payerfsp-scheme-adapter:4000"
}
curl 'http://moja-centralledger-service/participants/payerfsp/endpoints' -H 'content-type: application/json' -H 'fspiop-source: NOT_APPLICABLE' -H 'traceparent: 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00' -H 'user-agent: axios/0.27.2' --data-binary '{"type":"FSPIOP_CALLBACK_URL_AUTHORIZATIONS","value":"http://moja-sim-payerfsp-scheme-adapter:4000"}' --compressed
{
"cache-control": "no-cache",
"content-length": "0",
"date": "Tue, 19 Sep 2023 00:15:49 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=5"
}
Name | Result |
---|---|
Status code is 201 | PASSED |
Total | 1 / 1 |
Test Name | Assertion Error |
---|
Header Name | Header Value |
---|---|
Content-Type | application/json |
FSPIOP-Source | NOT_APPLICABLE |
traceparent | 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00 |
{
"type": "FSPIOP_CALLBACK_URL_PARTICIPANT_PUT",
"value": "http://moja-sim-payerfsp-scheme-adapter:4000/participants/{{partyIdType}}/{{partyIdentifier}}"
}
curl 'http://moja-centralledger-service/participants/payerfsp/endpoints' -H 'content-type: application/json' -H 'fspiop-source: NOT_APPLICABLE' -H 'traceparent: 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00' -H 'user-agent: axios/0.27.2' --data-binary '{"type":"FSPIOP_CALLBACK_URL_PARTICIPANT_PUT","value":"http://moja-sim-payerfsp-scheme-adapter:4000/participants/{{partyIdType}}/{{partyIdentifier}}"}' --compressed
{
"cache-control": "no-cache",
"content-length": "0",
"date": "Tue, 19 Sep 2023 00:15:50 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=5"
}
Name | Result |
---|---|
Status code is 201 | PASSED |
Total | 1 / 1 |
Test Name | Assertion Error |
---|
Header Name | Header Value |
---|---|
Content-Type | application/json |
FSPIOP-Source | NOT_APPLICABLE |
traceparent | 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00 |
{
"type": "FSPIOP_CALLBACK_URL_PARTICIPANT_PUT_ERROR",
"value": "http://moja-sim-payerfsp-scheme-adapter:4000/participants/{{partyIdType}}/{{partyIdentifier}}/error"
}
curl 'http://moja-centralledger-service/participants/payerfsp/endpoints' -H 'content-type: application/json' -H 'fspiop-source: NOT_APPLICABLE' -H 'traceparent: 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00' -H 'user-agent: axios/0.27.2' --data-binary '{"type":"FSPIOP_CALLBACK_URL_PARTICIPANT_PUT_ERROR","value":"http://moja-sim-payerfsp-scheme-adapter:4000/participants/{{partyIdType}}/{{partyIdentifier}}/error"}' --compressed
{
"cache-control": "no-cache",
"content-length": "0",
"date": "Tue, 19 Sep 2023 00:15:50 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=5"
}
Name | Result |
---|---|
Status code is 201 | PASSED |
Total | 1 / 1 |
Test Name | Assertion Error |
---|
Header Name | Header Value |
---|---|
Content-Type | application/json |
FSPIOP-Source | NOT_APPLICABLE |
traceparent | 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00 |
{
"type": "FSPIOP_CALLBACK_URL_PARTICIPANT_BATCH_PUT",
"value": "http://moja-sim-payerfsp-scheme-adapter:4000/participants/{{requestId}}"
}
curl 'http://moja-centralledger-service/participants/payerfsp/endpoints' -H 'content-type: application/json' -H 'fspiop-source: NOT_APPLICABLE' -H 'traceparent: 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00' -H 'user-agent: axios/0.27.2' --data-binary '{"type":"FSPIOP_CALLBACK_URL_PARTICIPANT_BATCH_PUT","value":"http://moja-sim-payerfsp-scheme-adapter:4000/participants/{{requestId}}"}' --compressed
{
"cache-control": "no-cache",
"content-length": "0",
"date": "Tue, 19 Sep 2023 00:15:50 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=5"
}
Name | Result |
---|---|
Status code is 201 | PASSED |
Total | 1 / 1 |
Test Name | Assertion Error |
---|
Header Name | Header Value |
---|---|
Content-Type | application/json |
FSPIOP-Source | NOT_APPLICABLE |
traceparent | 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00 |
{
"type": "FSPIOP_CALLBACK_URL_PARTICIPANT_BATCH_PUT_ERROR",
"value": "http://moja-sim-payerfsp-scheme-adapter:4000/participants/{{requestId}}/error"
}
curl 'http://moja-centralledger-service/participants/payerfsp/endpoints' -H 'content-type: application/json' -H 'fspiop-source: NOT_APPLICABLE' -H 'traceparent: 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00' -H 'user-agent: axios/0.27.2' --data-binary '{"type":"FSPIOP_CALLBACK_URL_PARTICIPANT_BATCH_PUT_ERROR","value":"http://moja-sim-payerfsp-scheme-adapter:4000/participants/{{requestId}}/error"}' --compressed
{
"cache-control": "no-cache",
"content-length": "0",
"date": "Tue, 19 Sep 2023 00:15:50 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=5"
}
Name | Result |
---|---|
Status code is 201 | PASSED |
Total | 1 / 1 |
Test Name | Assertion Error |
---|
Header Name | Header Value |
---|---|
Content-Type | application/json |
FSPIOP-Source | NOT_APPLICABLE |
traceparent | 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00 |
{
"type": "FSPIOP_CALLBACK_URL_PARTIES_GET",
"value": "http://moja-sim-payerfsp-scheme-adapter:4000/parties/{{partyIdType}}/{{partyIdentifier}}"
}
curl 'http://moja-centralledger-service/participants/payerfsp/endpoints' -H 'content-type: application/json' -H 'fspiop-source: NOT_APPLICABLE' -H 'traceparent: 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00' -H 'user-agent: axios/0.27.2' --data-binary '{"type":"FSPIOP_CALLBACK_URL_PARTIES_GET","value":"http://moja-sim-payerfsp-scheme-adapter:4000/parties/{{partyIdType}}/{{partyIdentifier}}"}' --compressed
{
"cache-control": "no-cache",
"content-length": "0",
"date": "Tue, 19 Sep 2023 00:15:51 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=5"
}
Name | Result |
---|---|
Status code is 201 | PASSED |
Total | 1 / 1 |
Test Name | Assertion Error |
---|
Header Name | Header Value |
---|---|
Content-Type | application/json |
FSPIOP-Source | NOT_APPLICABLE |
traceparent | 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00 |
{
"type": "FSPIOP_CALLBACK_URL_PARTIES_PUT",
"value": "http://moja-sim-payerfsp-scheme-adapter:4000/parties/{{partyIdType}}/{{partyIdentifier}}"
}
curl 'http://moja-centralledger-service/participants/payerfsp/endpoints' -H 'content-type: application/json' -H 'fspiop-source: NOT_APPLICABLE' -H 'traceparent: 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00' -H 'user-agent: axios/0.27.2' --data-binary '{"type":"FSPIOP_CALLBACK_URL_PARTIES_PUT","value":"http://moja-sim-payerfsp-scheme-adapter:4000/parties/{{partyIdType}}/{{partyIdentifier}}"}' --compressed
{
"cache-control": "no-cache",
"content-length": "0",
"date": "Tue, 19 Sep 2023 00:15:51 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=5"
}
Name | Result |
---|---|
Status code is 201 | PASSED |
Total | 1 / 1 |
Test Name | Assertion Error |
---|
Header Name | Header Value |
---|---|
Content-Type | application/json |
FSPIOP-Source | NOT_APPLICABLE |
traceparent | 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00 |
{
"type": "FSPIOP_CALLBACK_URL_PARTIES_PUT_ERROR",
"value": "http://moja-sim-payerfsp-scheme-adapter:4000/parties/{{partyIdType}}/{{partyIdentifier}}/error"
}
curl 'http://moja-centralledger-service/participants/payerfsp/endpoints' -H 'content-type: application/json' -H 'fspiop-source: NOT_APPLICABLE' -H 'traceparent: 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00' -H 'user-agent: axios/0.27.2' --data-binary '{"type":"FSPIOP_CALLBACK_URL_PARTIES_PUT_ERROR","value":"http://moja-sim-payerfsp-scheme-adapter:4000/parties/{{partyIdType}}/{{partyIdentifier}}/error"}' --compressed
{
"cache-control": "no-cache",
"content-length": "0",
"date": "Tue, 19 Sep 2023 00:15:51 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=5"
}
Name | Result |
---|---|
Status code is 201 | PASSED |
Total | 1 / 1 |
Test Name | Assertion Error |
---|
Header Name | Header Value |
---|---|
Content-Type | application/json |
traceparent | 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00 |
{
"type": "FSPIOP_CALLBACK_URL_QUOTES",
"value": "http://moja-sim-payerfsp-scheme-adapter:4000"
}
curl 'http://moja-centralledger-service/participants/payerfsp/endpoints' -H 'content-type: application/json' -H 'traceparent: 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00' -H 'user-agent: axios/0.27.2' --data-binary '{"type":"FSPIOP_CALLBACK_URL_QUOTES","value":"http://moja-sim-payerfsp-scheme-adapter:4000"}' --compressed
{
"cache-control": "no-cache",
"content-length": "0",
"date": "Tue, 19 Sep 2023 00:15:51 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=5"
}
Name | Result |
---|---|
Status code is 201 | PASSED |
Total | 1 / 1 |
Test Name | Assertion Error |
---|
Header Name | Header Value |
---|---|
Content-Type | application/json |
traceparent | 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00 |
{
"type": "FSPIOP_CALLBACK_URL_TRX_REQ_SERVICE",
"value": "http://moja-sim-payerfsp-scheme-adapter:4000"
}
curl 'http://moja-centralledger-service/participants/payerfsp/endpoints' -H 'content-type: application/json' -H 'traceparent: 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00' -H 'user-agent: axios/0.27.2' --data-binary '{"type":"FSPIOP_CALLBACK_URL_TRX_REQ_SERVICE","value":"http://moja-sim-payerfsp-scheme-adapter:4000"}' --compressed
{
"cache-control": "no-cache",
"content-length": "0",
"date": "Tue, 19 Sep 2023 00:15:52 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=5"
}
Name | Result |
---|---|
Status code is 201 | PASSED |
Total | 1 / 1 |
Test Name | Assertion Error |
---|
Header Name | Header Value |
---|---|
Content-Type | application/json |
traceparent | 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00 |
{
"type": "FSPIOP_CALLBACK_URL_TRANSFER_POST",
"value": "http://moja-sim-payerfsp-scheme-adapter:4000/transfers"
}
curl 'http://moja-centralledger-service/participants/payerfsp/endpoints' -H 'content-type: application/json' -H 'traceparent: 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00' -H 'user-agent: axios/0.27.2' --data-binary '{"type":"FSPIOP_CALLBACK_URL_TRANSFER_POST","value":"http://moja-sim-payerfsp-scheme-adapter:4000/transfers"}' --compressed
{
"cache-control": "no-cache",
"content-length": "0",
"date": "Tue, 19 Sep 2023 00:15:52 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=5"
}
Name | Result |
---|---|
Status code is 201 | PASSED |
Total | 1 / 1 |
Test Name | Assertion Error |
---|
Header Name | Header Value |
---|---|
Content-Type | application/json |
traceparent | 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00 |
{
"type": "FSPIOP_CALLBACK_URL_TRANSFER_PUT",
"value": "http://moja-sim-payerfsp-scheme-adapter:4000/transfers/{{transferId}}"
}
curl 'http://moja-centralledger-service/participants/payerfsp/endpoints' -H 'content-type: application/json' -H 'traceparent: 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00' -H 'user-agent: axios/0.27.2' --data-binary '{"type":"FSPIOP_CALLBACK_URL_TRANSFER_PUT","value":"http://moja-sim-payerfsp-scheme-adapter:4000/transfers/{{transferId}}"}' --compressed
{
"cache-control": "no-cache",
"content-length": "0",
"date": "Tue, 19 Sep 2023 00:15:52 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=5"
}
Name | Result |
---|---|
Status code is 201 | PASSED |
Total | 1 / 1 |
Test Name | Assertion Error |
---|
Header Name | Header Value |
---|---|
Content-Type | application/json |
traceparent | 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00 |
{
"type": "FSPIOP_CALLBACK_URL_TRANSFER_ERROR",
"value": "http://moja-sim-payerfsp-scheme-adapter:4000/transfers/{{transferId}}/error"
}
curl 'http://moja-centralledger-service/participants/payerfsp/endpoints' -H 'content-type: application/json' -H 'traceparent: 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00' -H 'user-agent: axios/0.27.2' --data-binary '{"type":"FSPIOP_CALLBACK_URL_TRANSFER_ERROR","value":"http://moja-sim-payerfsp-scheme-adapter:4000/transfers/{{transferId}}/error"}' --compressed
{
"cache-control": "no-cache",
"content-length": "0",
"date": "Tue, 19 Sep 2023 00:15:52 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=5"
}
Name | Result |
---|---|
Status code is 201 | PASSED |
Total | 1 / 1 |
Test Name | Assertion Error |
---|
Header Name | Header Value |
---|---|
Content-Type | application/json |
traceparent | 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00 |
{
"type": "FSPIOP_CALLBACK_URL_BULK_TRANSFER_POST",
"value": "http://moja-sim-payerfsp-scheme-adapter:4000/bulkTransfers"
}
curl 'http://moja-centralledger-service/participants/payerfsp/endpoints' -H 'content-type: application/json' -H 'traceparent: 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00' -H 'user-agent: axios/0.27.2' --data-binary '{"type":"FSPIOP_CALLBACK_URL_BULK_TRANSFER_POST","value":"http://moja-sim-payerfsp-scheme-adapter:4000/bulkTransfers"}' --compressed
{
"cache-control": "no-cache",
"content-length": "0",
"date": "Tue, 19 Sep 2023 00:15:53 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=5"
}
Name | Result |
---|---|
Status code is 201 | PASSED |
Total | 1 / 1 |
Test Name | Assertion Error |
---|
Header Name | Header Value |
---|---|
Content-Type | application/json |
traceparent | 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00 |
{
"type": "FSPIOP_CALLBACK_URL_BULK_TRANSFER_PUT",
"value": "http://moja-sim-payerfsp-scheme-adapter:4000/bulkTransfers/{{id}}"
}
curl 'http://moja-centralledger-service/participants/payerfsp/endpoints' -H 'content-type: application/json' -H 'traceparent: 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00' -H 'user-agent: axios/0.27.2' --data-binary '{"type":"FSPIOP_CALLBACK_URL_BULK_TRANSFER_PUT","value":"http://moja-sim-payerfsp-scheme-adapter:4000/bulkTransfers/{{id}}"}' --compressed
{
"cache-control": "no-cache",
"content-length": "0",
"date": "Tue, 19 Sep 2023 00:15:53 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=5"
}
Name | Result |
---|---|
Status code is 201 | PASSED |
Total | 1 / 1 |
Test Name | Assertion Error |
---|
Header Name | Header Value |
---|---|
Content-Type | application/json |
traceparent | 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00 |
{
"type": "FSPIOP_CALLBACK_URL_BULK_TRANSFER_ERROR",
"value": "http://moja-sim-payerfsp-scheme-adapter:4000/bulkTransfers/{{id}}/error"
}
curl 'http://moja-centralledger-service/participants/payerfsp/endpoints' -H 'content-type: application/json' -H 'traceparent: 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00' -H 'user-agent: axios/0.27.2' --data-binary '{"type":"FSPIOP_CALLBACK_URL_BULK_TRANSFER_ERROR","value":"http://moja-sim-payerfsp-scheme-adapter:4000/bulkTransfers/{{id}}/error"}' --compressed
{
"cache-control": "no-cache",
"content-length": "0",
"date": "Tue, 19 Sep 2023 00:15:53 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=5"
}
Name | Result |
---|---|
Status code is 201 | PASSED |
Total | 1 / 1 |
Test Name | Assertion Error |
---|
Header Name | Header Value |
---|---|
Content-Type | application/json |
traceparent | 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00 |
{
"type": "FSPIOP_CALLBACK_URL_PARTICIPANT_SUB_ID_PUT",
"value": "http://moja-sim-payerfsp-scheme-adapter:4000/participants/{{partyIdType}}/{{partyIdentifier}}/{{partySubIdOrType}}"
}
curl 'http://moja-centralledger-service/participants/payerfsp/endpoints' -H 'content-type: application/json' -H 'traceparent: 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00' -H 'user-agent: axios/0.27.2' --data-binary '{"type":"FSPIOP_CALLBACK_URL_PARTICIPANT_SUB_ID_PUT","value":"http://moja-sim-payerfsp-scheme-adapter:4000/participants/{{partyIdType}}/{{partyIdentifier}}/{{partySubIdOrType}}"}' --compressed
{
"cache-control": "no-cache",
"content-length": "0",
"date": "Tue, 19 Sep 2023 00:15:53 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=5"
}
Name | Result |
---|---|
Status code is 201 | PASSED |
Total | 1 / 1 |
Test Name | Assertion Error |
---|
Header Name | Header Value |
---|---|
Content-Type | application/json |
traceparent | 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00 |
{
"type": "FSPIOP_CALLBACK_URL_PARTICIPANT_SUB_ID_PUT_ERROR",
"value": "http://moja-sim-payerfsp-scheme-adapter:4000/participants/{{partyIdType}}/{{partyIdentifier}}/{{partySubIdOrType}}/error"
}
curl 'http://moja-centralledger-service/participants/payerfsp/endpoints' -H 'content-type: application/json' -H 'traceparent: 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00' -H 'user-agent: axios/0.27.2' --data-binary '{"type":"FSPIOP_CALLBACK_URL_PARTICIPANT_SUB_ID_PUT_ERROR","value":"http://moja-sim-payerfsp-scheme-adapter:4000/participants/{{partyIdType}}/{{partyIdentifier}}/{{partySubIdOrType}}/error"}' --compressed
{
"cache-control": "no-cache",
"content-length": "0",
"date": "Tue, 19 Sep 2023 00:15:54 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=5"
}
Name | Result |
---|---|
Status code is 201 | PASSED |
Total | 1 / 1 |
Test Name | Assertion Error |
---|
Header Name | Header Value |
---|---|
Content-Type | application/json |
traceparent | 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00 |
{
"type": "FSPIOP_CALLBACK_URL_PARTICIPANT_SUB_ID_DELETE",
"value": "http://moja-sim-payerfsp-scheme-adapter:4000/participants/{{partyIdType}}/{{partyIdentifier}}/{{partySubIdOrType}}"
}
curl 'http://moja-centralledger-service/participants/payerfsp/endpoints' -H 'content-type: application/json' -H 'traceparent: 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00' -H 'user-agent: axios/0.27.2' --data-binary '{"type":"FSPIOP_CALLBACK_URL_PARTICIPANT_SUB_ID_DELETE","value":"http://moja-sim-payerfsp-scheme-adapter:4000/participants/{{partyIdType}}/{{partyIdentifier}}/{{partySubIdOrType}}"}' --compressed
{
"cache-control": "no-cache",
"content-length": "0",
"date": "Tue, 19 Sep 2023 00:15:54 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=5"
}
Name | Result |
---|---|
Status code is 201 | PASSED |
Total | 1 / 1 |
Test Name | Assertion Error |
---|
Header Name | Header Value |
---|---|
Content-Type | application/json |
traceparent | 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00 |
{
"type": "FSPIOP_CALLBACK_URL_PARTIES_SUB_ID_GET",
"value": "http://moja-sim-payerfsp-scheme-adapter:4000/parties/{{partyIdType}}/{{partyIdentifier}}/{{partySubIdOrType}}"
}
curl 'http://moja-centralledger-service/participants/payerfsp/endpoints' -H 'content-type: application/json' -H 'traceparent: 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00' -H 'user-agent: axios/0.27.2' --data-binary '{"type":"FSPIOP_CALLBACK_URL_PARTIES_SUB_ID_GET","value":"http://moja-sim-payerfsp-scheme-adapter:4000/parties/{{partyIdType}}/{{partyIdentifier}}/{{partySubIdOrType}}"}' --compressed
{
"cache-control": "no-cache",
"content-length": "0",
"date": "Tue, 19 Sep 2023 00:15:54 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=5"
}
Name | Result |
---|---|
Status code is 201 | PASSED |
Total | 1 / 1 |
Test Name | Assertion Error |
---|
Header Name | Header Value |
---|---|
Content-Type | application/json |
traceparent | 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00 |
{
"type": "FSPIOP_CALLBACK_URL_PARTIES_SUB_ID_PUT",
"value": "http://moja-sim-payerfsp-scheme-adapter:4000/parties/{{partyIdType}}/{{partyIdentifier}}/{{partySubIdOrType}}"
}
curl 'http://moja-centralledger-service/participants/payerfsp/endpoints' -H 'content-type: application/json' -H 'traceparent: 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00' -H 'user-agent: axios/0.27.2' --data-binary '{"type":"FSPIOP_CALLBACK_URL_PARTIES_SUB_ID_PUT","value":"http://moja-sim-payerfsp-scheme-adapter:4000/parties/{{partyIdType}}/{{partyIdentifier}}/{{partySubIdOrType}}"}' --compressed
{
"cache-control": "no-cache",
"content-length": "0",
"date": "Tue, 19 Sep 2023 00:15:54 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=5"
}
Name | Result |
---|---|
Status code is 201 | PASSED |
Total | 1 / 1 |
Test Name | Assertion Error |
---|
Header Name | Header Value |
---|---|
Content-Type | application/json |
traceparent | 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00 |
{
"type": "FSPIOP_CALLBACK_URL_PARTIES_SUB_ID_PUT_ERROR",
"value": "http://moja-sim-payerfsp-scheme-adapter:4000/parties/{{partyIdType}}/{{partyIdentifier}}/{{partySubIdOrType}}/error"
}
curl 'http://moja-centralledger-service/participants/payerfsp/endpoints' -H 'content-type: application/json' -H 'traceparent: 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00' -H 'user-agent: axios/0.27.2' --data-binary '{"type":"FSPIOP_CALLBACK_URL_PARTIES_SUB_ID_PUT_ERROR","value":"http://moja-sim-payerfsp-scheme-adapter:4000/parties/{{partyIdType}}/{{partyIdentifier}}/{{partySubIdOrType}}/error"}' --compressed
{
"cache-control": "no-cache",
"content-length": "0",
"date": "Tue, 19 Sep 2023 00:15:55 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=5"
}
Name | Result |
---|---|
Status code is 201 | PASSED |
Total | 1 / 1 |
Test Name | Assertion Error |
---|
Header Name | Header Value |
---|---|
Content-Type | application/json |
FSPIOP-Source | payerfsp |
traceparent | 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00 |
{
"type": "NET_DEBIT_CAP_THRESHOLD_BREACH_EMAIL",
"value": "some.email@gmail.com"
}
curl 'http://moja-centralledger-service/participants/payerfsp/endpoints' -H 'content-type: application/json' -H 'fspiop-source: payerfsp' -H 'traceparent: 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00' -H 'user-agent: axios/0.27.2' --data-binary '{"type":"NET_DEBIT_CAP_THRESHOLD_BREACH_EMAIL","value":"some.email@gmail.com"}' --compressed
{
"cache-control": "no-cache",
"content-length": "0",
"date": "Tue, 19 Sep 2023 00:15:55 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=5"
}
Name | Result |
---|---|
Status code is 201 | PASSED |
Total | 1 / 1 |
Test Name | Assertion Error |
---|
Header Name | Header Value |
---|---|
Content-Type | application/json |
FSPIOP-Source | NOT_APPLICABLE |
traceparent | 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00 |
{
"type": "NET_DEBIT_CAP_ADJUSTMENT_EMAIL",
"value": "some.email@gmail.com"
}
curl 'http://moja-centralledger-service/participants/payerfsp/endpoints' -H 'content-type: application/json' -H 'fspiop-source: NOT_APPLICABLE' -H 'traceparent: 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00' -H 'user-agent: axios/0.27.2' --data-binary '{"type":"NET_DEBIT_CAP_ADJUSTMENT_EMAIL","value":"some.email@gmail.com"}' --compressed
{
"cache-control": "no-cache",
"content-length": "0",
"date": "Tue, 19 Sep 2023 00:15:55 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=5"
}
Name | Result |
---|---|
Status code is 201 | PASSED |
Total | 1 / 1 |
Test Name | Assertion Error |
---|
Header Name | Header Value |
---|---|
Content-Type | application/json |
FSPIOP-Source | payerfsp |
traceparent | 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00 |
{
"type": "SETTLEMENT_TRANSFER_POSITION_CHANGE_EMAIL",
"value": "some.email@gmail.com"
}
curl 'http://moja-centralledger-service/participants/payerfsp/endpoints' -H 'content-type: application/json' -H 'fspiop-source: payerfsp' -H 'traceparent: 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00' -H 'user-agent: axios/0.27.2' --data-binary '{"type":"SETTLEMENT_TRANSFER_POSITION_CHANGE_EMAIL","value":"some.email@gmail.com"}' --compressed
{
"cache-control": "no-cache",
"content-length": "0",
"date": "Tue, 19 Sep 2023 00:15:55 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=5"
}
Name | Result |
---|---|
Status code is 201 | PASSED |
Total | 1 / 1 |
Test Name | Assertion Error |
---|
Header Name | Header Value |
---|---|
Content-Type | application/vnd.interoperability.participants+json;version=1.1 |
Accept | application/vnd.interoperability.participants+json;version=1.1 |
Date | Tue, 19 Sep 2023 00:15:55 GMT |
FSPIOP-Source | NOT_APPLICABLE |
traceparent | 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00 |
{
"fspId": "payerfsp",
"currency": "EUR"
}
curl 'http://moja-account-lookup-service/participants/MSISDN/17039811901/100' -H 'content-type: application/vnd.interoperability.participants+json;version=1.1' -H 'accept: application/vnd.interoperability.participants+json;version=1.1' -H 'date: Tue, 19 Sep 2023 00:15:55 GMT' -H 'fspiop-source: NOT_APPLICABLE' -H 'traceparent: 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00' -H 'user-agent: axios/0.27.2' --data-binary '{"fspId":"payerfsp","currency":"EUR"}' --compressed
{
"cache-control": "no-cache",
"content-length": "0",
"date": "Tue, 19 Sep 2023 00:15:56 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=5"
}
Name | Result |
---|---|
Status code is 202 | PASSED |
Total | 1 / 1 |
Test Name | Assertion Error |
---|
Header Name | Header Value |
---|---|
Content-Type | application/json |
FSPIOP-Source | NOT_APPLICABLE |
traceparent | 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00 |
{
"name": "payeefsp",
"currency": "EUR"
}
curl 'http://moja-centralledger-service/participants' -H 'content-type: application/json' -H 'fspiop-source: NOT_APPLICABLE' -H 'traceparent: 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00' -H 'user-agent: axios/0.27.2' --data-binary '{"name":"payeefsp","currency":"EUR"}' --compressed
{
"content-type": "application/json; charset=utf-8",
"cache-control": "no-cache",
"content-length": "482",
"date": "Tue, 19 Sep 2023 00:15:56 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=5"
}
{
"name": "payeefsp",
"id": "interop-switch.dev.ossperf.mojaloop.live.internal/participants/payeefsp",
"created": "\"2023-09-19T00:15:56.000Z\"",
"isActive": 1,
"links": {
"self": "interop-switch.dev.ossperf.mojaloop.live.internal/participants/payeefsp"
},
"accounts": [
{
"id": 15,
"ledgerAccountType": "POSITION",
"currency": "EUR",
"isActive": 0,
"createdDate": null,
"createdBy": "unknown"
},
{
"id": 16,
"ledgerAccountType": "SETTLEMENT",
"currency": "EUR",
"isActive": 0,
"createdDate": null,
"createdBy": "unknown"
}
]
}
Name | Result |
---|---|
status to be 201 if not exists or 400 if exists | PASSED |
Total | 1 / 1 |
Test Name | Assertion Error |
---|
Header Name | Header Value |
---|---|
Content-Type | application/json |
FSPIOP-Source | NOT_APPLICABLE |
traceparent | 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00 |
{
"currency": "EUR",
"limit": {
"type": "NET_DEBIT_CAP",
"value": 10000
},
"initialPosition": 0
}
curl 'http://moja-centralledger-service/participants/payeefsp/initialPositionAndLimits' -H 'content-type: application/json' -H 'fspiop-source: NOT_APPLICABLE' -H 'traceparent: 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00' -H 'user-agent: axios/0.27.2' --data-binary '{"currency":"EUR","limit":{"type":"NET_DEBIT_CAP","value":10000},"initialPosition":0}' --compressed
{
"cache-control": "no-cache",
"content-length": "0",
"date": "Tue, 19 Sep 2023 00:15:56 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=5"
}
Name | Result |
---|---|
status to be 201 if not exists or 500 if exists | PASSED |
Total | 1 / 1 |
Test Name | Assertion Error |
---|
Header Name | Header Value |
---|---|
Content-Type | application/json |
FSPIOP-Source | NOT_APPLICABLE |
traceparent | 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00 |
curl 'http://moja-centralledger-service/participants/payeefsp/accounts' -H 'content-type: application/json' -H 'fspiop-source: NOT_APPLICABLE' -H 'traceparent: 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00' -H 'user-agent: axios/0.27.2' --compressed
{
"content-type": "application/json; charset=utf-8",
"cache-control": "no-cache",
"content-length": "283",
"accept-ranges": "bytes",
"date": "Tue, 19 Sep 2023 00:15:57 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=5"
}
[
{
"id": 15,
"ledgerAccountType": "POSITION",
"currency": "EUR",
"isActive": 1,
"value": 0,
"reservedValue": 0,
"changedDate": "2023-09-19T00:15:56.000Z"
},
{
"id": 16,
"ledgerAccountType": "SETTLEMENT",
"currency": "EUR",
"isActive": 1,
"value": 0,
"reservedValue": 0,
"changedDate": "2023-09-19T00:15:56.000Z"
}
]
Name | Result |
---|---|
status to be 200 | PASSED |
Total | 1 / 1 |
Test Name | Assertion Error |
---|
Header Name | Header Value |
---|---|
Content-Type | application/json |
FSPIOP-Source | NOT_APPLICABLE |
traceparent | 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00 |
{
"transferId": "4b824451-591a-4b33-9185-f69b6049cb40",
"externalReference": "string",
"action": "recordFundsIn",
"reason": "string",
"amount": {
"amount": "5000",
"currency": "EUR"
},
"extensionList": {
"extension": [
{
"key": "string",
"value": "string"
}
]
}
}
curl 'http://moja-centralledger-service/participants/payeefsp/accounts/16' -H 'content-type: application/json' -H 'fspiop-source: NOT_APPLICABLE' -H 'traceparent: 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00' -H 'user-agent: axios/0.27.2' --data-binary '{"transferId":"4b824451-591a-4b33-9185-f69b6049cb40","externalReference":"string","action":"recordFundsIn","reason":"string","amount":{"amount":"5000","currency":"EUR"},"extensionList":{"extension":[{"key":"string","value":"string"}]}}' --compressed
{
"cache-control": "no-cache",
"content-length": "0",
"date": "Tue, 19 Sep 2023 00:15:57 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=5"
}
Name | Result |
---|---|
status to be 202 | PASSED |
Total | 1 / 1 |
Test Name | Assertion Error |
---|
Header Name | Header Value |
---|---|
Content-Type | application/json |
FSPIOP-Source | NOT_APPLICABLE |
traceparent | 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00 |
curl 'http://moja-centralledger-service/participants/payeefsp/accounts' -H 'content-type: application/json' -H 'fspiop-source: NOT_APPLICABLE' -H 'traceparent: 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00' -H 'user-agent: axios/0.27.2' --compressed
{
"content-type": "application/json; charset=utf-8",
"cache-control": "no-cache",
"content-length": "287",
"accept-ranges": "bytes",
"date": "Tue, 19 Sep 2023 00:15:58 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=5"
}
[
{
"id": 15,
"ledgerAccountType": "POSITION",
"currency": "EUR",
"isActive": 1,
"value": 0,
"reservedValue": 0,
"changedDate": "2023-09-19T00:15:56.000Z"
},
{
"id": 16,
"ledgerAccountType": "SETTLEMENT",
"currency": "EUR",
"isActive": 1,
"value": -5000,
"reservedValue": 0,
"changedDate": "2023-09-19T00:15:57.000Z"
}
]
Name | Result |
---|---|
status to be 200 | PASSED |
payeefsp Settlement Account Balance After FundsIn should be equal to the balance before plus the transfer amount | PASSED |
Total | 2 / 2 |
Test Name | Assertion Error |
---|
Header Name | Header Value |
---|---|
Content-Type | application/json |
FSPIOP-Source | NOT_APPLICABLE |
traceparent | 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00 |
{
"name": "payeefsp",
"currency": "GBP"
}
curl 'http://moja-centralledger-service/participants' -H 'content-type: application/json' -H 'fspiop-source: NOT_APPLICABLE' -H 'traceparent: 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00' -H 'user-agent: axios/0.27.2' --data-binary '{"name":"payeefsp","currency":"GBP"}' --compressed
{
"content-type": "application/json; charset=utf-8",
"cache-control": "no-cache",
"content-length": "708",
"date": "Tue, 19 Sep 2023 00:15:58 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=5"
}
{
"name": "payeefsp",
"id": "interop-switch.dev.ossperf.mojaloop.live.internal/participants/payeefsp",
"created": "\"2023-09-19T00:15:56.000Z\"",
"isActive": 1,
"links": {
"self": "interop-switch.dev.ossperf.mojaloop.live.internal/participants/payeefsp"
},
"accounts": [
{
"id": 15,
"ledgerAccountType": "POSITION",
"currency": "EUR",
"isActive": 1,
"createdDate": null,
"createdBy": "unknown"
},
{
"id": 16,
"ledgerAccountType": "SETTLEMENT",
"currency": "EUR",
"isActive": 1,
"createdDate": null,
"createdBy": "unknown"
},
{
"id": 17,
"ledgerAccountType": "POSITION",
"currency": "GBP",
"isActive": 0,
"createdDate": null,
"createdBy": "unknown"
},
{
"id": 18,
"ledgerAccountType": "SETTLEMENT",
"currency": "GBP",
"isActive": 0,
"createdDate": null,
"createdBy": "unknown"
}
]
}
Name | Result |
---|---|
status to be 201 if not exists or 400 if exists | PASSED |
Total | 1 / 1 |
Test Name | Assertion Error |
---|
Header Name | Header Value |
---|---|
Content-Type | application/json |
FSPIOP-Source | NOT_APPLICABLE |
traceparent | 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00 |
{
"currency": "GBP",
"limit": {
"type": "NET_DEBIT_CAP",
"value": 10000
},
"initialPosition": 0
}
curl 'http://moja-centralledger-service/participants/payeefsp/initialPositionAndLimits' -H 'content-type: application/json' -H 'fspiop-source: NOT_APPLICABLE' -H 'traceparent: 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00' -H 'user-agent: axios/0.27.2' --data-binary '{"currency":"GBP","limit":{"type":"NET_DEBIT_CAP","value":10000},"initialPosition":0}' --compressed
{
"cache-control": "no-cache",
"content-length": "0",
"date": "Tue, 19 Sep 2023 00:15:58 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=5"
}
Name | Result |
---|---|
status to be 201 if not exists or 500 if exists | PASSED |
Total | 1 / 1 |
Test Name | Assertion Error |
---|
Header Name | Header Value |
---|---|
Content-Type | application/json |
FSPIOP-Source | NOT_APPLICABLE |
traceparent | 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00 |
{
"name": "payeefsp",
"currency": "CAD"
}
curl 'http://moja-centralledger-service/participants' -H 'content-type: application/json' -H 'fspiop-source: NOT_APPLICABLE' -H 'traceparent: 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00' -H 'user-agent: axios/0.27.2' --data-binary '{"name":"payeefsp","currency":"CAD"}' --compressed
{
"content-type": "application/json; charset=utf-8",
"cache-control": "no-cache",
"content-length": "1183",
"vary": "accept-encoding",
"date": "Tue, 19 Sep 2023 00:15:58 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=5"
}
{
"name": "payeefsp",
"id": "interop-switch.dev.ossperf.mojaloop.live.internal/participants/payeefsp",
"created": "\"2023-09-19T00:15:56.000Z\"",
"isActive": 1,
"links": {
"self": "interop-switch.dev.ossperf.mojaloop.live.internal/participants/payeefsp"
},
"accounts": [
{
"id": 15,
"ledgerAccountType": "POSITION",
"currency": "EUR",
"isActive": 1,
"createdDate": null,
"createdBy": "unknown"
},
{
"id": 16,
"ledgerAccountType": "SETTLEMENT",
"currency": "EUR",
"isActive": 1,
"createdDate": null,
"createdBy": "unknown"
},
{
"id": 17,
"ledgerAccountType": "POSITION",
"currency": "GBP",
"isActive": 1,
"createdDate": null,
"createdBy": "unknown"
},
{
"id": 18,
"ledgerAccountType": "SETTLEMENT",
"currency": "GBP",
"isActive": 1,
"createdDate": null,
"createdBy": "unknown"
},
{
"id": 19,
"ledgerAccountType": "POSITION",
"currency": "CAD",
"isActive": 0,
"createdDate": null,
"createdBy": "unknown"
},
{
"id": 20,
"ledgerAccountType": "SETTLEMENT",
"currency": "CAD",
"isActive": 0,
"createdDate": null,
"createdBy": "unknown"
},
{
"id": 21,
"ledgerAccountType": "INTERCHANGE_FEE",
"currency": "CAD",
"isActive": 0,
"createdDate": null,
"createdBy": "unknown"
},
{
"id": 22,
"ledgerAccountType": "INTERCHANGE_FEE_SETTLEMENT",
"currency": "CAD",
"isActive": 0,
"createdDate": null,
"createdBy": "unknown"
}
]
}
Name | Result |
---|---|
status to be 201 if not exists or 400 if exists | PASSED |
Total | 1 / 1 |
Test Name | Assertion Error |
---|
Header Name | Header Value |
---|---|
Content-Type | application/json |
FSPIOP-Source | NOT_APPLICABLE |
traceparent | 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00 |
{
"currency": "CAD",
"limit": {
"type": "NET_DEBIT_CAP",
"value": 10000
},
"initialPosition": 0
}
curl 'http://moja-centralledger-service/participants/payeefsp/initialPositionAndLimits' -H 'content-type: application/json' -H 'fspiop-source: NOT_APPLICABLE' -H 'traceparent: 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00' -H 'user-agent: axios/0.27.2' --data-binary '{"currency":"CAD","limit":{"type":"NET_DEBIT_CAP","value":10000},"initialPosition":0}' --compressed
{
"cache-control": "no-cache",
"content-length": "0",
"date": "Tue, 19 Sep 2023 00:15:59 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=5"
}
Name | Result |
---|---|
status to be 201 if not exists or 500 if exists | PASSED |
Total | 1 / 1 |
Test Name | Assertion Error |
---|
Header Name | Header Value |
---|---|
Content-Type | application/json |
FSPIOP-Source | NOT_APPLICABLE |
traceparent | 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00 |
curl 'http://moja-centralledger-service/participants/payeefsp/accounts' -H 'content-type: application/json' -H 'fspiop-source: NOT_APPLICABLE' -H 'traceparent: 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00' -H 'user-agent: axios/0.27.2' --compressed
{
"content-type": "application/json; charset=utf-8",
"cache-control": "no-cache",
"content-length": "1156",
"vary": "accept-encoding",
"accept-ranges": "bytes",
"date": "Tue, 19 Sep 2023 00:15:59 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=5"
}
[
{
"id": 15,
"ledgerAccountType": "POSITION",
"currency": "EUR",
"isActive": 1,
"value": 0,
"reservedValue": 0,
"changedDate": "2023-09-19T00:15:56.000Z"
},
{
"id": 16,
"ledgerAccountType": "SETTLEMENT",
"currency": "EUR",
"isActive": 1,
"value": -5000,
"reservedValue": 0,
"changedDate": "2023-09-19T00:15:57.000Z"
},
{
"id": 17,
"ledgerAccountType": "POSITION",
"currency": "GBP",
"isActive": 1,
"value": 0,
"reservedValue": 0,
"changedDate": "2023-09-19T00:15:58.000Z"
},
{
"id": 18,
"ledgerAccountType": "SETTLEMENT",
"currency": "GBP",
"isActive": 1,
"value": 0,
"reservedValue": 0,
"changedDate": "2023-09-19T00:15:58.000Z"
},
{
"id": 19,
"ledgerAccountType": "POSITION",
"currency": "CAD",
"isActive": 1,
"value": 0,
"reservedValue": 0,
"changedDate": "2023-09-19T00:15:59.000Z"
},
{
"id": 20,
"ledgerAccountType": "SETTLEMENT",
"currency": "CAD",
"isActive": 1,
"value": 0,
"reservedValue": 0,
"changedDate": "2023-09-19T00:15:59.000Z"
},
{
"id": 21,
"ledgerAccountType": "INTERCHANGE_FEE",
"currency": "CAD",
"isActive": 1,
"value": 0,
"reservedValue": 0,
"changedDate": "2023-09-19T00:15:59.000Z"
},
{
"id": 22,
"ledgerAccountType": "INTERCHANGE_FEE_SETTLEMENT",
"currency": "CAD",
"isActive": 1,
"value": 0,
"reservedValue": 0,
"changedDate": "2023-09-19T00:15:59.000Z"
}
]
Name | Result |
---|---|
status to be 200 | PASSED |
Total | 1 / 1 |
Test Name | Assertion Error |
---|
Header Name | Header Value |
---|---|
Content-Type | application/json |
FSPIOP-Source | NOT_APPLICABLE |
traceparent | 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00 |
{
"transferId": "7a31224d-97b0-4df0-bfde-4b4950e83dbb",
"externalReference": "string",
"action": "recordFundsIn",
"reason": "string",
"amount": {
"amount": "5000",
"currency": "GBP"
},
"extensionList": {
"extension": [
{
"key": "string",
"value": "string"
}
]
}
}
curl 'http://moja-centralledger-service/participants/payeefsp/accounts/18' -H 'content-type: application/json' -H 'fspiop-source: NOT_APPLICABLE' -H 'traceparent: 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00' -H 'user-agent: axios/0.27.2' --data-binary '{"transferId":"7a31224d-97b0-4df0-bfde-4b4950e83dbb","externalReference":"string","action":"recordFundsIn","reason":"string","amount":{"amount":"5000","currency":"GBP"},"extensionList":{"extension":[{"key":"string","value":"string"}]}}' --compressed
{
"cache-control": "no-cache",
"content-length": "0",
"date": "Tue, 19 Sep 2023 00:15:59 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=5"
}
Name | Result |
---|---|
status to be 202 | PASSED |
Total | 1 / 1 |
Test Name | Assertion Error |
---|
Header Name | Header Value |
---|---|
Content-Type | application/json |
FSPIOP-Source | NOT_APPLICABLE |
traceparent | 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00 |
curl 'http://moja-centralledger-service/participants/payeefsp/accounts' -H 'content-type: application/json' -H 'fspiop-source: NOT_APPLICABLE' -H 'traceparent: 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00' -H 'user-agent: axios/0.27.2' --compressed
{
"content-type": "application/json; charset=utf-8",
"cache-control": "no-cache",
"content-length": "1160",
"vary": "accept-encoding",
"accept-ranges": "bytes",
"date": "Tue, 19 Sep 2023 00:16:00 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=5"
}
[
{
"id": 15,
"ledgerAccountType": "POSITION",
"currency": "EUR",
"isActive": 1,
"value": 0,
"reservedValue": 0,
"changedDate": "2023-09-19T00:15:56.000Z"
},
{
"id": 16,
"ledgerAccountType": "SETTLEMENT",
"currency": "EUR",
"isActive": 1,
"value": -5000,
"reservedValue": 0,
"changedDate": "2023-09-19T00:15:57.000Z"
},
{
"id": 17,
"ledgerAccountType": "POSITION",
"currency": "GBP",
"isActive": 1,
"value": 0,
"reservedValue": 0,
"changedDate": "2023-09-19T00:15:58.000Z"
},
{
"id": 18,
"ledgerAccountType": "SETTLEMENT",
"currency": "GBP",
"isActive": 1,
"value": -5000,
"reservedValue": 0,
"changedDate": "2023-09-19T00:16:00.000Z"
},
{
"id": 19,
"ledgerAccountType": "POSITION",
"currency": "CAD",
"isActive": 1,
"value": 0,
"reservedValue": 0,
"changedDate": "2023-09-19T00:15:59.000Z"
},
{
"id": 20,
"ledgerAccountType": "SETTLEMENT",
"currency": "CAD",
"isActive": 1,
"value": 0,
"reservedValue": 0,
"changedDate": "2023-09-19T00:15:59.000Z"
},
{
"id": 21,
"ledgerAccountType": "INTERCHANGE_FEE",
"currency": "CAD",
"isActive": 1,
"value": 0,
"reservedValue": 0,
"changedDate": "2023-09-19T00:15:59.000Z"
},
{
"id": 22,
"ledgerAccountType": "INTERCHANGE_FEE_SETTLEMENT",
"currency": "CAD",
"isActive": 1,
"value": 0,
"reservedValue": 0,
"changedDate": "2023-09-19T00:15:59.000Z"
}
]
Name | Result |
---|---|
status to be 200 | PASSED |
Settlement Account Balance After FundsIn should be equal to the balance before plus the transfer amount | PASSED |
Total | 2 / 2 |
Test Name | Assertion Error |
---|
Header Name | Header Value |
---|---|
Content-Type | application/json |
FSPIOP-Source | NOT_APPLICABLE |
traceparent | 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00 |
{
"type": "FSPIOP_CALLBACK_URL_AUTHORIZATIONS",
"value": "http://moja-sim-payeefsp-scheme-adapter:4000"
}
curl 'http://moja-centralledger-service/participants/payeefsp/endpoints' -H 'content-type: application/json' -H 'fspiop-source: NOT_APPLICABLE' -H 'traceparent: 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00' -H 'user-agent: axios/0.27.2' --data-binary '{"type":"FSPIOP_CALLBACK_URL_AUTHORIZATIONS","value":"http://moja-sim-payeefsp-scheme-adapter:4000"}' --compressed
{
"cache-control": "no-cache",
"content-length": "0",
"date": "Tue, 19 Sep 2023 00:16:00 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=5"
}
Name | Result |
---|---|
Status code is 201 | PASSED |
Total | 1 / 1 |
Test Name | Assertion Error |
---|
Header Name | Header Value |
---|---|
Content-Type | application/json |
FSPIOP-Source | NOT_APPLICABLE |
traceparent | 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00 |
{
"type": "FSPIOP_CALLBACK_URL_PARTICIPANT_PUT",
"value": "http://moja-sim-payeefsp-scheme-adapter:4000/participants/{{partyIdType}}/{{partyIdentifier}}"
}
curl 'http://moja-centralledger-service/participants/payeefsp/endpoints' -H 'content-type: application/json' -H 'fspiop-source: NOT_APPLICABLE' -H 'traceparent: 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00' -H 'user-agent: axios/0.27.2' --data-binary '{"type":"FSPIOP_CALLBACK_URL_PARTICIPANT_PUT","value":"http://moja-sim-payeefsp-scheme-adapter:4000/participants/{{partyIdType}}/{{partyIdentifier}}"}' --compressed
{
"cache-control": "no-cache",
"content-length": "0",
"date": "Tue, 19 Sep 2023 00:16:00 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=5"
}
Name | Result |
---|---|
Status code is 201 | PASSED |
Total | 1 / 1 |
Test Name | Assertion Error |
---|
Header Name | Header Value |
---|---|
Content-Type | application/json |
FSPIOP-Source | NOT_APPLICABLE |
traceparent | 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00 |
{
"type": "FSPIOP_CALLBACK_URL_PARTICIPANT_PUT_ERROR",
"value": "http://moja-sim-payeefsp-scheme-adapter:4000/participants/{{partyIdType}}/{{partyIdentifier}}/error"
}
curl 'http://moja-centralledger-service/participants/payeefsp/endpoints' -H 'content-type: application/json' -H 'fspiop-source: NOT_APPLICABLE' -H 'traceparent: 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00' -H 'user-agent: axios/0.27.2' --data-binary '{"type":"FSPIOP_CALLBACK_URL_PARTICIPANT_PUT_ERROR","value":"http://moja-sim-payeefsp-scheme-adapter:4000/participants/{{partyIdType}}/{{partyIdentifier}}/error"}' --compressed
{
"cache-control": "no-cache",
"content-length": "0",
"date": "Tue, 19 Sep 2023 00:16:01 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=5"
}
Name | Result |
---|---|
Status code is 201 | PASSED |
Total | 1 / 1 |
Test Name | Assertion Error |
---|
Header Name | Header Value |
---|---|
Content-Type | application/json |
FSPIOP-Source | NOT_APPLICABLE |
traceparent | 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00 |
{
"type": "FSPIOP_CALLBACK_URL_PARTICIPANT_BATCH_PUT",
"value": "http://moja-sim-payeefsp-scheme-adapter:4000/participants/{{requestId}}"
}
curl 'http://moja-centralledger-service/participants/payeefsp/endpoints' -H 'content-type: application/json' -H 'fspiop-source: NOT_APPLICABLE' -H 'traceparent: 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00' -H 'user-agent: axios/0.27.2' --data-binary '{"type":"FSPIOP_CALLBACK_URL_PARTICIPANT_BATCH_PUT","value":"http://moja-sim-payeefsp-scheme-adapter:4000/participants/{{requestId}}"}' --compressed
{
"cache-control": "no-cache",
"content-length": "0",
"date": "Tue, 19 Sep 2023 00:16:01 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=5"
}
Name | Result |
---|---|
Status code is 201 | PASSED |
Total | 1 / 1 |
Test Name | Assertion Error |
---|
Header Name | Header Value |
---|---|
Content-Type | application/json |
FSPIOP-Source | NOT_APPLICABLE |
traceparent | 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00 |
{
"type": "FSPIOP_CALLBACK_URL_PARTICIPANT_BATCH_PUT_ERROR",
"value": "http://moja-sim-payeefsp-scheme-adapter:4000/participants/{{requestId}}/error"
}
curl 'http://moja-centralledger-service/participants/payeefsp/endpoints' -H 'content-type: application/json' -H 'fspiop-source: NOT_APPLICABLE' -H 'traceparent: 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00' -H 'user-agent: axios/0.27.2' --data-binary '{"type":"FSPIOP_CALLBACK_URL_PARTICIPANT_BATCH_PUT_ERROR","value":"http://moja-sim-payeefsp-scheme-adapter:4000/participants/{{requestId}}/error"}' --compressed
{
"cache-control": "no-cache",
"content-length": "0",
"date": "Tue, 19 Sep 2023 00:16:01 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=5"
}
Name | Result |
---|---|
Status code is 201 | PASSED |
Total | 1 / 1 |
Test Name | Assertion Error |
---|
Header Name | Header Value |
---|---|
Content-Type | application/json |
FSPIOP-Source | NOT_APPLICABLE |
traceparent | 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00 |
{
"type": "FSPIOP_CALLBACK_URL_PARTIES_GET",
"value": "http://moja-sim-payeefsp-scheme-adapter:4000/parties/{{partyIdType}}/{{partyIdentifier}}"
}
curl 'http://moja-centralledger-service/participants/payeefsp/endpoints' -H 'content-type: application/json' -H 'fspiop-source: NOT_APPLICABLE' -H 'traceparent: 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00' -H 'user-agent: axios/0.27.2' --data-binary '{"type":"FSPIOP_CALLBACK_URL_PARTIES_GET","value":"http://moja-sim-payeefsp-scheme-adapter:4000/parties/{{partyIdType}}/{{partyIdentifier}}"}' --compressed
{
"cache-control": "no-cache",
"content-length": "0",
"date": "Tue, 19 Sep 2023 00:16:01 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=5"
}
Name | Result |
---|---|
Status code is 201 | PASSED |
Total | 1 / 1 |
Test Name | Assertion Error |
---|
Header Name | Header Value |
---|---|
Content-Type | application/json |
FSPIOP-Source | NOT_APPLICABLE |
traceparent | 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00 |
{
"type": "FSPIOP_CALLBACK_URL_PARTIES_PUT",
"value": "http://moja-sim-payeefsp-scheme-adapter:4000/parties/{{partyIdType}}/{{partyIdentifier}}"
}
curl 'http://moja-centralledger-service/participants/payeefsp/endpoints' -H 'content-type: application/json' -H 'fspiop-source: NOT_APPLICABLE' -H 'traceparent: 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00' -H 'user-agent: axios/0.27.2' --data-binary '{"type":"FSPIOP_CALLBACK_URL_PARTIES_PUT","value":"http://moja-sim-payeefsp-scheme-adapter:4000/parties/{{partyIdType}}/{{partyIdentifier}}"}' --compressed
{
"cache-control": "no-cache",
"content-length": "0",
"date": "Tue, 19 Sep 2023 00:16:02 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=5"
}
Name | Result |
---|---|
Status code is 201 | PASSED |
Total | 1 / 1 |
Test Name | Assertion Error |
---|
Header Name | Header Value |
---|---|
Content-Type | application/json |
FSPIOP-Source | NOT_APPLICABLE |
traceparent | 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00 |
{
"type": "FSPIOP_CALLBACK_URL_PARTIES_PUT_ERROR",
"value": "http://moja-sim-payeefsp-scheme-adapter:4000/parties/{{partyIdType}}/{{partyIdentifier}}/error"
}
curl 'http://moja-centralledger-service/participants/payeefsp/endpoints' -H 'content-type: application/json' -H 'fspiop-source: NOT_APPLICABLE' -H 'traceparent: 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00' -H 'user-agent: axios/0.27.2' --data-binary '{"type":"FSPIOP_CALLBACK_URL_PARTIES_PUT_ERROR","value":"http://moja-sim-payeefsp-scheme-adapter:4000/parties/{{partyIdType}}/{{partyIdentifier}}/error"}' --compressed
{
"cache-control": "no-cache",
"content-length": "0",
"date": "Tue, 19 Sep 2023 00:16:02 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=5"
}
Name | Result |
---|---|
Status code is 201 | PASSED |
Total | 1 / 1 |
Test Name | Assertion Error |
---|
Header Name | Header Value |
---|---|
Content-Type | application/json |
traceparent | 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00 |
{
"type": "FSPIOP_CALLBACK_URL_QUOTES",
"value": "http://moja-sim-payeefsp-scheme-adapter:4000"
}
curl 'http://moja-centralledger-service/participants/payeefsp/endpoints' -H 'content-type: application/json' -H 'traceparent: 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00' -H 'user-agent: axios/0.27.2' --data-binary '{"type":"FSPIOP_CALLBACK_URL_QUOTES","value":"http://moja-sim-payeefsp-scheme-adapter:4000"}' --compressed
{
"cache-control": "no-cache",
"content-length": "0",
"date": "Tue, 19 Sep 2023 00:16:02 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=5"
}
Name | Result |
---|---|
Status code is 201 | PASSED |
Total | 1 / 1 |
Test Name | Assertion Error |
---|
Header Name | Header Value |
---|---|
Content-Type | application/json |
traceparent | 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00 |
{
"type": "FSPIOP_CALLBACK_URL_TRX_REQ_SERVICE",
"value": "http://moja-sim-payeefsp-scheme-adapter:4000"
}
curl 'http://moja-centralledger-service/participants/payeefsp/endpoints' -H 'content-type: application/json' -H 'traceparent: 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00' -H 'user-agent: axios/0.27.2' --data-binary '{"type":"FSPIOP_CALLBACK_URL_TRX_REQ_SERVICE","value":"http://moja-sim-payeefsp-scheme-adapter:4000"}' --compressed
{
"cache-control": "no-cache",
"content-length": "0",
"date": "Tue, 19 Sep 2023 00:16:02 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=5"
}
Name | Result |
---|---|
Status code is 201 | PASSED |
Total | 1 / 1 |
Test Name | Assertion Error |
---|
Header Name | Header Value |
---|---|
Content-Type | application/json |
traceparent | 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00 |
{
"type": "FSPIOP_CALLBACK_URL_TRANSFER_POST",
"value": "http://moja-sim-payeefsp-scheme-adapter:4000/transfers"
}
curl 'http://moja-centralledger-service/participants/payeefsp/endpoints' -H 'content-type: application/json' -H 'traceparent: 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00' -H 'user-agent: axios/0.27.2' --data-binary '{"type":"FSPIOP_CALLBACK_URL_TRANSFER_POST","value":"http://moja-sim-payeefsp-scheme-adapter:4000/transfers"}' --compressed
{
"cache-control": "no-cache",
"content-length": "0",
"date": "Tue, 19 Sep 2023 00:16:03 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=5"
}
Name | Result |
---|---|
Status code is 201 | PASSED |
Total | 1 / 1 |
Test Name | Assertion Error |
---|
Header Name | Header Value |
---|---|
Content-Type | application/json |
traceparent | 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00 |
{
"type": "FSPIOP_CALLBACK_URL_TRANSFER_PUT",
"value": "http://moja-sim-payeefsp-scheme-adapter:4000/transfers/{{transferId}}"
}
curl 'http://moja-centralledger-service/participants/payeefsp/endpoints' -H 'content-type: application/json' -H 'traceparent: 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00' -H 'user-agent: axios/0.27.2' --data-binary '{"type":"FSPIOP_CALLBACK_URL_TRANSFER_PUT","value":"http://moja-sim-payeefsp-scheme-adapter:4000/transfers/{{transferId}}"}' --compressed
{
"cache-control": "no-cache",
"content-length": "0",
"date": "Tue, 19 Sep 2023 00:16:03 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=5"
}
Name | Result |
---|---|
Status code is 201 | PASSED |
Total | 1 / 1 |
Test Name | Assertion Error |
---|
Header Name | Header Value |
---|---|
Content-Type | application/json |
traceparent | 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00 |
{
"type": "FSPIOP_CALLBACK_URL_TRANSFER_ERROR",
"value": "http://moja-sim-payeefsp-scheme-adapter:4000/transfers/{{transferId}}/error"
}
curl 'http://moja-centralledger-service/participants/payeefsp/endpoints' -H 'content-type: application/json' -H 'traceparent: 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00' -H 'user-agent: axios/0.27.2' --data-binary '{"type":"FSPIOP_CALLBACK_URL_TRANSFER_ERROR","value":"http://moja-sim-payeefsp-scheme-adapter:4000/transfers/{{transferId}}/error"}' --compressed
{
"cache-control": "no-cache",
"content-length": "0",
"date": "Tue, 19 Sep 2023 00:16:03 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=5"
}
Name | Result |
---|---|
Status code is 201 | PASSED |
Total | 1 / 1 |
Test Name | Assertion Error |
---|
Header Name | Header Value |
---|---|
Content-Type | application/json |
traceparent | 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00 |
{
"type": "FSPIOP_CALLBACK_URL_BULK_TRANSFER_POST",
"value": "http://moja-sim-payeefsp-scheme-adapter:4000/bulkTransfers"
}
curl 'http://moja-centralledger-service/participants/payeefsp/endpoints' -H 'content-type: application/json' -H 'traceparent: 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00' -H 'user-agent: axios/0.27.2' --data-binary '{"type":"FSPIOP_CALLBACK_URL_BULK_TRANSFER_POST","value":"http://moja-sim-payeefsp-scheme-adapter:4000/bulkTransfers"}' --compressed
{
"cache-control": "no-cache",
"content-length": "0",
"date": "Tue, 19 Sep 2023 00:16:04 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=5"
}
Name | Result |
---|---|
Status code is 201 | PASSED |
Total | 1 / 1 |
Test Name | Assertion Error |
---|
Header Name | Header Value |
---|---|
Content-Type | application/json |
traceparent | 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00 |
{
"type": "FSPIOP_CALLBACK_URL_BULK_TRANSFER_PUT",
"value": "http://moja-sim-payeefsp-scheme-adapter:4000/bulkTransfers/{{id}}"
}
curl 'http://moja-centralledger-service/participants/payeefsp/endpoints' -H 'content-type: application/json' -H 'traceparent: 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00' -H 'user-agent: axios/0.27.2' --data-binary '{"type":"FSPIOP_CALLBACK_URL_BULK_TRANSFER_PUT","value":"http://moja-sim-payeefsp-scheme-adapter:4000/bulkTransfers/{{id}}"}' --compressed
{
"cache-control": "no-cache",
"content-length": "0",
"date": "Tue, 19 Sep 2023 00:16:04 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=5"
}
Name | Result |
---|---|
Status code is 201 | PASSED |
Total | 1 / 1 |
Test Name | Assertion Error |
---|
Header Name | Header Value |
---|---|
Content-Type | application/json |
traceparent | 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00 |
{
"type": "FSPIOP_CALLBACK_URL_BULK_TRANSFER_ERROR",
"value": "http://moja-sim-payeefsp-scheme-adapter:4000/bulkTransfers/{{id}}/error"
}
curl 'http://moja-centralledger-service/participants/payeefsp/endpoints' -H 'content-type: application/json' -H 'traceparent: 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00' -H 'user-agent: axios/0.27.2' --data-binary '{"type":"FSPIOP_CALLBACK_URL_BULK_TRANSFER_ERROR","value":"http://moja-sim-payeefsp-scheme-adapter:4000/bulkTransfers/{{id}}/error"}' --compressed
{
"cache-control": "no-cache",
"content-length": "0",
"date": "Tue, 19 Sep 2023 00:16:04 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=5"
}
Name | Result |
---|---|
Status code is 201 | PASSED |
Total | 1 / 1 |
Test Name | Assertion Error |
---|
Header Name | Header Value |
---|---|
Content-Type | application/json |
traceparent | 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00 |
{
"type": "FSPIOP_CALLBACK_URL_PARTICIPANT_SUB_ID_PUT",
"value": "http://moja-sim-payeefsp-scheme-adapter:4000/participants/{{partyIdType}}/{{partyIdentifier}}/{{partySubIdOrType}}"
}
curl 'http://moja-centralledger-service/participants/payeefsp/endpoints' -H 'content-type: application/json' -H 'traceparent: 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00' -H 'user-agent: axios/0.27.2' --data-binary '{"type":"FSPIOP_CALLBACK_URL_PARTICIPANT_SUB_ID_PUT","value":"http://moja-sim-payeefsp-scheme-adapter:4000/participants/{{partyIdType}}/{{partyIdentifier}}/{{partySubIdOrType}}"}' --compressed
{
"cache-control": "no-cache",
"content-length": "0",
"date": "Tue, 19 Sep 2023 00:16:04 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=5"
}
Name | Result |
---|---|
Status code is 201 | PASSED |
Total | 1 / 1 |
Test Name | Assertion Error |
---|
Header Name | Header Value |
---|---|
Content-Type | application/json |
traceparent | 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00 |
{
"type": "FSPIOP_CALLBACK_URL_PARTICIPANT_SUB_ID_PUT_ERROR",
"value": "http://moja-sim-payeefsp-scheme-adapter:4000/participants/{{partyIdType}}/{{partyIdentifier}}/{{partySubIdOrType}}/error"
}
curl 'http://moja-centralledger-service/participants/payeefsp/endpoints' -H 'content-type: application/json' -H 'traceparent: 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00' -H 'user-agent: axios/0.27.2' --data-binary '{"type":"FSPIOP_CALLBACK_URL_PARTICIPANT_SUB_ID_PUT_ERROR","value":"http://moja-sim-payeefsp-scheme-adapter:4000/participants/{{partyIdType}}/{{partyIdentifier}}/{{partySubIdOrType}}/error"}' --compressed
{
"cache-control": "no-cache",
"content-length": "0",
"date": "Tue, 19 Sep 2023 00:16:05 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=5"
}
Name | Result |
---|---|
Status code is 201 | PASSED |
Total | 1 / 1 |
Test Name | Assertion Error |
---|
Header Name | Header Value |
---|---|
Content-Type | application/json |
traceparent | 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00 |
{
"type": "FSPIOP_CALLBACK_URL_PARTICIPANT_SUB_ID_DELETE",
"value": "http://moja-sim-payeefsp-scheme-adapter:4000/participants/{{partyIdType}}/{{partyIdentifier}}/{{partySubIdOrType}}"
}
curl 'http://moja-centralledger-service/participants/payeefsp/endpoints' -H 'content-type: application/json' -H 'traceparent: 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00' -H 'user-agent: axios/0.27.2' --data-binary '{"type":"FSPIOP_CALLBACK_URL_PARTICIPANT_SUB_ID_DELETE","value":"http://moja-sim-payeefsp-scheme-adapter:4000/participants/{{partyIdType}}/{{partyIdentifier}}/{{partySubIdOrType}}"}' --compressed
{
"cache-control": "no-cache",
"content-length": "0",
"date": "Tue, 19 Sep 2023 00:16:05 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=5"
}
Name | Result |
---|---|
Status code is 201 | PASSED |
Total | 1 / 1 |
Test Name | Assertion Error |
---|
Header Name | Header Value |
---|---|
Content-Type | application/json |
traceparent | 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00 |
{
"type": "FSPIOP_CALLBACK_URL_PARTIES_SUB_ID_GET",
"value": "http://moja-sim-payeefsp-scheme-adapter:4000/parties/{{partyIdType}}/{{partyIdentifier}}/{{partySubIdOrType}}"
}
curl 'http://moja-centralledger-service/participants/payeefsp/endpoints' -H 'content-type: application/json' -H 'traceparent: 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00' -H 'user-agent: axios/0.27.2' --data-binary '{"type":"FSPIOP_CALLBACK_URL_PARTIES_SUB_ID_GET","value":"http://moja-sim-payeefsp-scheme-adapter:4000/parties/{{partyIdType}}/{{partyIdentifier}}/{{partySubIdOrType}}"}' --compressed
{
"cache-control": "no-cache",
"content-length": "0",
"date": "Tue, 19 Sep 2023 00:16:05 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=5"
}
Name | Result |
---|---|
Status code is 201 | PASSED |
Total | 1 / 1 |
Test Name | Assertion Error |
---|
Header Name | Header Value |
---|---|
Content-Type | application/json |
traceparent | 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00 |
{
"type": "FSPIOP_CALLBACK_URL_PARTIES_SUB_ID_PUT",
"value": "http://moja-sim-payeefsp-scheme-adapter:4000/parties/{{partyIdType}}/{{partyIdentifier}}/{{partySubIdOrType}}"
}
curl 'http://moja-centralledger-service/participants/payeefsp/endpoints' -H 'content-type: application/json' -H 'traceparent: 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00' -H 'user-agent: axios/0.27.2' --data-binary '{"type":"FSPIOP_CALLBACK_URL_PARTIES_SUB_ID_PUT","value":"http://moja-sim-payeefsp-scheme-adapter:4000/parties/{{partyIdType}}/{{partyIdentifier}}/{{partySubIdOrType}}"}' --compressed
{
"cache-control": "no-cache",
"content-length": "0",
"date": "Tue, 19 Sep 2023 00:16:05 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=5"
}
Name | Result |
---|---|
Status code is 201 | PASSED |
Total | 1 / 1 |
Test Name | Assertion Error |
---|
Header Name | Header Value |
---|---|
Content-Type | application/json |
traceparent | 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00 |
{
"type": "FSPIOP_CALLBACK_URL_PARTIES_SUB_ID_PUT_ERROR",
"value": "http://moja-sim-payeefsp-scheme-adapter:4000/parties/{{partyIdType}}/{{partyIdentifier}}/{{partySubIdOrType}}/error"
}
curl 'http://moja-centralledger-service/participants/payeefsp/endpoints' -H 'content-type: application/json' -H 'traceparent: 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00' -H 'user-agent: axios/0.27.2' --data-binary '{"type":"FSPIOP_CALLBACK_URL_PARTIES_SUB_ID_PUT_ERROR","value":"http://moja-sim-payeefsp-scheme-adapter:4000/parties/{{partyIdType}}/{{partyIdentifier}}/{{partySubIdOrType}}/error"}' --compressed
{
"cache-control": "no-cache",
"content-length": "0",
"date": "Tue, 19 Sep 2023 00:16:06 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=5"
}
Name | Result |
---|---|
Status code is 201 | PASSED |
Total | 1 / 1 |
Test Name | Assertion Error |
---|
Header Name | Header Value |
---|---|
Content-Type | application/json |
FSPIOP-Source | payeefsp |
traceparent | 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00 |
{
"type": "NET_DEBIT_CAP_THRESHOLD_BREACH_EMAIL",
"value": "some.email@gmail.com"
}
curl 'http://moja-centralledger-service/participants/payeefsp/endpoints' -H 'content-type: application/json' -H 'fspiop-source: payeefsp' -H 'traceparent: 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00' -H 'user-agent: axios/0.27.2' --data-binary '{"type":"NET_DEBIT_CAP_THRESHOLD_BREACH_EMAIL","value":"some.email@gmail.com"}' --compressed
{
"cache-control": "no-cache",
"content-length": "0",
"date": "Tue, 19 Sep 2023 00:16:06 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=5"
}
Name | Result |
---|---|
Status code is 201 | PASSED |
Total | 1 / 1 |
Test Name | Assertion Error |
---|
Header Name | Header Value |
---|---|
Content-Type | application/json |
FSPIOP-Source | NOT_APPLICABLE |
traceparent | 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00 |
{
"type": "NET_DEBIT_CAP_ADJUSTMENT_EMAIL",
"value": "some.email@gmail.com"
}
curl 'http://moja-centralledger-service/participants/payeefsp/endpoints' -H 'content-type: application/json' -H 'fspiop-source: NOT_APPLICABLE' -H 'traceparent: 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00' -H 'user-agent: axios/0.27.2' --data-binary '{"type":"NET_DEBIT_CAP_ADJUSTMENT_EMAIL","value":"some.email@gmail.com"}' --compressed
{
"cache-control": "no-cache",
"content-length": "0",
"date": "Tue, 19 Sep 2023 00:16:06 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=5"
}
Name | Result |
---|---|
Status code is 201 | PASSED |
Total | 1 / 1 |
Test Name | Assertion Error |
---|
Header Name | Header Value |
---|---|
Content-Type | application/json |
FSPIOP-Source | payeefsp |
traceparent | 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00 |
{
"type": "SETTLEMENT_TRANSFER_POSITION_CHANGE_EMAIL",
"value": "some.email@gmail.com"
}
curl 'http://moja-centralledger-service/participants/payeefsp/endpoints' -H 'content-type: application/json' -H 'fspiop-source: payeefsp' -H 'traceparent: 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00' -H 'user-agent: axios/0.27.2' --data-binary '{"type":"SETTLEMENT_TRANSFER_POSITION_CHANGE_EMAIL","value":"some.email@gmail.com"}' --compressed
{
"cache-control": "no-cache",
"content-length": "0",
"date": "Tue, 19 Sep 2023 00:16:06 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=5"
}
Name | Result |
---|---|
Status code is 201 | PASSED |
Total | 1 / 1 |
Test Name | Assertion Error |
---|
Header Name | Header Value |
---|---|
Content-Type | application/vnd.interoperability.participants+json;version=1.1 |
Accept | application/vnd.interoperability.participants+json;version=1.1 |
Date | Tue, 19 Sep 2023 00:16:06 GMT |
FSPIOP-Source | payeefsp |
traceparent | 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00 |
{
"fspId": "payeefsp",
"currency": "EUR"
}
curl 'http://moja-account-lookup-service/participants/MSISDN/17039811902' -H 'content-type: application/vnd.interoperability.participants+json;version=1.1' -H 'accept: application/vnd.interoperability.participants+json;version=1.1' -H 'date: Tue, 19 Sep 2023 00:16:06 GMT' -H 'fspiop-source: payeefsp' -H 'traceparent: 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00' -H 'user-agent: axios/0.27.2' --data-binary '{"fspId":"payeefsp","currency":"EUR"}' --compressed
{
"cache-control": "no-cache",
"content-length": "0",
"date": "Tue, 19 Sep 2023 00:16:07 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=5"
}
Name | Result |
---|---|
Status code is 202 | PASSED |
Total | 1 / 1 |
Test Name | Assertion Error |
---|
Header Name | Header Value |
---|---|
Content-Type | application/vnd.interoperability.participants+json;version=1.1 |
Accept | application/vnd.interoperability.participants+json;version=1.1 |
Date | Tue, 19 Sep 2023 00:16:07 GMT |
FSPIOP-Source | NOT_APPLICABLE |
traceparent | 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00 |
{
"fspId": "payeefsp",
"currency": "EUR"
}
curl 'http://moja-account-lookup-service/participants/MSISDN/17039811902/100' -H 'content-type: application/vnd.interoperability.participants+json;version=1.1' -H 'accept: application/vnd.interoperability.participants+json;version=1.1' -H 'date: Tue, 19 Sep 2023 00:16:07 GMT' -H 'fspiop-source: NOT_APPLICABLE' -H 'traceparent: 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00' -H 'user-agent: axios/0.27.2' --data-binary '{"fspId":"payeefsp","currency":"EUR"}' --compressed
{
"cache-control": "no-cache",
"content-length": "0",
"date": "Tue, 19 Sep 2023 00:16:07 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=5"
}
Name | Result |
---|---|
Status code is 202 | PASSED |
Total | 1 / 1 |
Test Name | Assertion Error |
---|
Header Name | Header Value |
---|---|
Content-Type | application/json |
FSPIOP-Source | NOT_APPLICABLE |
traceparent | 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00 |
{
"name": "noresponsepayeefsp",
"currency": "EUR"
}
curl 'http://moja-centralledger-service/participants' -H 'content-type: application/json' -H 'fspiop-source: NOT_APPLICABLE' -H 'traceparent: 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00' -H 'user-agent: axios/0.27.2' --data-binary '{"name":"noresponsepayeefsp","currency":"EUR"}' --compressed
{
"content-type": "application/json; charset=utf-8",
"cache-control": "no-cache",
"content-length": "512",
"date": "Tue, 19 Sep 2023 00:16:07 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=5"
}
{
"name": "noresponsepayeefsp",
"id": "interop-switch.dev.ossperf.mojaloop.live.internal/participants/noresponsepayeefsp",
"created": "\"2023-09-19T00:16:07.000Z\"",
"isActive": 1,
"links": {
"self": "interop-switch.dev.ossperf.mojaloop.live.internal/participants/noresponsepayeefsp"
},
"accounts": [
{
"id": 23,
"ledgerAccountType": "POSITION",
"currency": "EUR",
"isActive": 0,
"createdDate": null,
"createdBy": "unknown"
},
{
"id": 24,
"ledgerAccountType": "SETTLEMENT",
"currency": "EUR",
"isActive": 0,
"createdDate": null,
"createdBy": "unknown"
}
]
}
Name | Result |
---|---|
status to be 201 if not exists or 400 if exists | PASSED |
Total | 1 / 1 |
Test Name | Assertion Error |
---|
Header Name | Header Value |
---|---|
Content-Type | application/json |
FSPIOP-Source | NOT_APPLICABLE |
traceparent | 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00 |
{
"currency": "EUR",
"limit": {
"type": "NET_DEBIT_CAP",
"value": 10000
},
"initialPosition": 0
}
curl 'http://moja-centralledger-service/participants/noresponsepayeefsp/initialPositionAndLimits' -H 'content-type: application/json' -H 'fspiop-source: NOT_APPLICABLE' -H 'traceparent: 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00' -H 'user-agent: axios/0.27.2' --data-binary '{"currency":"EUR","limit":{"type":"NET_DEBIT_CAP","value":10000},"initialPosition":0}' --compressed
{
"cache-control": "no-cache",
"content-length": "0",
"date": "Tue, 19 Sep 2023 00:16:07 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=5"
}
Name | Result |
---|---|
status to be 201 if not exists or 500 if exists | PASSED |
Total | 1 / 1 |
Test Name | Assertion Error |
---|
Header Name | Header Value |
---|---|
Content-Type | application/json |
FSPIOP-Source | NOT_APPLICABLE |
traceparent | 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00 |
curl 'http://moja-centralledger-service/participants/noresponsepayeefsp/accounts' -H 'content-type: application/json' -H 'fspiop-source: NOT_APPLICABLE' -H 'traceparent: 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00' -H 'user-agent: axios/0.27.2' --compressed
{
"content-type": "application/json; charset=utf-8",
"cache-control": "no-cache",
"content-length": "283",
"accept-ranges": "bytes",
"date": "Tue, 19 Sep 2023 00:16:08 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=5"
}
[
{
"id": 23,
"ledgerAccountType": "POSITION",
"currency": "EUR",
"isActive": 1,
"value": 0,
"reservedValue": 0,
"changedDate": "2023-09-19T00:16:07.000Z"
},
{
"id": 24,
"ledgerAccountType": "SETTLEMENT",
"currency": "EUR",
"isActive": 1,
"value": 0,
"reservedValue": 0,
"changedDate": "2023-09-19T00:16:07.000Z"
}
]
Name | Result |
---|---|
status to be 200 | PASSED |
Total | 1 / 1 |
Test Name | Assertion Error |
---|
Header Name | Header Value |
---|---|
Content-Type | application/json |
FSPIOP-Source | NOT_APPLICABLE |
traceparent | 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00 |
{
"transferId": "cdd953e4-0a7e-4610-8c35-2a77095af1f1",
"externalReference": "string",
"action": "recordFundsIn",
"reason": "string",
"amount": {
"amount": "5000",
"currency": "EUR"
},
"extensionList": {
"extension": [
{
"key": "string",
"value": "string"
}
]
}
}
curl 'http://moja-centralledger-service/participants/noresponsepayeefsp/accounts/24' -H 'content-type: application/json' -H 'fspiop-source: NOT_APPLICABLE' -H 'traceparent: 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00' -H 'user-agent: axios/0.27.2' --data-binary '{"transferId":"cdd953e4-0a7e-4610-8c35-2a77095af1f1","externalReference":"string","action":"recordFundsIn","reason":"string","amount":{"amount":"5000","currency":"EUR"},"extensionList":{"extension":[{"key":"string","value":"string"}]}}' --compressed
{
"cache-control": "no-cache",
"content-length": "0",
"date": "Tue, 19 Sep 2023 00:16:08 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=5"
}
Name | Result |
---|---|
status to be 202 | PASSED |
Total | 1 / 1 |
Test Name | Assertion Error |
---|
Header Name | Header Value |
---|---|
Content-Type | application/json |
FSPIOP-Source | NOT_APPLICABLE |
traceparent | 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00 |
curl 'http://moja-centralledger-service/participants/noresponsepayeefsp/accounts' -H 'content-type: application/json' -H 'fspiop-source: NOT_APPLICABLE' -H 'traceparent: 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00' -H 'user-agent: axios/0.27.2' --compressed
{
"content-type": "application/json; charset=utf-8",
"cache-control": "no-cache",
"content-length": "287",
"accept-ranges": "bytes",
"date": "Tue, 19 Sep 2023 00:16:09 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=5"
}
[
{
"id": 23,
"ledgerAccountType": "POSITION",
"currency": "EUR",
"isActive": 1,
"value": 0,
"reservedValue": 0,
"changedDate": "2023-09-19T00:16:07.000Z"
},
{
"id": 24,
"ledgerAccountType": "SETTLEMENT",
"currency": "EUR",
"isActive": 1,
"value": -5000,
"reservedValue": 0,
"changedDate": "2023-09-19T00:16:08.000Z"
}
]
Name | Result |
---|---|
status to be 200 | PASSED |
noresponsepayeefsp Settlement Account Balance After FundsIn should be equal to the balance before plus the transfer amount | PASSED |
Total | 2 / 2 |
Test Name | Assertion Error |
---|
Header Name | Header Value |
---|---|
Content-Type | application/json |
FSPIOP-Source | NOT_APPLICABLE |
traceparent | 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00 |
{
"name": "noresponsepayeefsp",
"currency": "GBP"
}
curl 'http://moja-centralledger-service/participants' -H 'content-type: application/json' -H 'fspiop-source: NOT_APPLICABLE' -H 'traceparent: 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00' -H 'user-agent: axios/0.27.2' --data-binary '{"name":"noresponsepayeefsp","currency":"GBP"}' --compressed
{
"content-type": "application/json; charset=utf-8",
"cache-control": "no-cache",
"content-length": "738",
"date": "Tue, 19 Sep 2023 00:16:09 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=5"
}
{
"name": "noresponsepayeefsp",
"id": "interop-switch.dev.ossperf.mojaloop.live.internal/participants/noresponsepayeefsp",
"created": "\"2023-09-19T00:16:07.000Z\"",
"isActive": 1,
"links": {
"self": "interop-switch.dev.ossperf.mojaloop.live.internal/participants/noresponsepayeefsp"
},
"accounts": [
{
"id": 23,
"ledgerAccountType": "POSITION",
"currency": "EUR",
"isActive": 1,
"createdDate": null,
"createdBy": "unknown"
},
{
"id": 24,
"ledgerAccountType": "SETTLEMENT",
"currency": "EUR",
"isActive": 1,
"createdDate": null,
"createdBy": "unknown"
},
{
"id": 25,
"ledgerAccountType": "POSITION",
"currency": "GBP",
"isActive": 0,
"createdDate": null,
"createdBy": "unknown"
},
{
"id": 26,
"ledgerAccountType": "SETTLEMENT",
"currency": "GBP",
"isActive": 0,
"createdDate": null,
"createdBy": "unknown"
}
]
}
Name | Result |
---|---|
status to be 201 if not exists or 400 if exists | PASSED |
Total | 1 / 1 |
Test Name | Assertion Error |
---|
Header Name | Header Value |
---|---|
Content-Type | application/json |
FSPIOP-Source | NOT_APPLICABLE |
traceparent | 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00 |
{
"currency": "GBP",
"limit": {
"type": "NET_DEBIT_CAP",
"value": 10000
},
"initialPosition": 0
}
curl 'http://moja-centralledger-service/participants/noresponsepayeefsp/initialPositionAndLimits' -H 'content-type: application/json' -H 'fspiop-source: NOT_APPLICABLE' -H 'traceparent: 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00' -H 'user-agent: axios/0.27.2' --data-binary '{"currency":"GBP","limit":{"type":"NET_DEBIT_CAP","value":10000},"initialPosition":0}' --compressed
{
"cache-control": "no-cache",
"content-length": "0",
"date": "Tue, 19 Sep 2023 00:16:09 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=5"
}
Name | Result |
---|---|
status to be 201 if not exists or 500 if exists | PASSED |
Total | 1 / 1 |
Test Name | Assertion Error |
---|
Header Name | Header Value |
---|---|
Content-Type | application/json |
FSPIOP-Source | NOT_APPLICABLE |
traceparent | 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00 |
{
"name": "noresponsepayeefsp",
"currency": "CAD"
}
curl 'http://moja-centralledger-service/participants' -H 'content-type: application/json' -H 'fspiop-source: NOT_APPLICABLE' -H 'traceparent: 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00' -H 'user-agent: axios/0.27.2' --data-binary '{"name":"noresponsepayeefsp","currency":"CAD"}' --compressed
{
"content-type": "application/json; charset=utf-8",
"cache-control": "no-cache",
"content-length": "1213",
"vary": "accept-encoding",
"date": "Tue, 19 Sep 2023 00:16:09 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=5"
}
{
"name": "noresponsepayeefsp",
"id": "interop-switch.dev.ossperf.mojaloop.live.internal/participants/noresponsepayeefsp",
"created": "\"2023-09-19T00:16:07.000Z\"",
"isActive": 1,
"links": {
"self": "interop-switch.dev.ossperf.mojaloop.live.internal/participants/noresponsepayeefsp"
},
"accounts": [
{
"id": 23,
"ledgerAccountType": "POSITION",
"currency": "EUR",
"isActive": 1,
"createdDate": null,
"createdBy": "unknown"
},
{
"id": 24,
"ledgerAccountType": "SETTLEMENT",
"currency": "EUR",
"isActive": 1,
"createdDate": null,
"createdBy": "unknown"
},
{
"id": 25,
"ledgerAccountType": "POSITION",
"currency": "GBP",
"isActive": 1,
"createdDate": null,
"createdBy": "unknown"
},
{
"id": 26,
"ledgerAccountType": "SETTLEMENT",
"currency": "GBP",
"isActive": 1,
"createdDate": null,
"createdBy": "unknown"
},
{
"id": 27,
"ledgerAccountType": "POSITION",
"currency": "CAD",
"isActive": 0,
"createdDate": null,
"createdBy": "unknown"
},
{
"id": 28,
"ledgerAccountType": "SETTLEMENT",
"currency": "CAD",
"isActive": 0,
"createdDate": null,
"createdBy": "unknown"
},
{
"id": 29,
"ledgerAccountType": "INTERCHANGE_FEE",
"currency": "CAD",
"isActive": 0,
"createdDate": null,
"createdBy": "unknown"
},
{
"id": 30,
"ledgerAccountType": "INTERCHANGE_FEE_SETTLEMENT",
"currency": "CAD",
"isActive": 0,
"createdDate": null,
"createdBy": "unknown"
}
]
}
Name | Result |
---|---|
status to be 201 if not exists or 400 if exists | PASSED |
Total | 1 / 1 |
Test Name | Assertion Error |
---|
Header Name | Header Value |
---|---|
Content-Type | application/json |
FSPIOP-Source | NOT_APPLICABLE |
traceparent | 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00 |
{
"currency": "CAD",
"limit": {
"type": "NET_DEBIT_CAP",
"value": 10000
},
"initialPosition": 0
}
curl 'http://moja-centralledger-service/participants/noresponsepayeefsp/initialPositionAndLimits' -H 'content-type: application/json' -H 'fspiop-source: NOT_APPLICABLE' -H 'traceparent: 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00' -H 'user-agent: axios/0.27.2' --data-binary '{"currency":"CAD","limit":{"type":"NET_DEBIT_CAP","value":10000},"initialPosition":0}' --compressed
{
"cache-control": "no-cache",
"content-length": "0",
"date": "Tue, 19 Sep 2023 00:16:10 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=5"
}
Name | Result |
---|---|
status to be 201 if not exists or 500 if exists | PASSED |
Total | 1 / 1 |
Test Name | Assertion Error |
---|
Header Name | Header Value |
---|---|
Content-Type | application/json |
FSPIOP-Source | NOT_APPLICABLE |
traceparent | 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00 |
curl 'http://moja-centralledger-service/participants/noresponsepayeefsp/accounts' -H 'content-type: application/json' -H 'fspiop-source: NOT_APPLICABLE' -H 'traceparent: 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00' -H 'user-agent: axios/0.27.2' --compressed
{
"content-type": "application/json; charset=utf-8",
"cache-control": "no-cache",
"content-length": "1156",
"vary": "accept-encoding",
"accept-ranges": "bytes",
"date": "Tue, 19 Sep 2023 00:16:10 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=5"
}
[
{
"id": 23,
"ledgerAccountType": "POSITION",
"currency": "EUR",
"isActive": 1,
"value": 0,
"reservedValue": 0,
"changedDate": "2023-09-19T00:16:07.000Z"
},
{
"id": 24,
"ledgerAccountType": "SETTLEMENT",
"currency": "EUR",
"isActive": 1,
"value": -5000,
"reservedValue": 0,
"changedDate": "2023-09-19T00:16:08.000Z"
},
{
"id": 25,
"ledgerAccountType": "POSITION",
"currency": "GBP",
"isActive": 1,
"value": 0,
"reservedValue": 0,
"changedDate": "2023-09-19T00:16:09.000Z"
},
{
"id": 26,
"ledgerAccountType": "SETTLEMENT",
"currency": "GBP",
"isActive": 1,
"value": 0,
"reservedValue": 0,
"changedDate": "2023-09-19T00:16:09.000Z"
},
{
"id": 27,
"ledgerAccountType": "POSITION",
"currency": "CAD",
"isActive": 1,
"value": 0,
"reservedValue": 0,
"changedDate": "2023-09-19T00:16:10.000Z"
},
{
"id": 28,
"ledgerAccountType": "SETTLEMENT",
"currency": "CAD",
"isActive": 1,
"value": 0,
"reservedValue": 0,
"changedDate": "2023-09-19T00:16:10.000Z"
},
{
"id": 29,
"ledgerAccountType": "INTERCHANGE_FEE",
"currency": "CAD",
"isActive": 1,
"value": 0,
"reservedValue": 0,
"changedDate": "2023-09-19T00:16:10.000Z"
},
{
"id": 30,
"ledgerAccountType": "INTERCHANGE_FEE_SETTLEMENT",
"currency": "CAD",
"isActive": 1,
"value": 0,
"reservedValue": 0,
"changedDate": "2023-09-19T00:16:10.000Z"
}
]
Name | Result |
---|---|
status to be 200 | PASSED |
Total | 1 / 1 |
Test Name | Assertion Error |
---|
Header Name | Header Value |
---|---|
Content-Type | application/json |
FSPIOP-Source | NOT_APPLICABLE |
traceparent | 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00 |
{
"transferId": "2e178b29-d612-43c6-bbab-d48d490dc0b1",
"externalReference": "string",
"action": "recordFundsIn",
"reason": "string",
"amount": {
"amount": "5000",
"currency": "GBP"
},
"extensionList": {
"extension": [
{
"key": "string",
"value": "string"
}
]
}
}
curl 'http://moja-centralledger-service/participants/noresponsepayeefsp/accounts/26' -H 'content-type: application/json' -H 'fspiop-source: NOT_APPLICABLE' -H 'traceparent: 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00' -H 'user-agent: axios/0.27.2' --data-binary '{"transferId":"2e178b29-d612-43c6-bbab-d48d490dc0b1","externalReference":"string","action":"recordFundsIn","reason":"string","amount":{"amount":"5000","currency":"GBP"},"extensionList":{"extension":[{"key":"string","value":"string"}]}}' --compressed
{
"cache-control": "no-cache",
"content-length": "0",
"date": "Tue, 19 Sep 2023 00:16:10 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=5"
}
Name | Result |
---|---|
status to be 202 | PASSED |
Total | 1 / 1 |
Test Name | Assertion Error |
---|
Header Name | Header Value |
---|---|
Content-Type | application/json |
FSPIOP-Source | NOT_APPLICABLE |
traceparent | 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00 |
curl 'http://moja-centralledger-service/participants/noresponsepayeefsp/accounts' -H 'content-type: application/json' -H 'fspiop-source: NOT_APPLICABLE' -H 'traceparent: 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00' -H 'user-agent: axios/0.27.2' --compressed
{
"content-type": "application/json; charset=utf-8",
"cache-control": "no-cache",
"content-length": "1160",
"vary": "accept-encoding",
"accept-ranges": "bytes",
"date": "Tue, 19 Sep 2023 00:16:11 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=5"
}
[
{
"id": 23,
"ledgerAccountType": "POSITION",
"currency": "EUR",
"isActive": 1,
"value": 0,
"reservedValue": 0,
"changedDate": "2023-09-19T00:16:07.000Z"
},
{
"id": 24,
"ledgerAccountType": "SETTLEMENT",
"currency": "EUR",
"isActive": 1,
"value": -5000,
"reservedValue": 0,
"changedDate": "2023-09-19T00:16:08.000Z"
},
{
"id": 25,
"ledgerAccountType": "POSITION",
"currency": "GBP",
"isActive": 1,
"value": 0,
"reservedValue": 0,
"changedDate": "2023-09-19T00:16:09.000Z"
},
{
"id": 26,
"ledgerAccountType": "SETTLEMENT",
"currency": "GBP",
"isActive": 1,
"value": -5000,
"reservedValue": 0,
"changedDate": "2023-09-19T00:16:11.000Z"
},
{
"id": 27,
"ledgerAccountType": "POSITION",
"currency": "CAD",
"isActive": 1,
"value": 0,
"reservedValue": 0,
"changedDate": "2023-09-19T00:16:10.000Z"
},
{
"id": 28,
"ledgerAccountType": "SETTLEMENT",
"currency": "CAD",
"isActive": 1,
"value": 0,
"reservedValue": 0,
"changedDate": "2023-09-19T00:16:10.000Z"
},
{
"id": 29,
"ledgerAccountType": "INTERCHANGE_FEE",
"currency": "CAD",
"isActive": 1,
"value": 0,
"reservedValue": 0,
"changedDate": "2023-09-19T00:16:10.000Z"
},
{
"id": 30,
"ledgerAccountType": "INTERCHANGE_FEE_SETTLEMENT",
"currency": "CAD",
"isActive": 1,
"value": 0,
"reservedValue": 0,
"changedDate": "2023-09-19T00:16:10.000Z"
}
]
Name | Result |
---|---|
status to be 200 | PASSED |
Settlement Account Balance After FundsIn should be equal to the balance before plus the transfer amount | PASSED |
Total | 2 / 2 |
Test Name | Assertion Error |
---|
Header Name | Header Value |
---|---|
Content-Type | application/json |
FSPIOP-Source | NOT_APPLICABLE |
traceparent | 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00 |
{
"type": "FSPIOP_CALLBACK_URL_AUTHORIZATIONS",
"value": "http://moja-ml-testing-toolkit-backend:4040"
}
curl 'http://moja-centralledger-service/participants/noresponsepayeefsp/endpoints' -H 'content-type: application/json' -H 'fspiop-source: NOT_APPLICABLE' -H 'traceparent: 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00' -H 'user-agent: axios/0.27.2' --data-binary '{"type":"FSPIOP_CALLBACK_URL_AUTHORIZATIONS","value":"http://moja-ml-testing-toolkit-backend:4040"}' --compressed
{
"cache-control": "no-cache",
"content-length": "0",
"date": "Tue, 19 Sep 2023 00:16:11 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=5"
}
Name | Result |
---|---|
Status code is 201 | PASSED |
Total | 1 / 1 |
Test Name | Assertion Error |
---|
Header Name | Header Value |
---|---|
Content-Type | application/json |
FSPIOP-Source | NOT_APPLICABLE |
traceparent | 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00 |
{
"type": "FSPIOP_CALLBACK_URL_PARTICIPANT_PUT",
"value": "http://moja-ml-testing-toolkit-backend:4040/participants/{{partyIdType}}/{{partyIdentifier}}"
}
curl 'http://moja-centralledger-service/participants/noresponsepayeefsp/endpoints' -H 'content-type: application/json' -H 'fspiop-source: NOT_APPLICABLE' -H 'traceparent: 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00' -H 'user-agent: axios/0.27.2' --data-binary '{"type":"FSPIOP_CALLBACK_URL_PARTICIPANT_PUT","value":"http://moja-ml-testing-toolkit-backend:4040/participants/{{partyIdType}}/{{partyIdentifier}}"}' --compressed
{
"cache-control": "no-cache",
"content-length": "0",
"date": "Tue, 19 Sep 2023 00:16:12 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=5"
}
Name | Result |
---|---|
Status code is 201 | PASSED |
Total | 1 / 1 |
Test Name | Assertion Error |
---|
Header Name | Header Value |
---|---|
Content-Type | application/json |
FSPIOP-Source | NOT_APPLICABLE |
traceparent | 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00 |
{
"type": "FSPIOP_CALLBACK_URL_PARTICIPANT_PUT_ERROR",
"value": "http://moja-ml-testing-toolkit-backend:4040/participants/{{partyIdType}}/{{partyIdentifier}}/error"
}
curl 'http://moja-centralledger-service/participants/noresponsepayeefsp/endpoints' -H 'content-type: application/json' -H 'fspiop-source: NOT_APPLICABLE' -H 'traceparent: 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00' -H 'user-agent: axios/0.27.2' --data-binary '{"type":"FSPIOP_CALLBACK_URL_PARTICIPANT_PUT_ERROR","value":"http://moja-ml-testing-toolkit-backend:4040/participants/{{partyIdType}}/{{partyIdentifier}}/error"}' --compressed
{
"cache-control": "no-cache",
"content-length": "0",
"date": "Tue, 19 Sep 2023 00:16:12 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=5"
}
Name | Result |
---|---|
Status code is 201 | PASSED |
Total | 1 / 1 |
Test Name | Assertion Error |
---|
Header Name | Header Value |
---|---|
Content-Type | application/json |
FSPIOP-Source | NOT_APPLICABLE |
traceparent | 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00 |
{
"type": "FSPIOP_CALLBACK_URL_PARTICIPANT_BATCH_PUT",
"value": "http://moja-ml-testing-toolkit-backend:4040/participants/{{requestId}}"
}
curl 'http://moja-centralledger-service/participants/noresponsepayeefsp/endpoints' -H 'content-type: application/json' -H 'fspiop-source: NOT_APPLICABLE' -H 'traceparent: 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00' -H 'user-agent: axios/0.27.2' --data-binary '{"type":"FSPIOP_CALLBACK_URL_PARTICIPANT_BATCH_PUT","value":"http://moja-ml-testing-toolkit-backend:4040/participants/{{requestId}}"}' --compressed
{
"cache-control": "no-cache",
"content-length": "0",
"date": "Tue, 19 Sep 2023 00:16:12 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=5"
}
Name | Result |
---|---|
Status code is 201 | PASSED |
Total | 1 / 1 |
Test Name | Assertion Error |
---|
Header Name | Header Value |
---|---|
Content-Type | application/json |
FSPIOP-Source | NOT_APPLICABLE |
traceparent | 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00 |
{
"type": "FSPIOP_CALLBACK_URL_PARTICIPANT_BATCH_PUT_ERROR",
"value": "http://moja-ml-testing-toolkit-backend:4040/participants/{{requestId}}/error"
}
curl 'http://moja-centralledger-service/participants/noresponsepayeefsp/endpoints' -H 'content-type: application/json' -H 'fspiop-source: NOT_APPLICABLE' -H 'traceparent: 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00' -H 'user-agent: axios/0.27.2' --data-binary '{"type":"FSPIOP_CALLBACK_URL_PARTICIPANT_BATCH_PUT_ERROR","value":"http://moja-ml-testing-toolkit-backend:4040/participants/{{requestId}}/error"}' --compressed
{
"cache-control": "no-cache",
"content-length": "0",
"date": "Tue, 19 Sep 2023 00:16:12 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=5"
}
Name | Result |
---|---|
Status code is 201 | PASSED |
Total | 1 / 1 |
Test Name | Assertion Error |
---|
Header Name | Header Value |
---|---|
Content-Type | application/json |
FSPIOP-Source | NOT_APPLICABLE |
traceparent | 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00 |
{
"type": "FSPIOP_CALLBACK_URL_PARTIES_GET",
"value": "http://moja-ml-testing-toolkit-backend:4040/parties/{{partyIdType}}/{{partyIdentifier}}"
}
curl 'http://moja-centralledger-service/participants/noresponsepayeefsp/endpoints' -H 'content-type: application/json' -H 'fspiop-source: NOT_APPLICABLE' -H 'traceparent: 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00' -H 'user-agent: axios/0.27.2' --data-binary '{"type":"FSPIOP_CALLBACK_URL_PARTIES_GET","value":"http://moja-ml-testing-toolkit-backend:4040/parties/{{partyIdType}}/{{partyIdentifier}}"}' --compressed
{
"cache-control": "no-cache",
"content-length": "0",
"date": "Tue, 19 Sep 2023 00:16:13 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=5"
}
Name | Result |
---|---|
Status code is 201 | PASSED |
Total | 1 / 1 |
Test Name | Assertion Error |
---|
Header Name | Header Value |
---|---|
Content-Type | application/json |
FSPIOP-Source | NOT_APPLICABLE |
traceparent | 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00 |
{
"type": "FSPIOP_CALLBACK_URL_PARTIES_PUT",
"value": "http://moja-ml-testing-toolkit-backend:4040/parties/{{partyIdType}}/{{partyIdentifier}}"
}
curl 'http://moja-centralledger-service/participants/noresponsepayeefsp/endpoints' -H 'content-type: application/json' -H 'fspiop-source: NOT_APPLICABLE' -H 'traceparent: 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00' -H 'user-agent: axios/0.27.2' --data-binary '{"type":"FSPIOP_CALLBACK_URL_PARTIES_PUT","value":"http://moja-ml-testing-toolkit-backend:4040/parties/{{partyIdType}}/{{partyIdentifier}}"}' --compressed
{
"cache-control": "no-cache",
"content-length": "0",
"date": "Tue, 19 Sep 2023 00:16:13 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=5"
}
Name | Result |
---|---|
Status code is 201 | PASSED |
Total | 1 / 1 |
Test Name | Assertion Error |
---|
Header Name | Header Value |
---|---|
Content-Type | application/json |
FSPIOP-Source | NOT_APPLICABLE |
traceparent | 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00 |
{
"type": "FSPIOP_CALLBACK_URL_PARTIES_PUT_ERROR",
"value": "http://moja-ml-testing-toolkit-backend:4040/parties/{{partyIdType}}/{{partyIdentifier}}/error"
}
curl 'http://moja-centralledger-service/participants/noresponsepayeefsp/endpoints' -H 'content-type: application/json' -H 'fspiop-source: NOT_APPLICABLE' -H 'traceparent: 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00' -H 'user-agent: axios/0.27.2' --data-binary '{"type":"FSPIOP_CALLBACK_URL_PARTIES_PUT_ERROR","value":"http://moja-ml-testing-toolkit-backend:4040/parties/{{partyIdType}}/{{partyIdentifier}}/error"}' --compressed
{
"cache-control": "no-cache",
"content-length": "0",
"date": "Tue, 19 Sep 2023 00:16:13 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=5"
}
Name | Result |
---|---|
Status code is 201 | PASSED |
Total | 1 / 1 |
Test Name | Assertion Error |
---|
Header Name | Header Value |
---|---|
Content-Type | application/json |
traceparent | 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00 |
{
"type": "FSPIOP_CALLBACK_URL_QUOTES",
"value": "http://moja-ml-testing-toolkit-backend:4040"
}
curl 'http://moja-centralledger-service/participants/noresponsepayeefsp/endpoints' -H 'content-type: application/json' -H 'traceparent: 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00' -H 'user-agent: axios/0.27.2' --data-binary '{"type":"FSPIOP_CALLBACK_URL_QUOTES","value":"http://moja-ml-testing-toolkit-backend:4040"}' --compressed
{
"cache-control": "no-cache",
"content-length": "0",
"date": "Tue, 19 Sep 2023 00:16:13 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=5"
}
Name | Result |
---|---|
Status code is 201 | PASSED |
Total | 1 / 1 |
Test Name | Assertion Error |
---|
Header Name | Header Value |
---|---|
Content-Type | application/json |
traceparent | 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00 |
{
"type": "FSPIOP_CALLBACK_URL_TRX_REQ_SERVICE",
"value": "http://moja-ml-testing-toolkit-backend:4040"
}
curl 'http://moja-centralledger-service/participants/noresponsepayeefsp/endpoints' -H 'content-type: application/json' -H 'traceparent: 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00' -H 'user-agent: axios/0.27.2' --data-binary '{"type":"FSPIOP_CALLBACK_URL_TRX_REQ_SERVICE","value":"http://moja-ml-testing-toolkit-backend:4040"}' --compressed
{
"cache-control": "no-cache",
"content-length": "0",
"date": "Tue, 19 Sep 2023 00:16:14 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=5"
}
Name | Result |
---|---|
Status code is 201 | PASSED |
Total | 1 / 1 |
Test Name | Assertion Error |
---|
Header Name | Header Value |
---|---|
Content-Type | application/json |
traceparent | 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00 |
{
"type": "FSPIOP_CALLBACK_URL_TRANSFER_POST",
"value": "http://moja-ml-testing-toolkit-backend:4040/transfers"
}
curl 'http://moja-centralledger-service/participants/noresponsepayeefsp/endpoints' -H 'content-type: application/json' -H 'traceparent: 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00' -H 'user-agent: axios/0.27.2' --data-binary '{"type":"FSPIOP_CALLBACK_URL_TRANSFER_POST","value":"http://moja-ml-testing-toolkit-backend:4040/transfers"}' --compressed
{
"cache-control": "no-cache",
"content-length": "0",
"date": "Tue, 19 Sep 2023 00:16:14 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=5"
}
Name | Result |
---|---|
Status code is 201 | PASSED |
Total | 1 / 1 |
Test Name | Assertion Error |
---|
Header Name | Header Value |
---|---|
Content-Type | application/json |
traceparent | 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00 |
{
"type": "FSPIOP_CALLBACK_URL_TRANSFER_PUT",
"value": "http://moja-ml-testing-toolkit-backend:4040/transfers/{{transferId}}"
}
curl 'http://moja-centralledger-service/participants/noresponsepayeefsp/endpoints' -H 'content-type: application/json' -H 'traceparent: 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00' -H 'user-agent: axios/0.27.2' --data-binary '{"type":"FSPIOP_CALLBACK_URL_TRANSFER_PUT","value":"http://moja-ml-testing-toolkit-backend:4040/transfers/{{transferId}}"}' --compressed
{
"cache-control": "no-cache",
"content-length": "0",
"date": "Tue, 19 Sep 2023 00:16:14 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=5"
}
Name | Result |
---|---|
Status code is 201 | PASSED |
Total | 1 / 1 |
Test Name | Assertion Error |
---|
Header Name | Header Value |
---|---|
Content-Type | application/json |
traceparent | 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00 |
{
"type": "FSPIOP_CALLBACK_URL_TRANSFER_ERROR",
"value": "http://moja-ml-testing-toolkit-backend:4040/transfers/{{transferId}}/error"
}
curl 'http://moja-centralledger-service/participants/noresponsepayeefsp/endpoints' -H 'content-type: application/json' -H 'traceparent: 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00' -H 'user-agent: axios/0.27.2' --data-binary '{"type":"FSPIOP_CALLBACK_URL_TRANSFER_ERROR","value":"http://moja-ml-testing-toolkit-backend:4040/transfers/{{transferId}}/error"}' --compressed
{
"cache-control": "no-cache",
"content-length": "0",
"date": "Tue, 19 Sep 2023 00:16:14 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=5"
}
Name | Result |
---|---|
Status code is 201 | PASSED |
Total | 1 / 1 |
Test Name | Assertion Error |
---|
Header Name | Header Value |
---|---|
Content-Type | application/json |
traceparent | 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00 |
{
"type": "FSPIOP_CALLBACK_URL_BULK_TRANSFER_POST",
"value": "http://moja-ml-testing-toolkit-backend:4040/bulkTransfers"
}
curl 'http://moja-centralledger-service/participants/noresponsepayeefsp/endpoints' -H 'content-type: application/json' -H 'traceparent: 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00' -H 'user-agent: axios/0.27.2' --data-binary '{"type":"FSPIOP_CALLBACK_URL_BULK_TRANSFER_POST","value":"http://moja-ml-testing-toolkit-backend:4040/bulkTransfers"}' --compressed
{
"cache-control": "no-cache",
"content-length": "0",
"date": "Tue, 19 Sep 2023 00:16:15 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=5"
}
Name | Result |
---|---|
Status code is 201 | PASSED |
Total | 1 / 1 |
Test Name | Assertion Error |
---|
Header Name | Header Value |
---|---|
Content-Type | application/json |
traceparent | 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00 |
{
"type": "FSPIOP_CALLBACK_URL_BULK_TRANSFER_PUT",
"value": "http://moja-ml-testing-toolkit-backend:4040/bulkTransfers/{{id}}"
}
curl 'http://moja-centralledger-service/participants/noresponsepayeefsp/endpoints' -H 'content-type: application/json' -H 'traceparent: 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00' -H 'user-agent: axios/0.27.2' --data-binary '{"type":"FSPIOP_CALLBACK_URL_BULK_TRANSFER_PUT","value":"http://moja-ml-testing-toolkit-backend:4040/bulkTransfers/{{id}}"}' --compressed
{
"cache-control": "no-cache",
"content-length": "0",
"date": "Tue, 19 Sep 2023 00:16:15 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=5"
}
Name | Result |
---|---|
Status code is 201 | PASSED |
Total | 1 / 1 |
Test Name | Assertion Error |
---|
Header Name | Header Value |
---|---|
Content-Type | application/json |
traceparent | 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00 |
{
"type": "FSPIOP_CALLBACK_URL_BULK_TRANSFER_ERROR",
"value": "http://moja-ml-testing-toolkit-backend:4040/bulkTransfers/{{id}}/error"
}
curl 'http://moja-centralledger-service/participants/noresponsepayeefsp/endpoints' -H 'content-type: application/json' -H 'traceparent: 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00' -H 'user-agent: axios/0.27.2' --data-binary '{"type":"FSPIOP_CALLBACK_URL_BULK_TRANSFER_ERROR","value":"http://moja-ml-testing-toolkit-backend:4040/bulkTransfers/{{id}}/error"}' --compressed
{
"cache-control": "no-cache",
"content-length": "0",
"date": "Tue, 19 Sep 2023 00:16:15 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=5"
}
Name | Result |
---|---|
Status code is 201 | PASSED |
Total | 1 / 1 |
Test Name | Assertion Error |
---|
Header Name | Header Value |
---|---|
Content-Type | application/json |
traceparent | 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00 |
{
"type": "FSPIOP_CALLBACK_URL_PARTICIPANT_SUB_ID_PUT",
"value": "http://moja-ml-testing-toolkit-backend:4040/participants/{{partyIdType}}/{{partyIdentifier}}/{{partySubIdOrType}}"
}
curl 'http://moja-centralledger-service/participants/noresponsepayeefsp/endpoints' -H 'content-type: application/json' -H 'traceparent: 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00' -H 'user-agent: axios/0.27.2' --data-binary '{"type":"FSPIOP_CALLBACK_URL_PARTICIPANT_SUB_ID_PUT","value":"http://moja-ml-testing-toolkit-backend:4040/participants/{{partyIdType}}/{{partyIdentifier}}/{{partySubIdOrType}}"}' --compressed
{
"cache-control": "no-cache",
"content-length": "0",
"date": "Tue, 19 Sep 2023 00:16:16 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=5"
}
Name | Result |
---|---|
Status code is 201 | PASSED |
Total | 1 / 1 |
Test Name | Assertion Error |
---|
Header Name | Header Value |
---|---|
Content-Type | application/json |
traceparent | 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00 |
{
"type": "FSPIOP_CALLBACK_URL_PARTICIPANT_SUB_ID_PUT_ERROR",
"value": "http://moja-ml-testing-toolkit-backend:4040/participants/{{partyIdType}}/{{partyIdentifier}}/{{partySubIdOrType}}/error"
}
curl 'http://moja-centralledger-service/participants/noresponsepayeefsp/endpoints' -H 'content-type: application/json' -H 'traceparent: 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00' -H 'user-agent: axios/0.27.2' --data-binary '{"type":"FSPIOP_CALLBACK_URL_PARTICIPANT_SUB_ID_PUT_ERROR","value":"http://moja-ml-testing-toolkit-backend:4040/participants/{{partyIdType}}/{{partyIdentifier}}/{{partySubIdOrType}}/error"}' --compressed
{
"cache-control": "no-cache",
"content-length": "0",
"date": "Tue, 19 Sep 2023 00:16:16 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=5"
}
Name | Result |
---|---|
Status code is 201 | PASSED |
Total | 1 / 1 |
Test Name | Assertion Error |
---|
Header Name | Header Value |
---|---|
Content-Type | application/json |
traceparent | 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00 |
{
"type": "FSPIOP_CALLBACK_URL_PARTICIPANT_SUB_ID_DELETE",
"value": "http://moja-ml-testing-toolkit-backend:4040/participants/{{partyIdType}}/{{partyIdentifier}}/{{partySubIdOrType}}"
}
curl 'http://moja-centralledger-service/participants/noresponsepayeefsp/endpoints' -H 'content-type: application/json' -H 'traceparent: 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00' -H 'user-agent: axios/0.27.2' --data-binary '{"type":"FSPIOP_CALLBACK_URL_PARTICIPANT_SUB_ID_DELETE","value":"http://moja-ml-testing-toolkit-backend:4040/participants/{{partyIdType}}/{{partyIdentifier}}/{{partySubIdOrType}}"}' --compressed
{
"cache-control": "no-cache",
"content-length": "0",
"date": "Tue, 19 Sep 2023 00:16:16 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=5"
}
Name | Result |
---|---|
Status code is 201 | PASSED |
Total | 1 / 1 |
Test Name | Assertion Error |
---|
Header Name | Header Value |
---|---|
Content-Type | application/json |
traceparent | 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00 |
{
"type": "FSPIOP_CALLBACK_URL_PARTIES_SUB_ID_GET",
"value": "http://moja-ml-testing-toolkit-backend:4040/parties/{{partyIdType}}/{{partyIdentifier}}/{{partySubIdOrType}}"
}
curl 'http://moja-centralledger-service/participants/noresponsepayeefsp/endpoints' -H 'content-type: application/json' -H 'traceparent: 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00' -H 'user-agent: axios/0.27.2' --data-binary '{"type":"FSPIOP_CALLBACK_URL_PARTIES_SUB_ID_GET","value":"http://moja-ml-testing-toolkit-backend:4040/parties/{{partyIdType}}/{{partyIdentifier}}/{{partySubIdOrType}}"}' --compressed
{
"cache-control": "no-cache",
"content-length": "0",
"date": "Tue, 19 Sep 2023 00:16:16 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=5"
}
Name | Result |
---|---|
Status code is 201 | PASSED |
Total | 1 / 1 |
Test Name | Assertion Error |
---|
Header Name | Header Value |
---|---|
Content-Type | application/json |
traceparent | 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00 |
{
"type": "FSPIOP_CALLBACK_URL_PARTIES_SUB_ID_PUT",
"value": "http://moja-ml-testing-toolkit-backend:4040/parties/{{partyIdType}}/{{partyIdentifier}}/{{partySubIdOrType}}"
}
curl 'http://moja-centralledger-service/participants/noresponsepayeefsp/endpoints' -H 'content-type: application/json' -H 'traceparent: 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00' -H 'user-agent: axios/0.27.2' --data-binary '{"type":"FSPIOP_CALLBACK_URL_PARTIES_SUB_ID_PUT","value":"http://moja-ml-testing-toolkit-backend:4040/parties/{{partyIdType}}/{{partyIdentifier}}/{{partySubIdOrType}}"}' --compressed
{
"cache-control": "no-cache",
"content-length": "0",
"date": "Tue, 19 Sep 2023 00:16:17 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=5"
}
Name | Result |
---|---|
Status code is 201 | PASSED |
Total | 1 / 1 |
Test Name | Assertion Error |
---|
Header Name | Header Value |
---|---|
Content-Type | application/json |
traceparent | 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00 |
{
"type": "FSPIOP_CALLBACK_URL_PARTIES_SUB_ID_PUT_ERROR",
"value": "http://moja-ml-testing-toolkit-backend:4040/parties/{{partyIdType}}/{{partyIdentifier}}/{{partySubIdOrType}}/error"
}
curl 'http://moja-centralledger-service/participants/noresponsepayeefsp/endpoints' -H 'content-type: application/json' -H 'traceparent: 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00' -H 'user-agent: axios/0.27.2' --data-binary '{"type":"FSPIOP_CALLBACK_URL_PARTIES_SUB_ID_PUT_ERROR","value":"http://moja-ml-testing-toolkit-backend:4040/parties/{{partyIdType}}/{{partyIdentifier}}/{{partySubIdOrType}}/error"}' --compressed
{
"cache-control": "no-cache",
"content-length": "0",
"date": "Tue, 19 Sep 2023 00:16:17 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=5"
}
Name | Result |
---|---|
Status code is 201 | PASSED |
Total | 1 / 1 |
Test Name | Assertion Error |
---|
Header Name | Header Value |
---|---|
Content-Type | application/json |
FSPIOP-Source | noresponsepayeefsp |
traceparent | 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00 |
{
"type": "NET_DEBIT_CAP_THRESHOLD_BREACH_EMAIL",
"value": "some.email@gmail.com"
}
curl 'http://moja-centralledger-service/participants/noresponsepayeefsp/endpoints' -H 'content-type: application/json' -H 'fspiop-source: noresponsepayeefsp' -H 'traceparent: 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00' -H 'user-agent: axios/0.27.2' --data-binary '{"type":"NET_DEBIT_CAP_THRESHOLD_BREACH_EMAIL","value":"some.email@gmail.com"}' --compressed
{
"cache-control": "no-cache",
"content-length": "0",
"date": "Tue, 19 Sep 2023 00:16:17 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=5"
}
Name | Result |
---|---|
Status code is 201 | PASSED |
Total | 1 / 1 |
Test Name | Assertion Error |
---|
Header Name | Header Value |
---|---|
Content-Type | application/json |
FSPIOP-Source | NOT_APPLICABLE |
traceparent | 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00 |
{
"type": "NET_DEBIT_CAP_ADJUSTMENT_EMAIL",
"value": "some.email@gmail.com"
}
curl 'http://moja-centralledger-service/participants/noresponsepayeefsp/endpoints' -H 'content-type: application/json' -H 'fspiop-source: NOT_APPLICABLE' -H 'traceparent: 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00' -H 'user-agent: axios/0.27.2' --data-binary '{"type":"NET_DEBIT_CAP_ADJUSTMENT_EMAIL","value":"some.email@gmail.com"}' --compressed
{
"cache-control": "no-cache",
"content-length": "0",
"date": "Tue, 19 Sep 2023 00:16:17 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=5"
}
Name | Result |
---|---|
Status code is 201 | PASSED |
Total | 1 / 1 |
Test Name | Assertion Error |
---|
Header Name | Header Value |
---|---|
Content-Type | application/json |
FSPIOP-Source | noresponsepayeefsp |
traceparent | 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00 |
{
"type": "SETTLEMENT_TRANSFER_POSITION_CHANGE_EMAIL",
"value": "some.email@gmail.com"
}
curl 'http://moja-centralledger-service/participants/noresponsepayeefsp/endpoints' -H 'content-type: application/json' -H 'fspiop-source: noresponsepayeefsp' -H 'traceparent: 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00' -H 'user-agent: axios/0.27.2' --data-binary '{"type":"SETTLEMENT_TRANSFER_POSITION_CHANGE_EMAIL","value":"some.email@gmail.com"}' --compressed
{
"cache-control": "no-cache",
"content-length": "0",
"date": "Tue, 19 Sep 2023 00:16:18 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=5"
}
Name | Result |
---|---|
Status code is 201 | PASSED |
Total | 1 / 1 |
Test Name | Assertion Error |
---|
Header Name | Header Value |
---|---|
Content-Type | application/json |
FSPIOP-Source | NOT_APPLICABLE |
traceparent | 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00 |
{
"name": "testfsp1",
"currency": "EUR"
}
curl 'http://moja-centralledger-service/participants' -H 'content-type: application/json' -H 'fspiop-source: NOT_APPLICABLE' -H 'traceparent: 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00' -H 'user-agent: axios/0.27.2' --data-binary '{"name":"testfsp1","currency":"EUR"}' --compressed
{
"content-type": "application/json; charset=utf-8",
"cache-control": "no-cache",
"content-length": "482",
"date": "Tue, 19 Sep 2023 00:16:18 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=5"
}
{
"name": "testfsp1",
"id": "interop-switch.dev.ossperf.mojaloop.live.internal/participants/testfsp1",
"created": "\"2023-09-19T00:16:18.000Z\"",
"isActive": 1,
"links": {
"self": "interop-switch.dev.ossperf.mojaloop.live.internal/participants/testfsp1"
},
"accounts": [
{
"id": 31,
"ledgerAccountType": "POSITION",
"currency": "EUR",
"isActive": 0,
"createdDate": null,
"createdBy": "unknown"
},
{
"id": 32,
"ledgerAccountType": "SETTLEMENT",
"currency": "EUR",
"isActive": 0,
"createdDate": null,
"createdBy": "unknown"
}
]
}
Name | Result |
---|---|
status to be 201 if not exists or 400 if exists | PASSED |
Total | 1 / 1 |
Test Name | Assertion Error |
---|
Header Name | Header Value |
---|---|
Content-Type | application/json |
FSPIOP-Source | NOT_APPLICABLE |
traceparent | 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00 |
{
"currency": "EUR",
"limit": {
"type": "NET_DEBIT_CAP",
"value": 10000
},
"initialPosition": 0
}
curl 'http://moja-centralledger-service/participants/testfsp1/initialPositionAndLimits' -H 'content-type: application/json' -H 'fspiop-source: NOT_APPLICABLE' -H 'traceparent: 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00' -H 'user-agent: axios/0.27.2' --data-binary '{"currency":"EUR","limit":{"type":"NET_DEBIT_CAP","value":10000},"initialPosition":0}' --compressed
{
"cache-control": "no-cache",
"content-length": "0",
"date": "Tue, 19 Sep 2023 00:16:18 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=5"
}
Name | Result |
---|---|
status to be 201 if not exists or 500 if exists | PASSED |
Total | 1 / 1 |
Test Name | Assertion Error |
---|
Header Name | Header Value |
---|---|
Content-Type | application/json |
FSPIOP-Source | NOT_APPLICABLE |
traceparent | 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00 |
curl 'http://moja-centralledger-service/participants/testfsp1/accounts' -H 'content-type: application/json' -H 'fspiop-source: NOT_APPLICABLE' -H 'traceparent: 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00' -H 'user-agent: axios/0.27.2' --compressed
{
"content-type": "application/json; charset=utf-8",
"cache-control": "no-cache",
"content-length": "283",
"accept-ranges": "bytes",
"date": "Tue, 19 Sep 2023 00:16:18 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=5"
}
[
{
"id": 31,
"ledgerAccountType": "POSITION",
"currency": "EUR",
"isActive": 1,
"value": 0,
"reservedValue": 0,
"changedDate": "2023-09-19T00:16:18.000Z"
},
{
"id": 32,
"ledgerAccountType": "SETTLEMENT",
"currency": "EUR",
"isActive": 1,
"value": 0,
"reservedValue": 0,
"changedDate": "2023-09-19T00:16:18.000Z"
}
]
Name | Result |
---|---|
status to be 200 | PASSED |
Total | 1 / 1 |
Test Name | Assertion Error |
---|
Header Name | Header Value |
---|---|
Content-Type | application/json |
FSPIOP-Source | NOT_APPLICABLE |
traceparent | 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00 |
{
"transferId": "08927c3e-4044-4140-a5e9-86e5e19cf33e",
"externalReference": "string",
"action": "recordFundsIn",
"reason": "string",
"amount": {
"amount": "5000",
"currency": "EUR"
},
"extensionList": {
"extension": [
{
"key": "string",
"value": "string"
}
]
}
}
curl 'http://moja-centralledger-service/participants/testfsp1/accounts/32' -H 'content-type: application/json' -H 'fspiop-source: NOT_APPLICABLE' -H 'traceparent: 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00' -H 'user-agent: axios/0.27.2' --data-binary '{"transferId":"08927c3e-4044-4140-a5e9-86e5e19cf33e","externalReference":"string","action":"recordFundsIn","reason":"string","amount":{"amount":"5000","currency":"EUR"},"extensionList":{"extension":[{"key":"string","value":"string"}]}}' --compressed
{
"cache-control": "no-cache",
"content-length": "0",
"date": "Tue, 19 Sep 2023 00:16:19 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=5"
}
Name | Result |
---|---|
status to be 202 | PASSED |
Total | 1 / 1 |
Test Name | Assertion Error |
---|
Header Name | Header Value |
---|---|
Content-Type | application/json |
FSPIOP-Source | NOT_APPLICABLE |
traceparent | 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00 |
curl 'http://moja-centralledger-service/participants/testfsp1/accounts' -H 'content-type: application/json' -H 'fspiop-source: NOT_APPLICABLE' -H 'traceparent: 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00' -H 'user-agent: axios/0.27.2' --compressed
{
"content-type": "application/json; charset=utf-8",
"cache-control": "no-cache",
"content-length": "287",
"accept-ranges": "bytes",
"date": "Tue, 19 Sep 2023 00:16:19 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=5"
}
[
{
"id": 31,
"ledgerAccountType": "POSITION",
"currency": "EUR",
"isActive": 1,
"value": 0,
"reservedValue": 0,
"changedDate": "2023-09-19T00:16:18.000Z"
},
{
"id": 32,
"ledgerAccountType": "SETTLEMENT",
"currency": "EUR",
"isActive": 1,
"value": -5000,
"reservedValue": 0,
"changedDate": "2023-09-19T00:16:19.000Z"
}
]
Name | Result |
---|---|
status to be 200 | PASSED |
testfsp1 Settlement Account Balance After FundsIn should be equal to the balance before plus the transfer amount | PASSED |
Total | 2 / 2 |
Test Name | Assertion Error |
---|
Header Name | Header Value |
---|---|
Content-Type | application/json |
FSPIOP-Source | NOT_APPLICABLE |
traceparent | 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00 |
{
"name": "testfsp1",
"currency": "GBP"
}
curl 'http://moja-centralledger-service/participants' -H 'content-type: application/json' -H 'fspiop-source: NOT_APPLICABLE' -H 'traceparent: 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00' -H 'user-agent: axios/0.27.2' --data-binary '{"name":"testfsp1","currency":"GBP"}' --compressed
{
"content-type": "application/json; charset=utf-8",
"cache-control": "no-cache",
"content-length": "708",
"date": "Tue, 19 Sep 2023 00:16:20 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=5"
}
{
"name": "testfsp1",
"id": "interop-switch.dev.ossperf.mojaloop.live.internal/participants/testfsp1",
"created": "\"2023-09-19T00:16:18.000Z\"",
"isActive": 1,
"links": {
"self": "interop-switch.dev.ossperf.mojaloop.live.internal/participants/testfsp1"
},
"accounts": [
{
"id": 31,
"ledgerAccountType": "POSITION",
"currency": "EUR",
"isActive": 1,
"createdDate": null,
"createdBy": "unknown"
},
{
"id": 32,
"ledgerAccountType": "SETTLEMENT",
"currency": "EUR",
"isActive": 1,
"createdDate": null,
"createdBy": "unknown"
},
{
"id": 33,
"ledgerAccountType": "POSITION",
"currency": "GBP",
"isActive": 0,
"createdDate": null,
"createdBy": "unknown"
},
{
"id": 34,
"ledgerAccountType": "SETTLEMENT",
"currency": "GBP",
"isActive": 0,
"createdDate": null,
"createdBy": "unknown"
}
]
}
Name | Result |
---|---|
status to be 201 if not exists or 400 if exists | PASSED |
Total | 1 / 1 |
Test Name | Assertion Error |
---|
Header Name | Header Value |
---|---|
Content-Type | application/json |
FSPIOP-Source | NOT_APPLICABLE |
traceparent | 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00 |
{
"currency": "GBP",
"limit": {
"type": "NET_DEBIT_CAP",
"value": 10000
},
"initialPosition": 0
}
curl 'http://moja-centralledger-service/participants/testfsp1/initialPositionAndLimits' -H 'content-type: application/json' -H 'fspiop-source: NOT_APPLICABLE' -H 'traceparent: 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00' -H 'user-agent: axios/0.27.2' --data-binary '{"currency":"GBP","limit":{"type":"NET_DEBIT_CAP","value":10000},"initialPosition":0}' --compressed
{
"cache-control": "no-cache",
"content-length": "0",
"date": "Tue, 19 Sep 2023 00:16:20 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=5"
}
Name | Result |
---|---|
status to be 201 if not exists or 500 if exists | PASSED |
Total | 1 / 1 |
Test Name | Assertion Error |
---|
Header Name | Header Value |
---|---|
Content-Type | application/json |
FSPIOP-Source | NOT_APPLICABLE |
traceparent | 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00 |
{
"name": "testfsp1",
"currency": "CAD"
}
curl 'http://moja-centralledger-service/participants' -H 'content-type: application/json' -H 'fspiop-source: NOT_APPLICABLE' -H 'traceparent: 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00' -H 'user-agent: axios/0.27.2' --data-binary '{"name":"testfsp1","currency":"CAD"}' --compressed
{
"content-type": "application/json; charset=utf-8",
"cache-control": "no-cache",
"content-length": "1183",
"vary": "accept-encoding",
"date": "Tue, 19 Sep 2023 00:16:20 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=5"
}
{
"name": "testfsp1",
"id": "interop-switch.dev.ossperf.mojaloop.live.internal/participants/testfsp1",
"created": "\"2023-09-19T00:16:18.000Z\"",
"isActive": 1,
"links": {
"self": "interop-switch.dev.ossperf.mojaloop.live.internal/participants/testfsp1"
},
"accounts": [
{
"id": 31,
"ledgerAccountType": "POSITION",
"currency": "EUR",
"isActive": 1,
"createdDate": null,
"createdBy": "unknown"
},
{
"id": 32,
"ledgerAccountType": "SETTLEMENT",
"currency": "EUR",
"isActive": 1,
"createdDate": null,
"createdBy": "unknown"
},
{
"id": 33,
"ledgerAccountType": "POSITION",
"currency": "GBP",
"isActive": 1,
"createdDate": null,
"createdBy": "unknown"
},
{
"id": 34,
"ledgerAccountType": "SETTLEMENT",
"currency": "GBP",
"isActive": 1,
"createdDate": null,
"createdBy": "unknown"
},
{
"id": 35,
"ledgerAccountType": "POSITION",
"currency": "CAD",
"isActive": 0,
"createdDate": null,
"createdBy": "unknown"
},
{
"id": 36,
"ledgerAccountType": "SETTLEMENT",
"currency": "CAD",
"isActive": 0,
"createdDate": null,
"createdBy": "unknown"
},
{
"id": 37,
"ledgerAccountType": "INTERCHANGE_FEE",
"currency": "CAD",
"isActive": 0,
"createdDate": null,
"createdBy": "unknown"
},
{
"id": 38,
"ledgerAccountType": "INTERCHANGE_FEE_SETTLEMENT",
"currency": "CAD",
"isActive": 0,
"createdDate": null,
"createdBy": "unknown"
}
]
}
Name | Result |
---|---|
status to be 201 if not exists or 400 if exists | PASSED |
Total | 1 / 1 |
Test Name | Assertion Error |
---|
Header Name | Header Value |
---|---|
Content-Type | application/json |
FSPIOP-Source | NOT_APPLICABLE |
traceparent | 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00 |
{
"currency": "CAD",
"limit": {
"type": "NET_DEBIT_CAP",
"value": 10000
},
"initialPosition": 0
}
curl 'http://moja-centralledger-service/participants/testfsp1/initialPositionAndLimits' -H 'content-type: application/json' -H 'fspiop-source: NOT_APPLICABLE' -H 'traceparent: 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00' -H 'user-agent: axios/0.27.2' --data-binary '{"currency":"CAD","limit":{"type":"NET_DEBIT_CAP","value":10000},"initialPosition":0}' --compressed
{
"cache-control": "no-cache",
"content-length": "0",
"date": "Tue, 19 Sep 2023 00:16:20 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=5"
}
Name | Result |
---|---|
status to be 201 if not exists or 500 if exists | PASSED |
Total | 1 / 1 |
Test Name | Assertion Error |
---|
Header Name | Header Value |
---|---|
Content-Type | application/json |
FSPIOP-Source | NOT_APPLICABLE |
traceparent | 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00 |
curl 'http://moja-centralledger-service/participants/testfsp1/accounts' -H 'content-type: application/json' -H 'fspiop-source: NOT_APPLICABLE' -H 'traceparent: 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00' -H 'user-agent: axios/0.27.2' --compressed
{
"content-type": "application/json; charset=utf-8",
"cache-control": "no-cache",
"content-length": "1156",
"vary": "accept-encoding",
"accept-ranges": "bytes",
"date": "Tue, 19 Sep 2023 00:16:21 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=5"
}
[
{
"id": 35,
"ledgerAccountType": "POSITION",
"currency": "CAD",
"isActive": 1,
"value": 0,
"reservedValue": 0,
"changedDate": "2023-09-19T00:16:20.000Z"
},
{
"id": 36,
"ledgerAccountType": "SETTLEMENT",
"currency": "CAD",
"isActive": 1,
"value": 0,
"reservedValue": 0,
"changedDate": "2023-09-19T00:16:20.000Z"
},
{
"id": 37,
"ledgerAccountType": "INTERCHANGE_FEE",
"currency": "CAD",
"isActive": 1,
"value": 0,
"reservedValue": 0,
"changedDate": "2023-09-19T00:16:20.000Z"
},
{
"id": 38,
"ledgerAccountType": "INTERCHANGE_FEE_SETTLEMENT",
"currency": "CAD",
"isActive": 1,
"value": 0,
"reservedValue": 0,
"changedDate": "2023-09-19T00:16:20.000Z"
},
{
"id": 31,
"ledgerAccountType": "POSITION",
"currency": "EUR",
"isActive": 1,
"value": 0,
"reservedValue": 0,
"changedDate": "2023-09-19T00:16:18.000Z"
},
{
"id": 32,
"ledgerAccountType": "SETTLEMENT",
"currency": "EUR",
"isActive": 1,
"value": -5000,
"reservedValue": 0,
"changedDate": "2023-09-19T00:16:19.000Z"
},
{
"id": 33,
"ledgerAccountType": "POSITION",
"currency": "GBP",
"isActive": 1,
"value": 0,
"reservedValue": 0,
"changedDate": "2023-09-19T00:16:20.000Z"
},
{
"id": 34,
"ledgerAccountType": "SETTLEMENT",
"currency": "GBP",
"isActive": 1,
"value": 0,
"reservedValue": 0,
"changedDate": "2023-09-19T00:16:20.000Z"
}
]
Name | Result |
---|---|
status to be 200 | PASSED |
Total | 1 / 1 |
Test Name | Assertion Error |
---|
Header Name | Header Value |
---|---|
Content-Type | application/json |
FSPIOP-Source | NOT_APPLICABLE |
traceparent | 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00 |
{
"transferId": "0af9cca0-c4ba-4c80-b48d-7c3935f4aed0",
"externalReference": "string",
"action": "recordFundsIn",
"reason": "string",
"amount": {
"amount": "5000",
"currency": "GBP"
},
"extensionList": {
"extension": [
{
"key": "string",
"value": "string"
}
]
}
}
curl 'http://moja-centralledger-service/participants/testfsp1/accounts/34' -H 'content-type: application/json' -H 'fspiop-source: NOT_APPLICABLE' -H 'traceparent: 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00' -H 'user-agent: axios/0.27.2' --data-binary '{"transferId":"0af9cca0-c4ba-4c80-b48d-7c3935f4aed0","externalReference":"string","action":"recordFundsIn","reason":"string","amount":{"amount":"5000","currency":"GBP"},"extensionList":{"extension":[{"key":"string","value":"string"}]}}' --compressed
{
"cache-control": "no-cache",
"content-length": "0",
"date": "Tue, 19 Sep 2023 00:16:21 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=5"
}
Name | Result |
---|---|
status to be 202 | PASSED |
Total | 1 / 1 |
Test Name | Assertion Error |
---|
Header Name | Header Value |
---|---|
Content-Type | application/json |
FSPIOP-Source | NOT_APPLICABLE |
traceparent | 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00 |
curl 'http://moja-centralledger-service/participants/testfsp1/accounts' -H 'content-type: application/json' -H 'fspiop-source: NOT_APPLICABLE' -H 'traceparent: 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00' -H 'user-agent: axios/0.27.2' --compressed
{
"content-type": "application/json; charset=utf-8",
"cache-control": "no-cache",
"content-length": "1160",
"vary": "accept-encoding",
"accept-ranges": "bytes",
"date": "Tue, 19 Sep 2023 00:16:22 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=5"
}
[
{
"id": 35,
"ledgerAccountType": "POSITION",
"currency": "CAD",
"isActive": 1,
"value": 0,
"reservedValue": 0,
"changedDate": "2023-09-19T00:16:20.000Z"
},
{
"id": 36,
"ledgerAccountType": "SETTLEMENT",
"currency": "CAD",
"isActive": 1,
"value": 0,
"reservedValue": 0,
"changedDate": "2023-09-19T00:16:20.000Z"
},
{
"id": 37,
"ledgerAccountType": "INTERCHANGE_FEE",
"currency": "CAD",
"isActive": 1,
"value": 0,
"reservedValue": 0,
"changedDate": "2023-09-19T00:16:20.000Z"
},
{
"id": 38,
"ledgerAccountType": "INTERCHANGE_FEE_SETTLEMENT",
"currency": "CAD",
"isActive": 1,
"value": 0,
"reservedValue": 0,
"changedDate": "2023-09-19T00:16:20.000Z"
},
{
"id": 31,
"ledgerAccountType": "POSITION",
"currency": "EUR",
"isActive": 1,
"value": 0,
"reservedValue": 0,
"changedDate": "2023-09-19T00:16:18.000Z"
},
{
"id": 32,
"ledgerAccountType": "SETTLEMENT",
"currency": "EUR",
"isActive": 1,
"value": -5000,
"reservedValue": 0,
"changedDate": "2023-09-19T00:16:19.000Z"
},
{
"id": 33,
"ledgerAccountType": "POSITION",
"currency": "GBP",
"isActive": 1,
"value": 0,
"reservedValue": 0,
"changedDate": "2023-09-19T00:16:20.000Z"
},
{
"id": 34,
"ledgerAccountType": "SETTLEMENT",
"currency": "GBP",
"isActive": 1,
"value": -5000,
"reservedValue": 0,
"changedDate": "2023-09-19T00:16:21.000Z"
}
]
Name | Result |
---|---|
status to be 200 | PASSED |
Settlement Account Balance After FundsIn should be equal to the balance before plus the transfer amount | PASSED |
Total | 2 / 2 |
Test Name | Assertion Error |
---|
Header Name | Header Value |
---|---|
Content-Type | application/json |
FSPIOP-Source | NOT_APPLICABLE |
traceparent | 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00 |
{
"type": "FSPIOP_CALLBACK_URL_PARTIES_GET",
"value": "http://moja-sim-testfsp1-scheme-adapter:4000/parties/{{partyIdType}}/{{partyIdentifier}}"
}
curl 'http://moja-centralledger-service/participants/testfsp1/endpoints' -H 'content-type: application/json' -H 'fspiop-source: NOT_APPLICABLE' -H 'traceparent: 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00' -H 'user-agent: axios/0.27.2' --data-binary '{"type":"FSPIOP_CALLBACK_URL_PARTIES_GET","value":"http://moja-sim-testfsp1-scheme-adapter:4000/parties/{{partyIdType}}/{{partyIdentifier}}"}' --compressed
{
"cache-control": "no-cache",
"content-length": "0",
"date": "Tue, 19 Sep 2023 00:16:22 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=5"
}
Name | Result |
---|---|
Status code is 201 | PASSED |
Total | 1 / 1 |
Test Name | Assertion Error |
---|
Header Name | Header Value |
---|---|
Content-Type | application/json |
FSPIOP-Source | NOT_APPLICABLE |
traceparent | 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00 |
{
"type": "FSPIOP_CALLBACK_URL_PARTIES_PUT",
"value": "http://moja-sim-testfsp1-scheme-adapter:4000/parties/{{partyIdType}}/{{partyIdentifier}}"
}
curl 'http://moja-centralledger-service/participants/testfsp1/endpoints' -H 'content-type: application/json' -H 'fspiop-source: NOT_APPLICABLE' -H 'traceparent: 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00' -H 'user-agent: axios/0.27.2' --data-binary '{"type":"FSPIOP_CALLBACK_URL_PARTIES_PUT","value":"http://moja-sim-testfsp1-scheme-adapter:4000/parties/{{partyIdType}}/{{partyIdentifier}}"}' --compressed
{
"cache-control": "no-cache",
"content-length": "0",
"date": "Tue, 19 Sep 2023 00:16:22 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=5"
}
Name | Result |
---|---|
Status code is 201 | PASSED |
Total | 1 / 1 |
Test Name | Assertion Error |
---|
Header Name | Header Value |
---|---|
Content-Type | application/json |
FSPIOP-Source | NOT_APPLICABLE |
traceparent | 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00 |
{
"type": "FSPIOP_CALLBACK_URL_PARTIES_PUT_ERROR",
"value": "http://moja-sim-testfsp1-scheme-adapter:4000/parties/{{partyIdType}}/{{partyIdentifier}}/error"
}
curl 'http://moja-centralledger-service/participants/testfsp1/endpoints' -H 'content-type: application/json' -H 'fspiop-source: NOT_APPLICABLE' -H 'traceparent: 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00' -H 'user-agent: axios/0.27.2' --data-binary '{"type":"FSPIOP_CALLBACK_URL_PARTIES_PUT_ERROR","value":"http://moja-sim-testfsp1-scheme-adapter:4000/parties/{{partyIdType}}/{{partyIdentifier}}/error"}' --compressed
{
"cache-control": "no-cache",
"content-length": "0",
"date": "Tue, 19 Sep 2023 00:16:22 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=5"
}
Name | Result |
---|---|
Status code is 201 | PASSED |
Total | 1 / 1 |
Test Name | Assertion Error |
---|
Header Name | Header Value |
---|---|
Content-Type | application/json |
FSPIOP-Source | NOT_APPLICABLE |
traceparent | 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00 |
{
"type": "FSPIOP_CALLBACK_URL_PARTICIPANT_PUT",
"value": "http://moja-sim-testfsp1-scheme-adapter:4000/participants/{{partyIdType}}/{{partyIdentifier}}"
}
curl 'http://moja-centralledger-service/participants/testfsp1/endpoints' -H 'content-type: application/json' -H 'fspiop-source: NOT_APPLICABLE' -H 'traceparent: 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00' -H 'user-agent: axios/0.27.2' --data-binary '{"type":"FSPIOP_CALLBACK_URL_PARTICIPANT_PUT","value":"http://moja-sim-testfsp1-scheme-adapter:4000/participants/{{partyIdType}}/{{partyIdentifier}}"}' --compressed
{
"cache-control": "no-cache",
"content-length": "0",
"date": "Tue, 19 Sep 2023 00:16:23 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=5"
}
Name | Result |
---|---|
Status code is 201 | PASSED |
Total | 1 / 1 |
Test Name | Assertion Error |
---|
Header Name | Header Value |
---|---|
Content-Type | application/json |
FSPIOP-Source | NOT_APPLICABLE |
traceparent | 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00 |
{
"type": "FSPIOP_CALLBACK_URL_PARTICIPANT_PUT_ERROR",
"value": "http://moja-sim-testfsp1-scheme-adapter:4000/participants/{{partyIdType}}/{{partyIdentifier}}/error"
}
curl 'http://moja-centralledger-service/participants/testfsp1/endpoints' -H 'content-type: application/json' -H 'fspiop-source: NOT_APPLICABLE' -H 'traceparent: 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00' -H 'user-agent: axios/0.27.2' --data-binary '{"type":"FSPIOP_CALLBACK_URL_PARTICIPANT_PUT_ERROR","value":"http://moja-sim-testfsp1-scheme-adapter:4000/participants/{{partyIdType}}/{{partyIdentifier}}/error"}' --compressed
{
"cache-control": "no-cache",
"content-length": "0",
"date": "Tue, 19 Sep 2023 00:16:23 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=5"
}
Name | Result |
---|---|
Status code is 201 | PASSED |
Total | 1 / 1 |
Test Name | Assertion Error |
---|
Header Name | Header Value |
---|---|
Content-Type | application/json |
FSPIOP-Source | NOT_APPLICABLE |
traceparent | 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00 |
{
"type": "FSPIOP_CALLBACK_URL_PARTICIPANT_BATCH_PUT",
"value": "http://moja-sim-testfsp1-scheme-adapter:4000/participants/{{requestId}}"
}
curl 'http://moja-centralledger-service/participants/testfsp1/endpoints' -H 'content-type: application/json' -H 'fspiop-source: NOT_APPLICABLE' -H 'traceparent: 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00' -H 'user-agent: axios/0.27.2' --data-binary '{"type":"FSPIOP_CALLBACK_URL_PARTICIPANT_BATCH_PUT","value":"http://moja-sim-testfsp1-scheme-adapter:4000/participants/{{requestId}}"}' --compressed
{
"cache-control": "no-cache",
"content-length": "0",
"date": "Tue, 19 Sep 2023 00:16:23 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=5"
}
Name | Result |
---|---|
Status code is 201 | PASSED |
Total | 1 / 1 |
Test Name | Assertion Error |
---|
Header Name | Header Value |
---|---|
Content-Type | application/json |
FSPIOP-Source | NOT_APPLICABLE |
traceparent | 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00 |
{
"type": "FSPIOP_CALLBACK_URL_PARTICIPANT_BATCH_PUT_ERROR",
"value": "http://moja-sim-testfsp1-scheme-adapter:4000/participants/{{requestId}}/error"
}
curl 'http://moja-centralledger-service/participants/testfsp1/endpoints' -H 'content-type: application/json' -H 'fspiop-source: NOT_APPLICABLE' -H 'traceparent: 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00' -H 'user-agent: axios/0.27.2' --data-binary '{"type":"FSPIOP_CALLBACK_URL_PARTICIPANT_BATCH_PUT_ERROR","value":"http://moja-sim-testfsp1-scheme-adapter:4000/participants/{{requestId}}/error"}' --compressed
{
"cache-control": "no-cache",
"content-length": "0",
"date": "Tue, 19 Sep 2023 00:16:23 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=5"
}
Name | Result |
---|---|
Status code is 201 | PASSED |
Total | 1 / 1 |
Test Name | Assertion Error |
---|
Header Name | Header Value |
---|---|
Content-Type | application/json |
traceparent | 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00 |
{
"type": "FSPIOP_CALLBACK_URL_QUOTES",
"value": "http://moja-sim-testfsp1-scheme-adapter:4000"
}
curl 'http://moja-centralledger-service/participants/testfsp1/endpoints' -H 'content-type: application/json' -H 'traceparent: 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00' -H 'user-agent: axios/0.27.2' --data-binary '{"type":"FSPIOP_CALLBACK_URL_QUOTES","value":"http://moja-sim-testfsp1-scheme-adapter:4000"}' --compressed
{
"cache-control": "no-cache",
"content-length": "0",
"date": "Tue, 19 Sep 2023 00:16:24 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=5"
}
Name | Result |
---|---|
Status code is 201 | PASSED |
Total | 1 / 1 |
Test Name | Assertion Error |
---|
Header Name | Header Value |
---|---|
Content-Type | application/json |
traceparent | 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00 |
{
"type": "FSPIOP_CALLBACK_URL_TRANSFER_POST",
"value": "http://moja-sim-testfsp1-scheme-adapter:4000/transfers"
}
curl 'http://moja-centralledger-service/participants/testfsp1/endpoints' -H 'content-type: application/json' -H 'traceparent: 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00' -H 'user-agent: axios/0.27.2' --data-binary '{"type":"FSPIOP_CALLBACK_URL_TRANSFER_POST","value":"http://moja-sim-testfsp1-scheme-adapter:4000/transfers"}' --compressed
{
"cache-control": "no-cache",
"content-length": "0",
"date": "Tue, 19 Sep 2023 00:16:24 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=5"
}
Name | Result |
---|---|
Status code is 201 | PASSED |
Total | 1 / 1 |
Test Name | Assertion Error |
---|
Header Name | Header Value |
---|---|
Content-Type | application/json |
traceparent | 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00 |
{
"type": "FSPIOP_CALLBACK_URL_TRANSFER_PUT",
"value": "http://moja-sim-testfsp1-scheme-adapter:4000/transfers/{{transferId}}"
}
curl 'http://moja-centralledger-service/participants/testfsp1/endpoints' -H 'content-type: application/json' -H 'traceparent: 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00' -H 'user-agent: axios/0.27.2' --data-binary '{"type":"FSPIOP_CALLBACK_URL_TRANSFER_PUT","value":"http://moja-sim-testfsp1-scheme-adapter:4000/transfers/{{transferId}}"}' --compressed
{
"cache-control": "no-cache",
"content-length": "0",
"date": "Tue, 19 Sep 2023 00:16:24 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=5"
}
Name | Result |
---|---|
Status code is 201 | PASSED |
Total | 1 / 1 |
Test Name | Assertion Error |
---|
Header Name | Header Value |
---|---|
Content-Type | application/json |
traceparent | 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00 |
{
"type": "FSPIOP_CALLBACK_URL_TRANSFER_ERROR",
"value": "http://moja-sim-testfsp1-scheme-adapter:4000/transfers/{{transferId}}/error"
}
curl 'http://moja-centralledger-service/participants/testfsp1/endpoints' -H 'content-type: application/json' -H 'traceparent: 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00' -H 'user-agent: axios/0.27.2' --data-binary '{"type":"FSPIOP_CALLBACK_URL_TRANSFER_ERROR","value":"http://moja-sim-testfsp1-scheme-adapter:4000/transfers/{{transferId}}/error"}' --compressed
{
"cache-control": "no-cache",
"content-length": "0",
"date": "Tue, 19 Sep 2023 00:16:24 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=5"
}
Name | Result |
---|---|
Status code is 201 | PASSED |
Total | 1 / 1 |
Test Name | Assertion Error |
---|
Header Name | Header Value |
---|---|
Content-Type | application/json |
traceparent | 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00 |
{
"type": "FSPIOP_CALLBACK_URL_PARTICIPANT_SUB_ID_PUT",
"value": "http://moja-sim-testfsp1-scheme-adapter:4000/participants/{{partyIdType}}/{{partyIdentifier}}/{{partySubIdOrType}}"
}
curl 'http://moja-centralledger-service/participants/testfsp1/endpoints' -H 'content-type: application/json' -H 'traceparent: 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00' -H 'user-agent: axios/0.27.2' --data-binary '{"type":"FSPIOP_CALLBACK_URL_PARTICIPANT_SUB_ID_PUT","value":"http://moja-sim-testfsp1-scheme-adapter:4000/participants/{{partyIdType}}/{{partyIdentifier}}/{{partySubIdOrType}}"}' --compressed
{
"cache-control": "no-cache",
"content-length": "0",
"date": "Tue, 19 Sep 2023 00:16:25 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=5"
}
Name | Result |
---|---|
Status code is 201 | PASSED |
Total | 1 / 1 |
Test Name | Assertion Error |
---|
Header Name | Header Value |
---|---|
Content-Type | application/json |
traceparent | 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00 |
{
"type": "FSPIOP_CALLBACK_URL_PARTICIPANT_SUB_ID_PUT_ERROR",
"value": "http://moja-sim-testfsp1-scheme-adapter:4000/participants/{{partyIdType}}/{{partyIdentifier}}/{{partySubIdOrType}}/error"
}
curl 'http://moja-centralledger-service/participants/testfsp1/endpoints' -H 'content-type: application/json' -H 'traceparent: 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00' -H 'user-agent: axios/0.27.2' --data-binary '{"type":"FSPIOP_CALLBACK_URL_PARTICIPANT_SUB_ID_PUT_ERROR","value":"http://moja-sim-testfsp1-scheme-adapter:4000/participants/{{partyIdType}}/{{partyIdentifier}}/{{partySubIdOrType}}/error"}' --compressed
{
"cache-control": "no-cache",
"content-length": "0",
"date": "Tue, 19 Sep 2023 00:16:25 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=5"
}
Name | Result |
---|---|
Status code is 201 | PASSED |
Total | 1 / 1 |
Test Name | Assertion Error |
---|
Header Name | Header Value |
---|---|
Content-Type | application/json |
traceparent | 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00 |
{
"type": "FSPIOP_CALLBACK_URL_PARTICIPANT_SUB_ID_DELETE",
"value": "http://moja-sim-testfsp1-scheme-adapter:4000/participants/{{partyIdType}}/{{partyIdentifier}}/{{partySubIdOrType}}"
}
curl 'http://moja-centralledger-service/participants/testfsp1/endpoints' -H 'content-type: application/json' -H 'traceparent: 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00' -H 'user-agent: axios/0.27.2' --data-binary '{"type":"FSPIOP_CALLBACK_URL_PARTICIPANT_SUB_ID_DELETE","value":"http://moja-sim-testfsp1-scheme-adapter:4000/participants/{{partyIdType}}/{{partyIdentifier}}/{{partySubIdOrType}}"}' --compressed
{
"cache-control": "no-cache",
"content-length": "0",
"date": "Tue, 19 Sep 2023 00:16:25 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=5"
}
Name | Result |
---|---|
Status code is 201 | PASSED |
Total | 1 / 1 |
Test Name | Assertion Error |
---|
Header Name | Header Value |
---|---|
Content-Type | application/json |
traceparent | 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00 |
{
"type": "FSPIOP_CALLBACK_URL_PARTIES_SUB_ID_GET",
"value": "http://moja-sim-testfsp1-scheme-adapter:4000/parties/{{partyIdType}}/{{partyIdentifier}}/{{partySubIdOrType}}"
}
curl 'http://moja-centralledger-service/participants/testfsp1/endpoints' -H 'content-type: application/json' -H 'traceparent: 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00' -H 'user-agent: axios/0.27.2' --data-binary '{"type":"FSPIOP_CALLBACK_URL_PARTIES_SUB_ID_GET","value":"http://moja-sim-testfsp1-scheme-adapter:4000/parties/{{partyIdType}}/{{partyIdentifier}}/{{partySubIdOrType}}"}' --compressed
{
"cache-control": "no-cache",
"content-length": "0",
"date": "Tue, 19 Sep 2023 00:16:25 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=5"
}
Name | Result |
---|---|
Status code is 201 | PASSED |
Total | 1 / 1 |
Test Name | Assertion Error |
---|
Header Name | Header Value |
---|---|
Content-Type | application/json |
traceparent | 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00 |
{
"type": "FSPIOP_CALLBACK_URL_PARTIES_SUB_ID_PUT",
"value": "http://moja-sim-testfsp1-scheme-adapter:4000/parties/{{partyIdType}}/{{partyIdentifier}}/{{partySubIdOrType}}"
}
curl 'http://moja-centralledger-service/participants/testfsp1/endpoints' -H 'content-type: application/json' -H 'traceparent: 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00' -H 'user-agent: axios/0.27.2' --data-binary '{"type":"FSPIOP_CALLBACK_URL_PARTIES_SUB_ID_PUT","value":"http://moja-sim-testfsp1-scheme-adapter:4000/parties/{{partyIdType}}/{{partyIdentifier}}/{{partySubIdOrType}}"}' --compressed
{
"cache-control": "no-cache",
"content-length": "0",
"date": "Tue, 19 Sep 2023 00:16:26 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=5"
}
Name | Result |
---|---|
Status code is 201 | PASSED |
Total | 1 / 1 |
Test Name | Assertion Error |
---|
Header Name | Header Value |
---|---|
Content-Type | application/json |
traceparent | 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00 |
{
"type": "FSPIOP_CALLBACK_URL_PARTIES_SUB_ID_PUT_ERROR",
"value": "http://moja-sim-testfsp1-scheme-adapter:4000/parties/{{partyIdType}}/{{partyIdentifier}}/{{partySubIdOrType}}/error"
}
curl 'http://moja-centralledger-service/participants/testfsp1/endpoints' -H 'content-type: application/json' -H 'traceparent: 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00' -H 'user-agent: axios/0.27.2' --data-binary '{"type":"FSPIOP_CALLBACK_URL_PARTIES_SUB_ID_PUT_ERROR","value":"http://moja-sim-testfsp1-scheme-adapter:4000/parties/{{partyIdType}}/{{partyIdentifier}}/{{partySubIdOrType}}/error"}' --compressed
{
"cache-control": "no-cache",
"content-length": "0",
"date": "Tue, 19 Sep 2023 00:16:26 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=5"
}
Name | Result |
---|---|
Status code is 201 | PASSED |
Total | 1 / 1 |
Test Name | Assertion Error |
---|
Header Name | Header Value |
---|---|
Content-Type | application/json |
FSPIOP-Source | testfsp1 |
traceparent | 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00 |
{
"type": "NET_DEBIT_CAP_THRESHOLD_BREACH_EMAIL",
"value": "some.email@gmail.com"
}
curl 'http://moja-centralledger-service/participants/testfsp1/endpoints' -H 'content-type: application/json' -H 'fspiop-source: testfsp1' -H 'traceparent: 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00' -H 'user-agent: axios/0.27.2' --data-binary '{"type":"NET_DEBIT_CAP_THRESHOLD_BREACH_EMAIL","value":"some.email@gmail.com"}' --compressed
{
"cache-control": "no-cache",
"content-length": "0",
"date": "Tue, 19 Sep 2023 00:16:26 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=5"
}
Name | Result |
---|---|
Status code is 201 | PASSED |
Total | 1 / 1 |
Test Name | Assertion Error |
---|
Header Name | Header Value |
---|---|
Content-Type | application/json |
FSPIOP-Source | NOT_APPLICABLE |
traceparent | 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00 |
{
"type": "NET_DEBIT_CAP_ADJUSTMENT_EMAIL",
"value": "some.email@gmail.com"
}
curl 'http://moja-centralledger-service/participants/testfsp1/endpoints' -H 'content-type: application/json' -H 'fspiop-source: NOT_APPLICABLE' -H 'traceparent: 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00' -H 'user-agent: axios/0.27.2' --data-binary '{"type":"NET_DEBIT_CAP_ADJUSTMENT_EMAIL","value":"some.email@gmail.com"}' --compressed
{
"cache-control": "no-cache",
"content-length": "0",
"date": "Tue, 19 Sep 2023 00:16:26 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=5"
}
Name | Result |
---|---|
Status code is 201 | PASSED |
Total | 1 / 1 |
Test Name | Assertion Error |
---|
Header Name | Header Value |
---|---|
Content-Type | application/json |
FSPIOP-Source | testfsp1 |
traceparent | 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00 |
{
"type": "SETTLEMENT_TRANSFER_POSITION_CHANGE_EMAIL",
"value": "some.email@gmail.com"
}
curl 'http://moja-centralledger-service/participants/testfsp1/endpoints' -H 'content-type: application/json' -H 'fspiop-source: testfsp1' -H 'traceparent: 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00' -H 'user-agent: axios/0.27.2' --data-binary '{"type":"SETTLEMENT_TRANSFER_POSITION_CHANGE_EMAIL","value":"some.email@gmail.com"}' --compressed
{
"cache-control": "no-cache",
"content-length": "0",
"date": "Tue, 19 Sep 2023 00:16:27 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=5"
}
Name | Result |
---|---|
Status code is 201 | PASSED |
Total | 1 / 1 |
Test Name | Assertion Error |
---|
Header Name | Header Value |
---|---|
Content-Type | application/vnd.interoperability.participants+json;version=1.1 |
Accept | application/vnd.interoperability.participants+json;version=1.1 |
Date | Tue, 19 Sep 2023 00:16:27 GMT |
FSPIOP-Source | testfsp1 |
traceparent | 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00 |
{
"fspId": "testfsp1",
"currency": "EUR"
}
curl 'http://moja-account-lookup-service/participants/MSISDN/17039811903' -H 'content-type: application/vnd.interoperability.participants+json;version=1.1' -H 'accept: application/vnd.interoperability.participants+json;version=1.1' -H 'date: Tue, 19 Sep 2023 00:16:27 GMT' -H 'fspiop-source: testfsp1' -H 'traceparent: 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00' -H 'user-agent: axios/0.27.2' --data-binary '{"fspId":"testfsp1","currency":"EUR"}' --compressed
{
"cache-control": "no-cache",
"content-length": "0",
"date": "Tue, 19 Sep 2023 00:16:27 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=5"
}
Name | Result |
---|---|
Status code is 202 | PASSED |
Total | 1 / 1 |
Test Name | Assertion Error |
---|
Header Name | Header Value |
---|---|
Content-Type | application/vnd.interoperability.participants+json;version=1.1 |
Accept | application/vnd.interoperability.participants+json;version=1.1 |
Date | Tue, 19 Sep 2023 00:16:27 GMT |
FSPIOP-Source | NOT_APPLICABLE |
traceparent | 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00 |
{
"fspId": "testfsp1",
"currency": "EUR"
}
curl 'http://moja-account-lookup-service/participants/MSISDN/17039811903/100' -H 'content-type: application/vnd.interoperability.participants+json;version=1.1' -H 'accept: application/vnd.interoperability.participants+json;version=1.1' -H 'date: Tue, 19 Sep 2023 00:16:27 GMT' -H 'fspiop-source: NOT_APPLICABLE' -H 'traceparent: 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00' -H 'user-agent: axios/0.27.2' --data-binary '{"fspId":"testfsp1","currency":"EUR"}' --compressed
{
"cache-control": "no-cache",
"content-length": "0",
"date": "Tue, 19 Sep 2023 00:16:27 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=5"
}
Name | Result |
---|---|
Status code is 202 | PASSED |
Total | 1 / 1 |
Test Name | Assertion Error |
---|
Header Name | Header Value |
---|---|
Content-Type | application/json |
FSPIOP-Source | NOT_APPLICABLE |
traceparent | 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00 |
{
"name": "testfsp2",
"currency": "EUR"
}
curl 'http://moja-centralledger-service/participants' -H 'content-type: application/json' -H 'fspiop-source: NOT_APPLICABLE' -H 'traceparent: 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00' -H 'user-agent: axios/0.27.2' --data-binary '{"name":"testfsp2","currency":"EUR"}' --compressed
{
"content-type": "application/json; charset=utf-8",
"cache-control": "no-cache",
"content-length": "482",
"date": "Tue, 19 Sep 2023 00:16:27 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=5"
}
{
"name": "testfsp2",
"id": "interop-switch.dev.ossperf.mojaloop.live.internal/participants/testfsp2",
"created": "\"2023-09-19T00:16:27.000Z\"",
"isActive": 1,
"links": {
"self": "interop-switch.dev.ossperf.mojaloop.live.internal/participants/testfsp2"
},
"accounts": [
{
"id": 39,
"ledgerAccountType": "POSITION",
"currency": "EUR",
"isActive": 0,
"createdDate": null,
"createdBy": "unknown"
},
{
"id": 40,
"ledgerAccountType": "SETTLEMENT",
"currency": "EUR",
"isActive": 0,
"createdDate": null,
"createdBy": "unknown"
}
]
}
Name | Result |
---|---|
status to be 201 if not exists or 400 if exists | PASSED |
Total | 1 / 1 |
Test Name | Assertion Error |
---|
Header Name | Header Value |
---|---|
Content-Type | application/json |
FSPIOP-Source | NOT_APPLICABLE |
traceparent | 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00 |
{
"currency": "EUR",
"limit": {
"type": "NET_DEBIT_CAP",
"value": 10000
},
"initialPosition": 0
}
curl 'http://moja-centralledger-service/participants/testfsp2/initialPositionAndLimits' -H 'content-type: application/json' -H 'fspiop-source: NOT_APPLICABLE' -H 'traceparent: 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00' -H 'user-agent: axios/0.27.2' --data-binary '{"currency":"EUR","limit":{"type":"NET_DEBIT_CAP","value":10000},"initialPosition":0}' --compressed
{
"cache-control": "no-cache",
"content-length": "0",
"date": "Tue, 19 Sep 2023 00:16:28 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=5"
}
Name | Result |
---|---|
status to be 201 if not exists or 500 if exists | PASSED |
Total | 1 / 1 |
Test Name | Assertion Error |
---|
Header Name | Header Value |
---|---|
Content-Type | application/json |
FSPIOP-Source | NOT_APPLICABLE |
traceparent | 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00 |
curl 'http://moja-centralledger-service/participants/testfsp2/accounts' -H 'content-type: application/json' -H 'fspiop-source: NOT_APPLICABLE' -H 'traceparent: 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00' -H 'user-agent: axios/0.27.2' --compressed
{
"content-type": "application/json; charset=utf-8",
"cache-control": "no-cache",
"content-length": "283",
"accept-ranges": "bytes",
"date": "Tue, 19 Sep 2023 00:16:28 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=5"
}
[
{
"id": 39,
"ledgerAccountType": "POSITION",
"currency": "EUR",
"isActive": 1,
"value": 0,
"reservedValue": 0,
"changedDate": "2023-09-19T00:16:28.000Z"
},
{
"id": 40,
"ledgerAccountType": "SETTLEMENT",
"currency": "EUR",
"isActive": 1,
"value": 0,
"reservedValue": 0,
"changedDate": "2023-09-19T00:16:28.000Z"
}
]
Name | Result |
---|---|
status to be 200 | PASSED |
Total | 1 / 1 |
Test Name | Assertion Error |
---|
Header Name | Header Value |
---|---|
Content-Type | application/json |
FSPIOP-Source | NOT_APPLICABLE |
traceparent | 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00 |
{
"transferId": "e834fd39-b4d5-4f5e-9cf1-fed14457d363",
"externalReference": "string",
"action": "recordFundsIn",
"reason": "string",
"amount": {
"amount": "5000",
"currency": "EUR"
},
"extensionList": {
"extension": [
{
"key": "string",
"value": "string"
}
]
}
}
curl 'http://moja-centralledger-service/participants/testfsp2/accounts/40' -H 'content-type: application/json' -H 'fspiop-source: NOT_APPLICABLE' -H 'traceparent: 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00' -H 'user-agent: axios/0.27.2' --data-binary '{"transferId":"e834fd39-b4d5-4f5e-9cf1-fed14457d363","externalReference":"string","action":"recordFundsIn","reason":"string","amount":{"amount":"5000","currency":"EUR"},"extensionList":{"extension":[{"key":"string","value":"string"}]}}' --compressed
{
"cache-control": "no-cache",
"content-length": "0",
"date": "Tue, 19 Sep 2023 00:16:28 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=5"
}
Name | Result |
---|---|
status to be 202 | PASSED |
Total | 1 / 1 |
Test Name | Assertion Error |
---|
Header Name | Header Value |
---|---|
Content-Type | application/json |
FSPIOP-Source | NOT_APPLICABLE |
traceparent | 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00 |
curl 'http://moja-centralledger-service/participants/testfsp2/accounts' -H 'content-type: application/json' -H 'fspiop-source: NOT_APPLICABLE' -H 'traceparent: 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00' -H 'user-agent: axios/0.27.2' --compressed
{
"content-type": "application/json; charset=utf-8",
"cache-control": "no-cache",
"content-length": "287",
"accept-ranges": "bytes",
"date": "Tue, 19 Sep 2023 00:16:29 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=5"
}
[
{
"id": 39,
"ledgerAccountType": "POSITION",
"currency": "EUR",
"isActive": 1,
"value": 0,
"reservedValue": 0,
"changedDate": "2023-09-19T00:16:28.000Z"
},
{
"id": 40,
"ledgerAccountType": "SETTLEMENT",
"currency": "EUR",
"isActive": 1,
"value": -5000,
"reservedValue": 0,
"changedDate": "2023-09-19T00:16:29.000Z"
}
]
Name | Result |
---|---|
status to be 200 | PASSED |
testfsp2 Settlement Account Balance After FundsIn should be equal to the balance before plus the transfer amount | PASSED |
Total | 2 / 2 |
Test Name | Assertion Error |
---|
Header Name | Header Value |
---|---|
Content-Type | application/json |
FSPIOP-Source | NOT_APPLICABLE |
traceparent | 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00 |
{
"name": "testfsp2",
"currency": "GBP"
}
curl 'http://moja-centralledger-service/participants' -H 'content-type: application/json' -H 'fspiop-source: NOT_APPLICABLE' -H 'traceparent: 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00' -H 'user-agent: axios/0.27.2' --data-binary '{"name":"testfsp2","currency":"GBP"}' --compressed
{
"content-type": "application/json; charset=utf-8",
"cache-control": "no-cache",
"content-length": "708",
"date": "Tue, 19 Sep 2023 00:16:29 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=5"
}
{
"name": "testfsp2",
"id": "interop-switch.dev.ossperf.mojaloop.live.internal/participants/testfsp2",
"created": "\"2023-09-19T00:16:27.000Z\"",
"isActive": 1,
"links": {
"self": "interop-switch.dev.ossperf.mojaloop.live.internal/participants/testfsp2"
},
"accounts": [
{
"id": 39,
"ledgerAccountType": "POSITION",
"currency": "EUR",
"isActive": 1,
"createdDate": null,
"createdBy": "unknown"
},
{
"id": 40,
"ledgerAccountType": "SETTLEMENT",
"currency": "EUR",
"isActive": 1,
"createdDate": null,
"createdBy": "unknown"
},
{
"id": 41,
"ledgerAccountType": "POSITION",
"currency": "GBP",
"isActive": 0,
"createdDate": null,
"createdBy": "unknown"
},
{
"id": 42,
"ledgerAccountType": "SETTLEMENT",
"currency": "GBP",
"isActive": 0,
"createdDate": null,
"createdBy": "unknown"
}
]
}
Name | Result |
---|---|
status to be 201 if not exists or 400 if exists | PASSED |
Total | 1 / 1 |
Test Name | Assertion Error |
---|
Header Name | Header Value |
---|---|
Content-Type | application/json |
FSPIOP-Source | NOT_APPLICABLE |
traceparent | 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00 |
{
"currency": "GBP",
"limit": {
"type": "NET_DEBIT_CAP",
"value": 10000
},
"initialPosition": 0
}
curl 'http://moja-centralledger-service/participants/testfsp2/initialPositionAndLimits' -H 'content-type: application/json' -H 'fspiop-source: NOT_APPLICABLE' -H 'traceparent: 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00' -H 'user-agent: axios/0.27.2' --data-binary '{"currency":"GBP","limit":{"type":"NET_DEBIT_CAP","value":10000},"initialPosition":0}' --compressed
{
"cache-control": "no-cache",
"content-length": "0",
"date": "Tue, 19 Sep 2023 00:16:29 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=5"
}
Name | Result |
---|---|
status to be 201 if not exists or 500 if exists | PASSED |
Total | 1 / 1 |
Test Name | Assertion Error |
---|
Header Name | Header Value |
---|---|
Content-Type | application/json |
FSPIOP-Source | NOT_APPLICABLE |
traceparent | 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00 |
{
"name": "testfsp2",
"currency": "CAD"
}
curl 'http://moja-centralledger-service/participants' -H 'content-type: application/json' -H 'fspiop-source: NOT_APPLICABLE' -H 'traceparent: 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00' -H 'user-agent: axios/0.27.2' --data-binary '{"name":"testfsp2","currency":"CAD"}' --compressed
{
"content-type": "application/json; charset=utf-8",
"cache-control": "no-cache",
"content-length": "1183",
"vary": "accept-encoding",
"date": "Tue, 19 Sep 2023 00:16:30 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=5"
}
{
"name": "testfsp2",
"id": "interop-switch.dev.ossperf.mojaloop.live.internal/participants/testfsp2",
"created": "\"2023-09-19T00:16:27.000Z\"",
"isActive": 1,
"links": {
"self": "interop-switch.dev.ossperf.mojaloop.live.internal/participants/testfsp2"
},
"accounts": [
{
"id": 39,
"ledgerAccountType": "POSITION",
"currency": "EUR",
"isActive": 1,
"createdDate": null,
"createdBy": "unknown"
},
{
"id": 40,
"ledgerAccountType": "SETTLEMENT",
"currency": "EUR",
"isActive": 1,
"createdDate": null,
"createdBy": "unknown"
},
{
"id": 41,
"ledgerAccountType": "POSITION",
"currency": "GBP",
"isActive": 1,
"createdDate": null,
"createdBy": "unknown"
},
{
"id": 42,
"ledgerAccountType": "SETTLEMENT",
"currency": "GBP",
"isActive": 1,
"createdDate": null,
"createdBy": "unknown"
},
{
"id": 43,
"ledgerAccountType": "POSITION",
"currency": "CAD",
"isActive": 0,
"createdDate": null,
"createdBy": "unknown"
},
{
"id": 44,
"ledgerAccountType": "SETTLEMENT",
"currency": "CAD",
"isActive": 0,
"createdDate": null,
"createdBy": "unknown"
},
{
"id": 45,
"ledgerAccountType": "INTERCHANGE_FEE",
"currency": "CAD",
"isActive": 0,
"createdDate": null,
"createdBy": "unknown"
},
{
"id": 46,
"ledgerAccountType": "INTERCHANGE_FEE_SETTLEMENT",
"currency": "CAD",
"isActive": 0,
"createdDate": null,
"createdBy": "unknown"
}
]
}
Name | Result |
---|---|
status to be 201 if not exists or 400 if exists | PASSED |
Total | 1 / 1 |
Test Name | Assertion Error |
---|
Header Name | Header Value |
---|---|
Content-Type | application/json |
FSPIOP-Source | NOT_APPLICABLE |
traceparent | 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00 |
{
"currency": "CAD",
"limit": {
"type": "NET_DEBIT_CAP",
"value": 10000
},
"initialPosition": 0
}
curl 'http://moja-centralledger-service/participants/testfsp2/initialPositionAndLimits' -H 'content-type: application/json' -H 'fspiop-source: NOT_APPLICABLE' -H 'traceparent: 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00' -H 'user-agent: axios/0.27.2' --data-binary '{"currency":"CAD","limit":{"type":"NET_DEBIT_CAP","value":10000},"initialPosition":0}' --compressed
{
"cache-control": "no-cache",
"content-length": "0",
"date": "Tue, 19 Sep 2023 00:16:30 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=5"
}
Name | Result |
---|---|
status to be 201 if not exists or 500 if exists | PASSED |
Total | 1 / 1 |
Test Name | Assertion Error |
---|
Header Name | Header Value |
---|---|
Content-Type | application/json |
FSPIOP-Source | NOT_APPLICABLE |
traceparent | 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00 |
curl 'http://moja-centralledger-service/participants/testfsp2/accounts' -H 'content-type: application/json' -H 'fspiop-source: NOT_APPLICABLE' -H 'traceparent: 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00' -H 'user-agent: axios/0.27.2' --compressed
{
"content-type": "application/json; charset=utf-8",
"cache-control": "no-cache",
"content-length": "1156",
"vary": "accept-encoding",
"accept-ranges": "bytes",
"date": "Tue, 19 Sep 2023 00:16:30 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=5"
}
[
{
"id": 39,
"ledgerAccountType": "POSITION",
"currency": "EUR",
"isActive": 1,
"value": 0,
"reservedValue": 0,
"changedDate": "2023-09-19T00:16:28.000Z"
},
{
"id": 40,
"ledgerAccountType": "SETTLEMENT",
"currency": "EUR",
"isActive": 1,
"value": -5000,
"reservedValue": 0,
"changedDate": "2023-09-19T00:16:29.000Z"
},
{
"id": 41,
"ledgerAccountType": "POSITION",
"currency": "GBP",
"isActive": 1,
"value": 0,
"reservedValue": 0,
"changedDate": "2023-09-19T00:16:29.000Z"
},
{
"id": 42,
"ledgerAccountType": "SETTLEMENT",
"currency": "GBP",
"isActive": 1,
"value": 0,
"reservedValue": 0,
"changedDate": "2023-09-19T00:16:29.000Z"
},
{
"id": 43,
"ledgerAccountType": "POSITION",
"currency": "CAD",
"isActive": 1,
"value": 0,
"reservedValue": 0,
"changedDate": "2023-09-19T00:16:30.000Z"
},
{
"id": 44,
"ledgerAccountType": "SETTLEMENT",
"currency": "CAD",
"isActive": 1,
"value": 0,
"reservedValue": 0,
"changedDate": "2023-09-19T00:16:30.000Z"
},
{
"id": 45,
"ledgerAccountType": "INTERCHANGE_FEE",
"currency": "CAD",
"isActive": 1,
"value": 0,
"reservedValue": 0,
"changedDate": "2023-09-19T00:16:30.000Z"
},
{
"id": 46,
"ledgerAccountType": "INTERCHANGE_FEE_SETTLEMENT",
"currency": "CAD",
"isActive": 1,
"value": 0,
"reservedValue": 0,
"changedDate": "2023-09-19T00:16:30.000Z"
}
]
Name | Result |
---|---|
status to be 200 | PASSED |
Total | 1 / 1 |
Test Name | Assertion Error |
---|
Header Name | Header Value |
---|---|
Content-Type | application/json |
FSPIOP-Source | NOT_APPLICABLE |
traceparent | 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00 |
{
"transferId": "1e7dc7a5-d2d3-44fc-b1e3-f46bcfca6b28",
"externalReference": "string",
"action": "recordFundsIn",
"reason": "string",
"amount": {
"amount": "5000",
"currency": "GBP"
},
"extensionList": {
"extension": [
{
"key": "string",
"value": "string"
}
]
}
}
curl 'http://moja-centralledger-service/participants/testfsp2/accounts/42' -H 'content-type: application/json' -H 'fspiop-source: NOT_APPLICABLE' -H 'traceparent: 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00' -H 'user-agent: axios/0.27.2' --data-binary '{"transferId":"1e7dc7a5-d2d3-44fc-b1e3-f46bcfca6b28","externalReference":"string","action":"recordFundsIn","reason":"string","amount":{"amount":"5000","currency":"GBP"},"extensionList":{"extension":[{"key":"string","value":"string"}]}}' --compressed
{
"cache-control": "no-cache",
"content-length": "0",
"date": "Tue, 19 Sep 2023 00:16:31 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=5"
}
Name | Result |
---|---|
status to be 202 | PASSED |
Total | 1 / 1 |
Test Name | Assertion Error |
---|
Header Name | Header Value |
---|---|
Content-Type | application/json |
FSPIOP-Source | NOT_APPLICABLE |
traceparent | 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00 |
curl 'http://moja-centralledger-service/participants/testfsp2/accounts' -H 'content-type: application/json' -H 'fspiop-source: NOT_APPLICABLE' -H 'traceparent: 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00' -H 'user-agent: axios/0.27.2' --compressed
{
"content-type": "application/json; charset=utf-8",
"cache-control": "no-cache",
"content-length": "1160",
"vary": "accept-encoding",
"accept-ranges": "bytes",
"date": "Tue, 19 Sep 2023 00:16:31 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=5"
}
[
{
"id": 39,
"ledgerAccountType": "POSITION",
"currency": "EUR",
"isActive": 1,
"value": 0,
"reservedValue": 0,
"changedDate": "2023-09-19T00:16:28.000Z"
},
{
"id": 40,
"ledgerAccountType": "SETTLEMENT",
"currency": "EUR",
"isActive": 1,
"value": -5000,
"reservedValue": 0,
"changedDate": "2023-09-19T00:16:29.000Z"
},
{
"id": 41,
"ledgerAccountType": "POSITION",
"currency": "GBP",
"isActive": 1,
"value": 0,
"reservedValue": 0,
"changedDate": "2023-09-19T00:16:29.000Z"
},
{
"id": 42,
"ledgerAccountType": "SETTLEMENT",
"currency": "GBP",
"isActive": 1,
"value": -5000,
"reservedValue": 0,
"changedDate": "2023-09-19T00:16:31.000Z"
},
{
"id": 43,
"ledgerAccountType": "POSITION",
"currency": "CAD",
"isActive": 1,
"value": 0,
"reservedValue": 0,
"changedDate": "2023-09-19T00:16:30.000Z"
},
{
"id": 44,
"ledgerAccountType": "SETTLEMENT",
"currency": "CAD",
"isActive": 1,
"value": 0,
"reservedValue": 0,
"changedDate": "2023-09-19T00:16:30.000Z"
},
{
"id": 45,
"ledgerAccountType": "INTERCHANGE_FEE",
"currency": "CAD",
"isActive": 1,
"value": 0,
"reservedValue": 0,
"changedDate": "2023-09-19T00:16:30.000Z"
},
{
"id": 46,
"ledgerAccountType": "INTERCHANGE_FEE_SETTLEMENT",
"currency": "CAD",
"isActive": 1,
"value": 0,
"reservedValue": 0,
"changedDate": "2023-09-19T00:16:30.000Z"
}
]
Name | Result |
---|---|
status to be 200 | PASSED |
Settlement Account Balance After FundsIn should be equal to the balance before plus the transfer amount | PASSED |
Total | 2 / 2 |
Test Name | Assertion Error |
---|
Header Name | Header Value |
---|---|
Content-Type | application/json |
FSPIOP-Source | NOT_APPLICABLE |
traceparent | 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00 |
{
"type": "FSPIOP_CALLBACK_URL_PARTIES_GET",
"value": "http://moja-sim-testfsp2-scheme-adapter:4000/parties/{{partyIdType}}/{{partyIdentifier}}"
}
curl 'http://moja-centralledger-service/participants/testfsp2/endpoints' -H 'content-type: application/json' -H 'fspiop-source: NOT_APPLICABLE' -H 'traceparent: 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00' -H 'user-agent: axios/0.27.2' --data-binary '{"type":"FSPIOP_CALLBACK_URL_PARTIES_GET","value":"http://moja-sim-testfsp2-scheme-adapter:4000/parties/{{partyIdType}}/{{partyIdentifier}}"}' --compressed
{
"cache-control": "no-cache",
"content-length": "0",
"date": "Tue, 19 Sep 2023 00:16:32 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=5"
}
Name | Result |
---|---|
Status code is 201 | PASSED |
Total | 1 / 1 |
Test Name | Assertion Error |
---|
Header Name | Header Value |
---|---|
Content-Type | application/json |
FSPIOP-Source | NOT_APPLICABLE |
traceparent | 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00 |
{
"type": "FSPIOP_CALLBACK_URL_PARTIES_PUT",
"value": "http://moja-sim-testfsp2-scheme-adapter:4000/parties/{{partyIdType}}/{{partyIdentifier}}"
}
curl 'http://moja-centralledger-service/participants/testfsp2/endpoints' -H 'content-type: application/json' -H 'fspiop-source: NOT_APPLICABLE' -H 'traceparent: 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00' -H 'user-agent: axios/0.27.2' --data-binary '{"type":"FSPIOP_CALLBACK_URL_PARTIES_PUT","value":"http://moja-sim-testfsp2-scheme-adapter:4000/parties/{{partyIdType}}/{{partyIdentifier}}"}' --compressed
{
"cache-control": "no-cache",
"content-length": "0",
"date": "Tue, 19 Sep 2023 00:16:32 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=5"
}
Name | Result |
---|---|
Status code is 201 | PASSED |
Total | 1 / 1 |
Test Name | Assertion Error |
---|
Header Name | Header Value |
---|---|
Content-Type | application/json |
FSPIOP-Source | NOT_APPLICABLE |
traceparent | 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00 |
{
"type": "FSPIOP_CALLBACK_URL_PARTIES_PUT_ERROR",
"value": "http://moja-sim-testfsp2-scheme-adapter:4000/parties/{{partyIdType}}/{{partyIdentifier}}/error"
}
curl 'http://moja-centralledger-service/participants/testfsp2/endpoints' -H 'content-type: application/json' -H 'fspiop-source: NOT_APPLICABLE' -H 'traceparent: 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00' -H 'user-agent: axios/0.27.2' --data-binary '{"type":"FSPIOP_CALLBACK_URL_PARTIES_PUT_ERROR","value":"http://moja-sim-testfsp2-scheme-adapter:4000/parties/{{partyIdType}}/{{partyIdentifier}}/error"}' --compressed
{
"cache-control": "no-cache",
"content-length": "0",
"date": "Tue, 19 Sep 2023 00:16:32 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=5"
}
Name | Result |
---|---|
Status code is 201 | PASSED |
Total | 1 / 1 |
Test Name | Assertion Error |
---|
Header Name | Header Value |
---|---|
Content-Type | application/json |
FSPIOP-Source | NOT_APPLICABLE |
traceparent | 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00 |
{
"type": "FSPIOP_CALLBACK_URL_PARTICIPANT_PUT",
"value": "http://moja-sim-testfsp2-scheme-adapter:4000/participants/{{partyIdType}}/{{partyIdentifier}}"
}
curl 'http://moja-centralledger-service/participants/testfsp2/endpoints' -H 'content-type: application/json' -H 'fspiop-source: NOT_APPLICABLE' -H 'traceparent: 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00' -H 'user-agent: axios/0.27.2' --data-binary '{"type":"FSPIOP_CALLBACK_URL_PARTICIPANT_PUT","value":"http://moja-sim-testfsp2-scheme-adapter:4000/participants/{{partyIdType}}/{{partyIdentifier}}"}' --compressed
{
"cache-control": "no-cache",
"content-length": "0",
"date": "Tue, 19 Sep 2023 00:16:32 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=5"
}
Name | Result |
---|---|
Status code is 201 | PASSED |
Total | 1 / 1 |
Test Name | Assertion Error |
---|
Header Name | Header Value |
---|---|
Content-Type | application/json |
FSPIOP-Source | NOT_APPLICABLE |
traceparent | 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00 |
{
"type": "FSPIOP_CALLBACK_URL_PARTICIPANT_PUT_ERROR",
"value": "http://moja-sim-testfsp2-scheme-adapter:4000/participants/{{partyIdType}}/{{partyIdentifier}}/error"
}
curl 'http://moja-centralledger-service/participants/testfsp2/endpoints' -H 'content-type: application/json' -H 'fspiop-source: NOT_APPLICABLE' -H 'traceparent: 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00' -H 'user-agent: axios/0.27.2' --data-binary '{"type":"FSPIOP_CALLBACK_URL_PARTICIPANT_PUT_ERROR","value":"http://moja-sim-testfsp2-scheme-adapter:4000/participants/{{partyIdType}}/{{partyIdentifier}}/error"}' --compressed
{
"cache-control": "no-cache",
"content-length": "0",
"date": "Tue, 19 Sep 2023 00:16:33 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=5"
}
Name | Result |
---|---|
Status code is 201 | PASSED |
Total | 1 / 1 |
Test Name | Assertion Error |
---|
Header Name | Header Value |
---|---|
Content-Type | application/json |
FSPIOP-Source | NOT_APPLICABLE |
traceparent | 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00 |
{
"type": "FSPIOP_CALLBACK_URL_PARTICIPANT_BATCH_PUT",
"value": "http://moja-sim-testfsp2-scheme-adapter:4000/participants/{{requestId}}"
}
curl 'http://moja-centralledger-service/participants/testfsp2/endpoints' -H 'content-type: application/json' -H 'fspiop-source: NOT_APPLICABLE' -H 'traceparent: 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00' -H 'user-agent: axios/0.27.2' --data-binary '{"type":"FSPIOP_CALLBACK_URL_PARTICIPANT_BATCH_PUT","value":"http://moja-sim-testfsp2-scheme-adapter:4000/participants/{{requestId}}"}' --compressed
{
"cache-control": "no-cache",
"content-length": "0",
"date": "Tue, 19 Sep 2023 00:16:33 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=5"
}
Name | Result |
---|---|
Status code is 201 | PASSED |
Total | 1 / 1 |
Test Name | Assertion Error |
---|
Header Name | Header Value |
---|---|
Content-Type | application/json |
FSPIOP-Source | NOT_APPLICABLE |
traceparent | 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00 |
{
"type": "FSPIOP_CALLBACK_URL_PARTICIPANT_BATCH_PUT_ERROR",
"value": "http://moja-sim-testfsp2-scheme-adapter:4000/participants/{{requestId}}/error"
}
curl 'http://moja-centralledger-service/participants/testfsp2/endpoints' -H 'content-type: application/json' -H 'fspiop-source: NOT_APPLICABLE' -H 'traceparent: 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00' -H 'user-agent: axios/0.27.2' --data-binary '{"type":"FSPIOP_CALLBACK_URL_PARTICIPANT_BATCH_PUT_ERROR","value":"http://moja-sim-testfsp2-scheme-adapter:4000/participants/{{requestId}}/error"}' --compressed
{
"cache-control": "no-cache",
"content-length": "0",
"date": "Tue, 19 Sep 2023 00:16:33 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=5"
}
Name | Result |
---|---|
Status code is 201 | PASSED |
Total | 1 / 1 |
Test Name | Assertion Error |
---|
Header Name | Header Value |
---|---|
Content-Type | application/json |
traceparent | 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00 |
{
"type": "FSPIOP_CALLBACK_URL_QUOTES",
"value": "http://moja-sim-testfsp2-scheme-adapter:4000"
}
curl 'http://moja-centralledger-service/participants/testfsp2/endpoints' -H 'content-type: application/json' -H 'traceparent: 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00' -H 'user-agent: axios/0.27.2' --data-binary '{"type":"FSPIOP_CALLBACK_URL_QUOTES","value":"http://moja-sim-testfsp2-scheme-adapter:4000"}' --compressed
{
"cache-control": "no-cache",
"content-length": "0",
"date": "Tue, 19 Sep 2023 00:16:33 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=5"
}
Name | Result |
---|---|
Status code is 201 | PASSED |
Total | 1 / 1 |
Test Name | Assertion Error |
---|
Header Name | Header Value |
---|---|
Content-Type | application/json |
traceparent | 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00 |
{
"type": "FSPIOP_CALLBACK_URL_TRANSFER_POST",
"value": "http://moja-sim-testfsp2-scheme-adapter:4000/transfers"
}
curl 'http://moja-centralledger-service/participants/testfsp2/endpoints' -H 'content-type: application/json' -H 'traceparent: 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00' -H 'user-agent: axios/0.27.2' --data-binary '{"type":"FSPIOP_CALLBACK_URL_TRANSFER_POST","value":"http://moja-sim-testfsp2-scheme-adapter:4000/transfers"}' --compressed
{
"cache-control": "no-cache",
"content-length": "0",
"date": "Tue, 19 Sep 2023 00:16:34 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=5"
}
Name | Result |
---|---|
Status code is 201 | PASSED |
Total | 1 / 1 |
Test Name | Assertion Error |
---|
Header Name | Header Value |
---|---|
Content-Type | application/json |
traceparent | 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00 |
{
"type": "FSPIOP_CALLBACK_URL_TRANSFER_PUT",
"value": "http://moja-sim-testfsp2-scheme-adapter:4000/transfers/{{transferId}}"
}
curl 'http://moja-centralledger-service/participants/testfsp2/endpoints' -H 'content-type: application/json' -H 'traceparent: 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00' -H 'user-agent: axios/0.27.2' --data-binary '{"type":"FSPIOP_CALLBACK_URL_TRANSFER_PUT","value":"http://moja-sim-testfsp2-scheme-adapter:4000/transfers/{{transferId}}"}' --compressed
{
"cache-control": "no-cache",
"content-length": "0",
"date": "Tue, 19 Sep 2023 00:16:34 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=5"
}
Name | Result |
---|---|
Status code is 201 | PASSED |
Total | 1 / 1 |
Test Name | Assertion Error |
---|
Header Name | Header Value |
---|---|
Content-Type | application/json |
traceparent | 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00 |
{
"type": "FSPIOP_CALLBACK_URL_TRANSFER_ERROR",
"value": "http://moja-sim-testfsp2-scheme-adapter:4000/transfers/{{transferId}}/error"
}
curl 'http://moja-centralledger-service/participants/testfsp2/endpoints' -H 'content-type: application/json' -H 'traceparent: 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00' -H 'user-agent: axios/0.27.2' --data-binary '{"type":"FSPIOP_CALLBACK_URL_TRANSFER_ERROR","value":"http://moja-sim-testfsp2-scheme-adapter:4000/transfers/{{transferId}}/error"}' --compressed
{
"cache-control": "no-cache",
"content-length": "0",
"date": "Tue, 19 Sep 2023 00:16:34 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=5"
}
Name | Result |
---|---|
Status code is 201 | PASSED |
Total | 1 / 1 |
Test Name | Assertion Error |
---|
Header Name | Header Value |
---|---|
Content-Type | application/json |
traceparent | 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00 |
{
"type": "FSPIOP_CALLBACK_URL_PARTICIPANT_SUB_ID_PUT",
"value": "http://moja-sim-testfsp2-scheme-adapter:4000/participants/{{partyIdType}}/{{partyIdentifier}}/{{partySubIdOrType}}"
}
curl 'http://moja-centralledger-service/participants/testfsp2/endpoints' -H 'content-type: application/json' -H 'traceparent: 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00' -H 'user-agent: axios/0.27.2' --data-binary '{"type":"FSPIOP_CALLBACK_URL_PARTICIPANT_SUB_ID_PUT","value":"http://moja-sim-testfsp2-scheme-adapter:4000/participants/{{partyIdType}}/{{partyIdentifier}}/{{partySubIdOrType}}"}' --compressed
{
"cache-control": "no-cache",
"content-length": "0",
"date": "Tue, 19 Sep 2023 00:16:35 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=5"
}
Name | Result |
---|---|
Status code is 201 | PASSED |
Total | 1 / 1 |
Test Name | Assertion Error |
---|
Header Name | Header Value |
---|---|
Content-Type | application/json |
traceparent | 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00 |
{
"type": "FSPIOP_CALLBACK_URL_PARTICIPANT_SUB_ID_PUT_ERROR",
"value": "http://moja-sim-testfsp2-scheme-adapter:4000/participants/{{partyIdType}}/{{partyIdentifier}}/{{partySubIdOrType}}/error"
}
curl 'http://moja-centralledger-service/participants/testfsp2/endpoints' -H 'content-type: application/json' -H 'traceparent: 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00' -H 'user-agent: axios/0.27.2' --data-binary '{"type":"FSPIOP_CALLBACK_URL_PARTICIPANT_SUB_ID_PUT_ERROR","value":"http://moja-sim-testfsp2-scheme-adapter:4000/participants/{{partyIdType}}/{{partyIdentifier}}/{{partySubIdOrType}}/error"}' --compressed
{
"cache-control": "no-cache",
"content-length": "0",
"date": "Tue, 19 Sep 2023 00:16:35 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=5"
}
Name | Result |
---|---|
Status code is 201 | PASSED |
Total | 1 / 1 |
Test Name | Assertion Error |
---|
Header Name | Header Value |
---|---|
Content-Type | application/json |
traceparent | 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00 |
{
"type": "FSPIOP_CALLBACK_URL_PARTICIPANT_SUB_ID_DELETE",
"value": "http://moja-sim-testfsp2-scheme-adapter:4000/participants/{{partyIdType}}/{{partyIdentifier}}/{{partySubIdOrType}}"
}
curl 'http://moja-centralledger-service/participants/testfsp2/endpoints' -H 'content-type: application/json' -H 'traceparent: 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00' -H 'user-agent: axios/0.27.2' --data-binary '{"type":"FSPIOP_CALLBACK_URL_PARTICIPANT_SUB_ID_DELETE","value":"http://moja-sim-testfsp2-scheme-adapter:4000/participants/{{partyIdType}}/{{partyIdentifier}}/{{partySubIdOrType}}"}' --compressed
{
"cache-control": "no-cache",
"content-length": "0",
"date": "Tue, 19 Sep 2023 00:16:35 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=5"
}
Name | Result |
---|---|
Status code is 201 | PASSED |
Total | 1 / 1 |
Test Name | Assertion Error |
---|
Header Name | Header Value |
---|---|
Content-Type | application/json |
traceparent | 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00 |
{
"type": "FSPIOP_CALLBACK_URL_PARTIES_SUB_ID_GET",
"value": "http://moja-sim-testfsp2-scheme-adapter:4000/parties/{{partyIdType}}/{{partyIdentifier}}/{{partySubIdOrType}}"
}
curl 'http://moja-centralledger-service/participants/testfsp2/endpoints' -H 'content-type: application/json' -H 'traceparent: 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00' -H 'user-agent: axios/0.27.2' --data-binary '{"type":"FSPIOP_CALLBACK_URL_PARTIES_SUB_ID_GET","value":"http://moja-sim-testfsp2-scheme-adapter:4000/parties/{{partyIdType}}/{{partyIdentifier}}/{{partySubIdOrType}}"}' --compressed
{
"cache-control": "no-cache",
"content-length": "0",
"date": "Tue, 19 Sep 2023 00:16:35 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=5"
}
Name | Result |
---|---|
Status code is 201 | PASSED |
Total | 1 / 1 |
Test Name | Assertion Error |
---|
Header Name | Header Value |
---|---|
Content-Type | application/json |
traceparent | 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00 |
{
"type": "FSPIOP_CALLBACK_URL_PARTIES_SUB_ID_PUT",
"value": "http://moja-sim-testfsp2-scheme-adapter:4000/parties/{{partyIdType}}/{{partyIdentifier}}/{{partySubIdOrType}}"
}
curl 'http://moja-centralledger-service/participants/testfsp2/endpoints' -H 'content-type: application/json' -H 'traceparent: 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00' -H 'user-agent: axios/0.27.2' --data-binary '{"type":"FSPIOP_CALLBACK_URL_PARTIES_SUB_ID_PUT","value":"http://moja-sim-testfsp2-scheme-adapter:4000/parties/{{partyIdType}}/{{partyIdentifier}}/{{partySubIdOrType}}"}' --compressed
{
"cache-control": "no-cache",
"content-length": "0",
"date": "Tue, 19 Sep 2023 00:16:36 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=5"
}
Name | Result |
---|---|
Status code is 201 | PASSED |
Total | 1 / 1 |
Test Name | Assertion Error |
---|
Header Name | Header Value |
---|---|
Content-Type | application/json |
traceparent | 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00 |
{
"type": "FSPIOP_CALLBACK_URL_PARTIES_SUB_ID_PUT_ERROR",
"value": "http://moja-sim-testfsp2-scheme-adapter:4000/parties/{{partyIdType}}/{{partyIdentifier}}/{{partySubIdOrType}}/error"
}
curl 'http://moja-centralledger-service/participants/testfsp2/endpoints' -H 'content-type: application/json' -H 'traceparent: 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00' -H 'user-agent: axios/0.27.2' --data-binary '{"type":"FSPIOP_CALLBACK_URL_PARTIES_SUB_ID_PUT_ERROR","value":"http://moja-sim-testfsp2-scheme-adapter:4000/parties/{{partyIdType}}/{{partyIdentifier}}/{{partySubIdOrType}}/error"}' --compressed
{
"cache-control": "no-cache",
"content-length": "0",
"date": "Tue, 19 Sep 2023 00:16:37 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=5"
}
Name | Result |
---|---|
Status code is 201 | PASSED |
Total | 1 / 1 |
Test Name | Assertion Error |
---|
Header Name | Header Value |
---|---|
Content-Type | application/json |
FSPIOP-Source | testfsp2 |
traceparent | 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00 |
{
"type": "NET_DEBIT_CAP_THRESHOLD_BREACH_EMAIL",
"value": "some.email@gmail.com"
}
curl 'http://moja-centralledger-service/participants/testfsp2/endpoints' -H 'content-type: application/json' -H 'fspiop-source: testfsp2' -H 'traceparent: 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00' -H 'user-agent: axios/0.27.2' --data-binary '{"type":"NET_DEBIT_CAP_THRESHOLD_BREACH_EMAIL","value":"some.email@gmail.com"}' --compressed
{
"cache-control": "no-cache",
"content-length": "0",
"date": "Tue, 19 Sep 2023 00:16:37 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=5"
}
Name | Result |
---|---|
Status code is 201 | PASSED |
Total | 1 / 1 |
Test Name | Assertion Error |
---|
Header Name | Header Value |
---|---|
Content-Type | application/json |
FSPIOP-Source | NOT_APPLICABLE |
traceparent | 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00 |
{
"type": "NET_DEBIT_CAP_ADJUSTMENT_EMAIL",
"value": "some.email@gmail.com"
}
curl 'http://moja-centralledger-service/participants/testfsp2/endpoints' -H 'content-type: application/json' -H 'fspiop-source: NOT_APPLICABLE' -H 'traceparent: 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00' -H 'user-agent: axios/0.27.2' --data-binary '{"type":"NET_DEBIT_CAP_ADJUSTMENT_EMAIL","value":"some.email@gmail.com"}' --compressed
{
"cache-control": "no-cache",
"content-length": "0",
"date": "Tue, 19 Sep 2023 00:16:37 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=5"
}
Name | Result |
---|---|
Status code is 201 | PASSED |
Total | 1 / 1 |
Test Name | Assertion Error |
---|
Header Name | Header Value |
---|---|
Content-Type | application/json |
FSPIOP-Source | testfsp2 |
traceparent | 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00 |
{
"type": "SETTLEMENT_TRANSFER_POSITION_CHANGE_EMAIL",
"value": "some.email@gmail.com"
}
curl 'http://moja-centralledger-service/participants/testfsp2/endpoints' -H 'content-type: application/json' -H 'fspiop-source: testfsp2' -H 'traceparent: 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00' -H 'user-agent: axios/0.27.2' --data-binary '{"type":"SETTLEMENT_TRANSFER_POSITION_CHANGE_EMAIL","value":"some.email@gmail.com"}' --compressed
{
"cache-control": "no-cache",
"content-length": "0",
"date": "Tue, 19 Sep 2023 00:16:37 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=5"
}
Name | Result |
---|---|
Status code is 201 | PASSED |
Total | 1 / 1 |
Test Name | Assertion Error |
---|
Header Name | Header Value |
---|---|
Content-Type | application/vnd.interoperability.participants+json;version=1.1 |
Accept | application/vnd.interoperability.participants+json;version=1.1 |
Date | Tue, 19 Sep 2023 00:16:37 GMT |
FSPIOP-Source | testfsp2 |
traceparent | 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00 |
{
"fspId": "testfsp2",
"currency": "EUR"
}
curl 'http://moja-account-lookup-service/participants/MSISDN/17039811904' -H 'content-type: application/vnd.interoperability.participants+json;version=1.1' -H 'accept: application/vnd.interoperability.participants+json;version=1.1' -H 'date: Tue, 19 Sep 2023 00:16:37 GMT' -H 'fspiop-source: testfsp2' -H 'traceparent: 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00' -H 'user-agent: axios/0.27.2' --data-binary '{"fspId":"testfsp2","currency":"EUR"}' --compressed
{
"cache-control": "no-cache",
"content-length": "0",
"date": "Tue, 19 Sep 2023 00:16:38 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=5"
}
Name | Result |
---|---|
Status code is 202 | PASSED |
Total | 1 / 1 |
Test Name | Assertion Error |
---|
Header Name | Header Value |
---|---|
Content-Type | application/vnd.interoperability.participants+json;version=1.1 |
Accept | application/vnd.interoperability.participants+json;version=1.1 |
Date | Tue, 19 Sep 2023 00:16:38 GMT |
FSPIOP-Source | NOT_APPLICABLE |
traceparent | 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00 |
{
"fspId": "testfsp2",
"currency": "EUR"
}
curl 'http://moja-account-lookup-service/participants/MSISDN/17039811904/100' -H 'content-type: application/vnd.interoperability.participants+json;version=1.1' -H 'accept: application/vnd.interoperability.participants+json;version=1.1' -H 'date: Tue, 19 Sep 2023 00:16:38 GMT' -H 'fspiop-source: NOT_APPLICABLE' -H 'traceparent: 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00' -H 'user-agent: axios/0.27.2' --data-binary '{"fspId":"testfsp2","currency":"EUR"}' --compressed
{
"cache-control": "no-cache",
"content-length": "0",
"date": "Tue, 19 Sep 2023 00:16:38 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=5"
}
Name | Result |
---|---|
Status code is 202 | PASSED |
Total | 1 / 1 |
Test Name | Assertion Error |
---|
Header Name | Header Value |
---|---|
Content-Type | application/json |
traceparent | 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00 |
{
"name": "testingtoolkitdfsp",
"currency": "EUR"
}
curl 'http://moja-centralledger-service/participants' -H 'content-type: application/json' -H 'traceparent: 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00' -H 'user-agent: axios/0.27.2' --data-binary '{"name":"testingtoolkitdfsp","currency":"EUR"}' --compressed
{
"content-type": "application/json; charset=utf-8",
"cache-control": "no-cache",
"content-length": "512",
"date": "Tue, 19 Sep 2023 00:16:38 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=5"
}
{
"name": "testingtoolkitdfsp",
"id": "interop-switch.dev.ossperf.mojaloop.live.internal/participants/testingtoolkitdfsp",
"created": "\"2023-09-19T00:16:38.000Z\"",
"isActive": 1,
"links": {
"self": "interop-switch.dev.ossperf.mojaloop.live.internal/participants/testingtoolkitdfsp"
},
"accounts": [
{
"id": 47,
"ledgerAccountType": "POSITION",
"currency": "EUR",
"isActive": 0,
"createdDate": null,
"createdBy": "unknown"
},
{
"id": 48,
"ledgerAccountType": "SETTLEMENT",
"currency": "EUR",
"isActive": 0,
"createdDate": null,
"createdBy": "unknown"
}
]
}
Name | Result |
---|---|
status to be 201 if not exists or 400 if exists | PASSED |
Total | 1 / 1 |
Test Name | Assertion Error |
---|
Header Name | Header Value |
---|---|
Content-Type | application/json |
traceparent | 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00 |
{
"currency": "EUR",
"limit": {
"type": "NET_DEBIT_CAP",
"value": 1000000
},
"initialPosition": 0
}
curl 'http://moja-centralledger-service/participants/testingtoolkitdfsp/initialPositionAndLimits' -H 'content-type: application/json' -H 'traceparent: 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00' -H 'user-agent: axios/0.27.2' --data-binary '{"currency":"EUR","limit":{"type":"NET_DEBIT_CAP","value":1000000},"initialPosition":0}' --compressed
{
"cache-control": "no-cache",
"content-length": "0",
"date": "Tue, 19 Sep 2023 00:16:39 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=5"
}
Name | Result |
---|---|
status to be 201 if not exists or 500 if exists | PASSED |
Total | 1 / 1 |
Test Name | Assertion Error |
---|
Header Name | Header Value |
---|---|
Content-Type | application/json |
traceparent | 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00 |
{
"type": "FSPIOP_CALLBACK_URL_PARTICIPANT_PUT",
"value": "http://moja-ml-testing-toolkit-backend:4040/participants/{{partyIdType}}/{{partyIdentifier}}"
}
curl 'http://moja-centralledger-service/participants/testingtoolkitdfsp/endpoints' -H 'content-type: application/json' -H 'traceparent: 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00' -H 'user-agent: axios/0.27.2' --data-binary '{"type":"FSPIOP_CALLBACK_URL_PARTICIPANT_PUT","value":"http://moja-ml-testing-toolkit-backend:4040/participants/{{partyIdType}}/{{partyIdentifier}}"}' --compressed
{
"cache-control": "no-cache",
"content-length": "0",
"date": "Tue, 19 Sep 2023 00:16:39 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=5"
}
Name | Result |
---|---|
Status code is 201 | PASSED |
Total | 1 / 1 |
Test Name | Assertion Error |
---|
Header Name | Header Value |
---|---|
Content-Type | application/json |
traceparent | 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00 |
{
"type": "FSPIOP_CALLBACK_URL_PARTICIPANT_PUT_ERROR",
"value": "http://moja-ml-testing-toolkit-backend:4040/participants/{{partyIdType}}/{{partyIdentifier}}/error"
}
curl 'http://moja-centralledger-service/participants/testingtoolkitdfsp/endpoints' -H 'content-type: application/json' -H 'traceparent: 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00' -H 'user-agent: axios/0.27.2' --data-binary '{"type":"FSPIOP_CALLBACK_URL_PARTICIPANT_PUT_ERROR","value":"http://moja-ml-testing-toolkit-backend:4040/participants/{{partyIdType}}/{{partyIdentifier}}/error"}' --compressed
{
"cache-control": "no-cache",
"content-length": "0",
"date": "Tue, 19 Sep 2023 00:16:39 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=5"
}
Name | Result |
---|---|
Status code is 201 | PASSED |
Total | 1 / 1 |
Test Name | Assertion Error |
---|
Header Name | Header Value |
---|---|
Content-Type | application/json |
traceparent | 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00 |
{
"type": "FSPIOP_CALLBACK_URL_PARTIES_GET",
"value": "http://moja-ml-testing-toolkit-backend:4040/parties/{{partyIdType}}/{{partyIdentifier}}"
}
curl 'http://moja-centralledger-service/participants/testingtoolkitdfsp/endpoints' -H 'content-type: application/json' -H 'traceparent: 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00' -H 'user-agent: axios/0.27.2' --data-binary '{"type":"FSPIOP_CALLBACK_URL_PARTIES_GET","value":"http://moja-ml-testing-toolkit-backend:4040/parties/{{partyIdType}}/{{partyIdentifier}}"}' --compressed
{
"cache-control": "no-cache",
"content-length": "0",
"date": "Tue, 19 Sep 2023 00:16:39 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=5"
}
Name | Result |
---|---|
Status code is 201 | PASSED |
Total | 1 / 1 |
Test Name | Assertion Error |
---|
Header Name | Header Value |
---|---|
Content-Type | application/json |
traceparent | 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00 |
{
"type": "FSPIOP_CALLBACK_URL_PARTIES_PUT",
"value": "http://moja-ml-testing-toolkit-backend:4040/parties/{{partyIdType}}/{{partyIdentifier}}"
}
curl 'http://moja-centralledger-service/participants/testingtoolkitdfsp/endpoints' -H 'content-type: application/json' -H 'traceparent: 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00' -H 'user-agent: axios/0.27.2' --data-binary '{"type":"FSPIOP_CALLBACK_URL_PARTIES_PUT","value":"http://moja-ml-testing-toolkit-backend:4040/parties/{{partyIdType}}/{{partyIdentifier}}"}' --compressed
{
"cache-control": "no-cache",
"content-length": "0",
"date": "Tue, 19 Sep 2023 00:16:40 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=5"
}
Name | Result |
---|---|
Status code is 201 | PASSED |
Total | 1 / 1 |
Test Name | Assertion Error |
---|
Header Name | Header Value |
---|---|
Content-Type | application/json |
traceparent | 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00 |
{
"type": "FSPIOP_CALLBACK_URL_QUOTES",
"value": "http://moja-ml-testing-toolkit-backend:4040"
}
curl 'http://moja-centralledger-service/participants/testingtoolkitdfsp/endpoints' -H 'content-type: application/json' -H 'traceparent: 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00' -H 'user-agent: axios/0.27.2' --data-binary '{"type":"FSPIOP_CALLBACK_URL_QUOTES","value":"http://moja-ml-testing-toolkit-backend:4040"}' --compressed
{
"cache-control": "no-cache",
"content-length": "0",
"date": "Tue, 19 Sep 2023 00:16:40 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=5"
}
Name | Result |
---|---|
Status code is 201 | PASSED |
Total | 1 / 1 |
Test Name | Assertion Error |
---|
Header Name | Header Value |
---|---|
Content-Type | application/json |
traceparent | 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00 |
{
"type": "FSPIOP_CALLBACK_URL_TRANSFER_POST",
"value": "http://moja-ml-testing-toolkit-backend:4040/transfers"
}
curl 'http://moja-centralledger-service/participants/testingtoolkitdfsp/endpoints' -H 'content-type: application/json' -H 'traceparent: 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00' -H 'user-agent: axios/0.27.2' --data-binary '{"type":"FSPIOP_CALLBACK_URL_TRANSFER_POST","value":"http://moja-ml-testing-toolkit-backend:4040/transfers"}' --compressed
{
"cache-control": "no-cache",
"content-length": "0",
"date": "Tue, 19 Sep 2023 00:16:40 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=5"
}
Name | Result |
---|---|
Status code is 201 | PASSED |
Total | 1 / 1 |
Test Name | Assertion Error |
---|
Header Name | Header Value |
---|---|
Content-Type | application/json |
traceparent | 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00 |
{
"type": "FSPIOP_CALLBACK_URL_TRANSFER_PUT",
"value": "http://moja-ml-testing-toolkit-backend:4040/transfers/{{transferId}}"
}
curl 'http://moja-centralledger-service/participants/testingtoolkitdfsp/endpoints' -H 'content-type: application/json' -H 'traceparent: 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00' -H 'user-agent: axios/0.27.2' --data-binary '{"type":"FSPIOP_CALLBACK_URL_TRANSFER_PUT","value":"http://moja-ml-testing-toolkit-backend:4040/transfers/{{transferId}}"}' --compressed
{
"cache-control": "no-cache",
"content-length": "0",
"date": "Tue, 19 Sep 2023 00:16:40 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=5"
}
Name | Result |
---|---|
Status code is 201 | PASSED |
Total | 1 / 1 |
Test Name | Assertion Error |
---|
Header Name | Header Value |
---|---|
Content-Type | application/json |
traceparent | 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00 |
{
"type": "FSPIOP_CALLBACK_URL_TRANSFER_ERROR",
"value": "http://moja-ml-testing-toolkit-backend:4040/transfers/{{transferId}}/error"
}
curl 'http://moja-centralledger-service/participants/testingtoolkitdfsp/endpoints' -H 'content-type: application/json' -H 'traceparent: 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00' -H 'user-agent: axios/0.27.2' --data-binary '{"type":"FSPIOP_CALLBACK_URL_TRANSFER_ERROR","value":"http://moja-ml-testing-toolkit-backend:4040/transfers/{{transferId}}/error"}' --compressed
{
"cache-control": "no-cache",
"content-length": "0",
"date": "Tue, 19 Sep 2023 00:16:41 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=5"
}
Name | Result |
---|---|
Status code is 201 | PASSED |
Total | 1 / 1 |
Test Name | Assertion Error |
---|
Header Name | Header Value |
---|---|
Content-Type | application/json |
traceparent | 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00 |
{
"type": "FSPIOP_CALLBACK_URL_PARTICIPANT_SUB_ID_PUT",
"value": "http://moja-ml-testing-toolkit-backend:4040/participants/{{partyIdType}}/{{partyIdentifier}}/{{partySubIdOrType}}"
}
curl 'http://moja-centralledger-service/participants/testingtoolkitdfsp/endpoints' -H 'content-type: application/json' -H 'traceparent: 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00' -H 'user-agent: axios/0.27.2' --data-binary '{"type":"FSPIOP_CALLBACK_URL_PARTICIPANT_SUB_ID_PUT","value":"http://moja-ml-testing-toolkit-backend:4040/participants/{{partyIdType}}/{{partyIdentifier}}/{{partySubIdOrType}}"}' --compressed
{
"cache-control": "no-cache",
"content-length": "0",
"date": "Tue, 19 Sep 2023 00:16:41 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=5"
}
Name | Result |
---|---|
Status code is 201 | PASSED |
Total | 1 / 1 |
Test Name | Assertion Error |
---|
Header Name | Header Value |
---|---|
Content-Type | application/json |
traceparent | 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00 |
{
"type": "FSPIOP_CALLBACK_URL_PARTICIPANT_SUB_ID_PUT_ERROR",
"value": "http://moja-ml-testing-toolkit-backend:4040/participants/{{partyIdType}}/{{partyIdentifier}}/{{partySubIdOrType}}/error"
}
curl 'http://moja-centralledger-service/participants/testingtoolkitdfsp/endpoints' -H 'content-type: application/json' -H 'traceparent: 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00' -H 'user-agent: axios/0.27.2' --data-binary '{"type":"FSPIOP_CALLBACK_URL_PARTICIPANT_SUB_ID_PUT_ERROR","value":"http://moja-ml-testing-toolkit-backend:4040/participants/{{partyIdType}}/{{partyIdentifier}}/{{partySubIdOrType}}/error"}' --compressed
{
"cache-control": "no-cache",
"content-length": "0",
"date": "Tue, 19 Sep 2023 00:16:41 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=5"
}
Name | Result |
---|---|
Status code is 201 | PASSED |
Total | 1 / 1 |
Test Name | Assertion Error |
---|
Header Name | Header Value |
---|---|
Content-Type | application/json |
traceparent | 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00 |
{
"type": "FSPIOP_CALLBACK_URL_PARTICIPANT_SUB_ID_DELETE",
"value": "http://moja-ml-testing-toolkit-backend:4040/participants/{{partyIdType}}/{{partyIdentifier}}/{{partySubIdOrType}}"
}
curl 'http://moja-centralledger-service/participants/testingtoolkitdfsp/endpoints' -H 'content-type: application/json' -H 'traceparent: 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00' -H 'user-agent: axios/0.27.2' --data-binary '{"type":"FSPIOP_CALLBACK_URL_PARTICIPANT_SUB_ID_DELETE","value":"http://moja-ml-testing-toolkit-backend:4040/participants/{{partyIdType}}/{{partyIdentifier}}/{{partySubIdOrType}}"}' --compressed
{
"cache-control": "no-cache",
"content-length": "0",
"date": "Tue, 19 Sep 2023 00:16:41 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=5"
}
Name | Result |
---|---|
Status code is 201 | PASSED |
Total | 1 / 1 |
Test Name | Assertion Error |
---|
Header Name | Header Value |
---|---|
Content-Type | application/json |
traceparent | 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00 |
{
"type": "FSPIOP_CALLBACK_URL_PARTIES_SUB_ID_GET",
"value": "http://moja-ml-testing-toolkit-backend:4040/parties/{{partyIdType}}/{{partyIdentifier}}/{{partySubIdOrType}}"
}
curl 'http://moja-centralledger-service/participants/testingtoolkitdfsp/endpoints' -H 'content-type: application/json' -H 'traceparent: 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00' -H 'user-agent: axios/0.27.2' --data-binary '{"type":"FSPIOP_CALLBACK_URL_PARTIES_SUB_ID_GET","value":"http://moja-ml-testing-toolkit-backend:4040/parties/{{partyIdType}}/{{partyIdentifier}}/{{partySubIdOrType}}"}' --compressed
{
"cache-control": "no-cache",
"content-length": "0",
"date": "Tue, 19 Sep 2023 00:16:42 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=5"
}
Name | Result |
---|---|
Status code is 201 | PASSED |
Total | 1 / 1 |
Test Name | Assertion Error |
---|
Header Name | Header Value |
---|---|
Content-Type | application/json |
traceparent | 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00 |
{
"type": "FSPIOP_CALLBACK_URL_PARTIES_SUB_ID_PUT",
"value": "http://moja-ml-testing-toolkit-backend:4040/parties/{{partyIdType}}/{{partyIdentifier}}/{{partySubIdOrType}}"
}
curl 'http://moja-centralledger-service/participants/testingtoolkitdfsp/endpoints' -H 'content-type: application/json' -H 'traceparent: 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00' -H 'user-agent: axios/0.27.2' --data-binary '{"type":"FSPIOP_CALLBACK_URL_PARTIES_SUB_ID_PUT","value":"http://moja-ml-testing-toolkit-backend:4040/parties/{{partyIdType}}/{{partyIdentifier}}/{{partySubIdOrType}}"}' --compressed
{
"cache-control": "no-cache",
"content-length": "0",
"date": "Tue, 19 Sep 2023 00:16:42 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=5"
}
Name | Result |
---|---|
Status code is 201 | PASSED |
Total | 1 / 1 |
Test Name | Assertion Error |
---|
Header Name | Header Value |
---|---|
Content-Type | application/json |
traceparent | 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00 |
{
"type": "FSPIOP_CALLBACK_URL_PARTIES_SUB_ID_PUT_ERROR",
"value": "http://moja-ml-testing-toolkit-backend:4040/parties/{{partyIdType}}/{{partyIdentifier}}/{{partySubIdOrType}}/error"
}
curl 'http://moja-centralledger-service/participants/testingtoolkitdfsp/endpoints' -H 'content-type: application/json' -H 'traceparent: 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00' -H 'user-agent: axios/0.27.2' --data-binary '{"type":"FSPIOP_CALLBACK_URL_PARTIES_SUB_ID_PUT_ERROR","value":"http://moja-ml-testing-toolkit-backend:4040/parties/{{partyIdType}}/{{partyIdentifier}}/{{partySubIdOrType}}/error"}' --compressed
{
"cache-control": "no-cache",
"content-length": "0",
"date": "Tue, 19 Sep 2023 00:16:42 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=5"
}
Name | Result |
---|---|
Status code is 201 | PASSED |
Total | 1 / 1 |
Test Name | Assertion Error |
---|
Header Name | Header Value |
---|---|
Content-Type | application/json |
traceparent | 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00 |
{
"type": "FSPIOP_CALLBACK_URL_TRX_REQ_SERVICE",
"value": "http://moja-ml-testing-toolkit-backend:4040"
}
curl 'http://moja-centralledger-service/participants/testingtoolkitdfsp/endpoints' -H 'content-type: application/json' -H 'traceparent: 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00' -H 'user-agent: axios/0.27.2' --data-binary '{"type":"FSPIOP_CALLBACK_URL_TRX_REQ_SERVICE","value":"http://moja-ml-testing-toolkit-backend:4040"}' --compressed
{
"cache-control": "no-cache",
"content-length": "0",
"date": "Tue, 19 Sep 2023 00:16:42 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=5"
}
Name | Result |
---|---|
Status code is 201 | PASSED |
Total | 1 / 1 |
Test Name | Assertion Error |
---|
Header Name | Header Value |
---|---|
Content-Type | application/json |
traceparent | 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00 |
{
"type": "NET_DEBIT_CAP_ADJUSTMENT_EMAIL",
"value": "{$inputs.email}"
}
curl 'http://moja-centralledger-service/participants/testingtoolkitdfsp/endpoints' -H 'content-type: application/json' -H 'traceparent: 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00' -H 'user-agent: axios/0.27.2' --data-binary '{"type":"NET_DEBIT_CAP_ADJUSTMENT_EMAIL","value":"{$inputs.email}"}' --compressed
{
"cache-control": "no-cache",
"content-length": "0",
"date": "Tue, 19 Sep 2023 00:16:43 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=5"
}
Name | Result |
---|---|
Status code is 201 | PASSED |
Total | 1 / 1 |
Test Name | Assertion Error |
---|
Header Name | Header Value |
---|---|
Content-Type | application/json |
traceparent | 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00 |
{
"type": "SETTLEMENT_TRANSFER_POSITION_CHANGE_EMAIL",
"value": "{$inputs.email}"
}
curl 'http://moja-centralledger-service/participants/testingtoolkitdfsp/endpoints' -H 'content-type: application/json' -H 'traceparent: 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00' -H 'user-agent: axios/0.27.2' --data-binary '{"type":"SETTLEMENT_TRANSFER_POSITION_CHANGE_EMAIL","value":"{$inputs.email}"}' --compressed
{
"cache-control": "no-cache",
"content-length": "0",
"date": "Tue, 19 Sep 2023 00:16:43 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=5"
}
Name | Result |
---|---|
Status code is 201 | PASSED |
Total | 1 / 1 |
Test Name | Assertion Error |
---|
Header Name | Header Value |
---|---|
Content-Type | application/json |
traceparent | 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00 |
{
"type": "NET_DEBIT_CAP_THRESHOLD_BREACH_EMAIL",
"value": "{$inputs.email}"
}
curl 'http://moja-centralledger-service/participants/testingtoolkitdfsp/endpoints' -H 'content-type: application/json' -H 'traceparent: 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00' -H 'user-agent: axios/0.27.2' --data-binary '{"type":"NET_DEBIT_CAP_THRESHOLD_BREACH_EMAIL","value":"{$inputs.email}"}' --compressed
{
"cache-control": "no-cache",
"content-length": "0",
"date": "Tue, 19 Sep 2023 00:16:43 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=5"
}
Name | Result |
---|---|
Status code is 201 | PASSED |
Total | 1 / 1 |
Test Name | Assertion Error |
---|
Header Name | Header Value |
---|---|
Content-Type | application/json |
traceparent | 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00 |
{
"type": "FSPIOP_CALLBACK_URL_BULK_TRANSFER_POST",
"value": "http://moja-ml-testing-toolkit-backend:4040/bulkTransfers"
}
curl 'http://moja-centralledger-service/participants/testingtoolkitdfsp/endpoints' -H 'content-type: application/json' -H 'traceparent: 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00' -H 'user-agent: axios/0.27.2' --data-binary '{"type":"FSPIOP_CALLBACK_URL_BULK_TRANSFER_POST","value":"http://moja-ml-testing-toolkit-backend:4040/bulkTransfers"}' --compressed
{
"cache-control": "no-cache",
"content-length": "0",
"date": "Tue, 19 Sep 2023 00:16:43 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=5"
}
Name | Result |
---|---|
Status code is 201 | PASSED |
Total | 1 / 1 |
Test Name | Assertion Error |
---|
Header Name | Header Value |
---|---|
Content-Type | application/json |
traceparent | 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00 |
{
"type": "FSPIOP_CALLBACK_URL_BULK_TRANSFER_PUT",
"value": "http://moja-ml-testing-toolkit-backend:4040/bulkTransfers/{{id}}"
}
curl 'http://moja-centralledger-service/participants/testingtoolkitdfsp/endpoints' -H 'content-type: application/json' -H 'traceparent: 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00' -H 'user-agent: axios/0.27.2' --data-binary '{"type":"FSPIOP_CALLBACK_URL_BULK_TRANSFER_PUT","value":"http://moja-ml-testing-toolkit-backend:4040/bulkTransfers/{{id}}"}' --compressed
{
"cache-control": "no-cache",
"content-length": "0",
"date": "Tue, 19 Sep 2023 00:16:44 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=5"
}
Name | Result |
---|---|
Status code is 201 | PASSED |
Total | 1 / 1 |
Test Name | Assertion Error |
---|
Header Name | Header Value |
---|---|
Content-Type | application/json |
traceparent | 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00 |
{
"type": "FSPIOP_CALLBACK_URL_BULK_TRANSFER_ERROR",
"value": "http://moja-ml-testing-toolkit-backend:4040/bulkTransfers/{{id}}/error"
}
curl 'http://moja-centralledger-service/participants/testingtoolkitdfsp/endpoints' -H 'content-type: application/json' -H 'traceparent: 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00' -H 'user-agent: axios/0.27.2' --data-binary '{"type":"FSPIOP_CALLBACK_URL_BULK_TRANSFER_ERROR","value":"http://moja-ml-testing-toolkit-backend:4040/bulkTransfers/{{id}}/error"}' --compressed
{
"cache-control": "no-cache",
"content-length": "0",
"date": "Tue, 19 Sep 2023 00:16:44 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=5"
}
Name | Result |
---|---|
Status code is 201 | PASSED |
Total | 1 / 1 |
Test Name | Assertion Error |
---|
Header Name | Header Value |
---|---|
Content-Type | application/json |
traceparent | 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00 |
{
"type": "FSPIOP_CALLBACK_URL_PARTICIPANT_BATCH_PUT",
"value": "http://moja-ml-testing-toolkit-backend:4040/participants/{{requestId}}"
}
curl 'http://moja-centralledger-service/participants/testingtoolkitdfsp/endpoints' -H 'content-type: application/json' -H 'traceparent: 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00' -H 'user-agent: axios/0.27.2' --data-binary '{"type":"FSPIOP_CALLBACK_URL_PARTICIPANT_BATCH_PUT","value":"http://moja-ml-testing-toolkit-backend:4040/participants/{{requestId}}"}' --compressed
{
"cache-control": "no-cache",
"content-length": "0",
"date": "Tue, 19 Sep 2023 00:16:44 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=5"
}
Name | Result |
---|---|
Status code is 201 | PASSED |
Total | 1 / 1 |
Test Name | Assertion Error |
---|
Header Name | Header Value |
---|---|
Content-Type | application/json |
traceparent | 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00 |
{
"type": "FSPIOP_CALLBACK_URL_PARTICIPANT_BATCH_PUT_ERROR",
"value": "http://moja-ml-testing-toolkit-backend:4040/participants/{{requestId}}/error"
}
curl 'http://moja-centralledger-service/participants/testingtoolkitdfsp/endpoints' -H 'content-type: application/json' -H 'traceparent: 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00' -H 'user-agent: axios/0.27.2' --data-binary '{"type":"FSPIOP_CALLBACK_URL_PARTICIPANT_BATCH_PUT_ERROR","value":"http://moja-ml-testing-toolkit-backend:4040/participants/{{requestId}}/error"}' --compressed
{
"cache-control": "no-cache",
"content-length": "0",
"date": "Tue, 19 Sep 2023 00:16:44 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=5"
}
Name | Result |
---|---|
Status code is 201 | PASSED |
Total | 1 / 1 |
Test Name | Assertion Error |
---|
Header Name | Header Value |
---|---|
Content-Type | application/json |
traceparent | 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00 |
{
"type": "FSPIOP_CALLBACK_URL_PARTIES_PUT_ERROR",
"value": "http://moja-ml-testing-toolkit-backend:4040/parties/{{partyIdType}}/{{partyIdentifier}}/error"
}
curl 'http://moja-centralledger-service/participants/testingtoolkitdfsp/endpoints' -H 'content-type: application/json' -H 'traceparent: 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00' -H 'user-agent: axios/0.27.2' --data-binary '{"type":"FSPIOP_CALLBACK_URL_PARTIES_PUT_ERROR","value":"http://moja-ml-testing-toolkit-backend:4040/parties/{{partyIdType}}/{{partyIdentifier}}/error"}' --compressed
{
"cache-control": "no-cache",
"content-length": "0",
"date": "Tue, 19 Sep 2023 00:16:45 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=5"
}
Name | Result |
---|---|
Status code is 201 | PASSED |
Total | 1 / 1 |
Test Name | Assertion Error |
---|
Header Name | Header Value |
---|---|
Content-Type | application/json |
traceparent | 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00 |
{
"name": "testingtoolkitdfsp",
"currency": "GBP"
}
curl 'http://moja-centralledger-service/participants' -H 'content-type: application/json' -H 'traceparent: 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00' -H 'user-agent: axios/0.27.2' --data-binary '{"name":"testingtoolkitdfsp","currency":"GBP"}' --compressed
{
"content-type": "application/json; charset=utf-8",
"cache-control": "no-cache",
"content-length": "738",
"date": "Tue, 19 Sep 2023 00:16:45 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=5"
}
{
"name": "testingtoolkitdfsp",
"id": "interop-switch.dev.ossperf.mojaloop.live.internal/participants/testingtoolkitdfsp",
"created": "\"2023-09-19T00:16:38.000Z\"",
"isActive": 1,
"links": {
"self": "interop-switch.dev.ossperf.mojaloop.live.internal/participants/testingtoolkitdfsp"
},
"accounts": [
{
"id": 47,
"ledgerAccountType": "POSITION",
"currency": "EUR",
"isActive": 1,
"createdDate": null,
"createdBy": "unknown"
},
{
"id": 48,
"ledgerAccountType": "SETTLEMENT",
"currency": "EUR",
"isActive": 1,
"createdDate": null,
"createdBy": "unknown"
},
{
"id": 50,
"ledgerAccountType": "POSITION",
"currency": "GBP",
"isActive": 0,
"createdDate": null,
"createdBy": "unknown"
},
{
"id": 49,
"ledgerAccountType": "SETTLEMENT",
"currency": "GBP",
"isActive": 0,
"createdDate": null,
"createdBy": "unknown"
}
]
}
Name | Result |
---|---|
status to be 201 if not exists or 400 if exists | PASSED |
Total | 1 / 1 |
Test Name | Assertion Error |
---|
Header Name | Header Value |
---|---|
Content-Type | application/json |
traceparent | 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00 |
{
"currency": "GBP",
"limit": {
"type": "NET_DEBIT_CAP",
"value": 1000000
},
"initialPosition": 0
}
curl 'http://moja-centralledger-service/participants/testingtoolkitdfsp/initialPositionAndLimits' -H 'content-type: application/json' -H 'traceparent: 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00' -H 'user-agent: axios/0.27.2' --data-binary '{"currency":"GBP","limit":{"type":"NET_DEBIT_CAP","value":1000000},"initialPosition":0}' --compressed
{
"cache-control": "no-cache",
"content-length": "0",
"date": "Tue, 19 Sep 2023 00:16:45 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=5"
}
Name | Result |
---|---|
status to be 201 if not exists or 500 if exists | PASSED |
Total | 1 / 1 |
Test Name | Assertion Error |
---|
Header Name | Header Value |
---|---|
Content-Type | application/json |
traceparent | 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00 |
{
"name": "testingtoolkitdfsp",
"currency": "CAD"
}
curl 'http://moja-centralledger-service/participants' -H 'content-type: application/json' -H 'traceparent: 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00' -H 'user-agent: axios/0.27.2' --data-binary '{"name":"testingtoolkitdfsp","currency":"CAD"}' --compressed
{
"content-type": "application/json; charset=utf-8",
"cache-control": "no-cache",
"content-length": "1213",
"vary": "accept-encoding",
"date": "Tue, 19 Sep 2023 00:16:45 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=5"
}
{
"name": "testingtoolkitdfsp",
"id": "interop-switch.dev.ossperf.mojaloop.live.internal/participants/testingtoolkitdfsp",
"created": "\"2023-09-19T00:16:38.000Z\"",
"isActive": 1,
"links": {
"self": "interop-switch.dev.ossperf.mojaloop.live.internal/participants/testingtoolkitdfsp"
},
"accounts": [
{
"id": 47,
"ledgerAccountType": "POSITION",
"currency": "EUR",
"isActive": 1,
"createdDate": null,
"createdBy": "unknown"
},
{
"id": 48,
"ledgerAccountType": "SETTLEMENT",
"currency": "EUR",
"isActive": 1,
"createdDate": null,
"createdBy": "unknown"
},
{
"id": 49,
"ledgerAccountType": "SETTLEMENT",
"currency": "GBP",
"isActive": 1,
"createdDate": null,
"createdBy": "unknown"
},
{
"id": 50,
"ledgerAccountType": "POSITION",
"currency": "GBP",
"isActive": 1,
"createdDate": null,
"createdBy": "unknown"
},
{
"id": 51,
"ledgerAccountType": "POSITION",
"currency": "CAD",
"isActive": 0,
"createdDate": null,
"createdBy": "unknown"
},
{
"id": 52,
"ledgerAccountType": "SETTLEMENT",
"currency": "CAD",
"isActive": 0,
"createdDate": null,
"createdBy": "unknown"
},
{
"id": 53,
"ledgerAccountType": "INTERCHANGE_FEE",
"currency": "CAD",
"isActive": 0,
"createdDate": null,
"createdBy": "unknown"
},
{
"id": 54,
"ledgerAccountType": "INTERCHANGE_FEE_SETTLEMENT",
"currency": "CAD",
"isActive": 0,
"createdDate": null,
"createdBy": "unknown"
}
]
}
Name | Result |
---|---|
status to be 201 if not exists or 400 if exists | PASSED |
Total | 1 / 1 |
Test Name | Assertion Error |
---|
Header Name | Header Value |
---|---|
Content-Type | application/json |
traceparent | 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00 |
{
"currency": "CAD",
"limit": {
"type": "NET_DEBIT_CAP",
"value": 1000000
},
"initialPosition": 0
}
curl 'http://moja-centralledger-service/participants/testingtoolkitdfsp/initialPositionAndLimits' -H 'content-type: application/json' -H 'traceparent: 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00' -H 'user-agent: axios/0.27.2' --data-binary '{"currency":"CAD","limit":{"type":"NET_DEBIT_CAP","value":1000000},"initialPosition":0}' --compressed
{
"cache-control": "no-cache",
"content-length": "0",
"date": "Tue, 19 Sep 2023 00:16:46 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=5"
}
Name | Result |
---|---|
status to be 201 if not exists or 500 if exists | PASSED |
Total | 1 / 1 |
Test Name | Assertion Error |
---|
Header Name | Header Value |
---|---|
Content-Type | application/json |
FSPIOP-Source | NOT_APPLICABLE |
traceparent | 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00 |
curl 'http://moja-centralledger-service/participants/testingtoolkitdfsp/accounts' -H 'content-type: application/json' -H 'fspiop-source: NOT_APPLICABLE' -H 'traceparent: 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00' -H 'user-agent: axios/0.27.2' --compressed
{
"content-type": "application/json; charset=utf-8",
"cache-control": "no-cache",
"content-length": "1152",
"vary": "accept-encoding",
"accept-ranges": "bytes",
"date": "Tue, 19 Sep 2023 00:16:46 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=5"
}
[
{
"id": 51,
"ledgerAccountType": "POSITION",
"currency": "CAD",
"isActive": 1,
"value": 0,
"reservedValue": 0,
"changedDate": "2023-09-19T00:16:46.000Z"
},
{
"id": 52,
"ledgerAccountType": "SETTLEMENT",
"currency": "CAD",
"isActive": 1,
"value": 0,
"reservedValue": 0,
"changedDate": "2023-09-19T00:16:46.000Z"
},
{
"id": 53,
"ledgerAccountType": "INTERCHANGE_FEE",
"currency": "CAD",
"isActive": 1,
"value": 0,
"reservedValue": 0,
"changedDate": "2023-09-19T00:16:46.000Z"
},
{
"id": 54,
"ledgerAccountType": "INTERCHANGE_FEE_SETTLEMENT",
"currency": "CAD",
"isActive": 1,
"value": 0,
"reservedValue": 0,
"changedDate": "2023-09-19T00:16:46.000Z"
},
{
"id": 47,
"ledgerAccountType": "POSITION",
"currency": "EUR",
"isActive": 1,
"value": 0,
"reservedValue": 0,
"changedDate": "2023-09-19T00:16:39.000Z"
},
{
"id": 48,
"ledgerAccountType": "SETTLEMENT",
"currency": "EUR",
"isActive": 1,
"value": 0,
"reservedValue": 0,
"changedDate": "2023-09-19T00:16:39.000Z"
},
{
"id": 50,
"ledgerAccountType": "POSITION",
"currency": "GBP",
"isActive": 1,
"value": 0,
"reservedValue": 0,
"changedDate": "2023-09-19T00:16:45.000Z"
},
{
"id": 49,
"ledgerAccountType": "SETTLEMENT",
"currency": "GBP",
"isActive": 1,
"value": 0,
"reservedValue": 0,
"changedDate": "2023-09-19T00:16:45.000Z"
}
]
Name | Result |
---|---|
status to be 200 | PASSED |
Total | 1 / 1 |
Test Name | Assertion Error |
---|
Header Name | Header Value |
---|---|
Content-Type | application/json |
FSPIOP-Source | NOT_APPLICABLE |
traceparent | 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00 |
{
"transferId": "16bbc548-f2bc-4ff3-8014-c71ddac5cbe8",
"externalReference": "string",
"action": "recordFundsIn",
"reason": "string",
"amount": {
"amount": "5000",
"currency": "EUR"
},
"extensionList": {
"extension": [
{
"key": "string",
"value": "string"
}
]
}
}
curl 'http://moja-centralledger-service/participants/testingtoolkitdfsp/accounts/48' -H 'content-type: application/json' -H 'fspiop-source: NOT_APPLICABLE' -H 'traceparent: 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00' -H 'user-agent: axios/0.27.2' --data-binary '{"transferId":"16bbc548-f2bc-4ff3-8014-c71ddac5cbe8","externalReference":"string","action":"recordFundsIn","reason":"string","amount":{"amount":"5000","currency":"EUR"},"extensionList":{"extension":[{"key":"string","value":"string"}]}}' --compressed
{
"cache-control": "no-cache",
"content-length": "0",
"date": "Tue, 19 Sep 2023 00:16:46 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=5"
}
Name | Result |
---|---|
status to be 202 | PASSED |
Total | 1 / 1 |
Test Name | Assertion Error |
---|
Header Name | Header Value |
---|---|
Content-Type | application/json |
FSPIOP-Source | NOT_APPLICABLE |
traceparent | 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00 |
curl 'http://moja-centralledger-service/participants/testingtoolkitdfsp/accounts' -H 'content-type: application/json' -H 'fspiop-source: NOT_APPLICABLE' -H 'traceparent: 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00' -H 'user-agent: axios/0.27.2' --compressed
{
"content-type": "application/json; charset=utf-8",
"cache-control": "no-cache",
"content-length": "1156",
"vary": "accept-encoding",
"accept-ranges": "bytes",
"date": "Tue, 19 Sep 2023 00:16:47 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=5"
}
[
{
"id": 51,
"ledgerAccountType": "POSITION",
"currency": "CAD",
"isActive": 1,
"value": 0,
"reservedValue": 0,
"changedDate": "2023-09-19T00:16:46.000Z"
},
{
"id": 52,
"ledgerAccountType": "SETTLEMENT",
"currency": "CAD",
"isActive": 1,
"value": 0,
"reservedValue": 0,
"changedDate": "2023-09-19T00:16:46.000Z"
},
{
"id": 53,
"ledgerAccountType": "INTERCHANGE_FEE",
"currency": "CAD",
"isActive": 1,
"value": 0,
"reservedValue": 0,
"changedDate": "2023-09-19T00:16:46.000Z"
},
{
"id": 54,
"ledgerAccountType": "INTERCHANGE_FEE_SETTLEMENT",
"currency": "CAD",
"isActive": 1,
"value": 0,
"reservedValue": 0,
"changedDate": "2023-09-19T00:16:46.000Z"
},
{
"id": 47,
"ledgerAccountType": "POSITION",
"currency": "EUR",
"isActive": 1,
"value": 0,
"reservedValue": 0,
"changedDate": "2023-09-19T00:16:39.000Z"
},
{
"id": 48,
"ledgerAccountType": "SETTLEMENT",
"currency": "EUR",
"isActive": 1,
"value": -5000,
"reservedValue": 0,
"changedDate": "2023-09-19T00:16:47.000Z"
},
{
"id": 50,
"ledgerAccountType": "POSITION",
"currency": "GBP",
"isActive": 1,
"value": 0,
"reservedValue": 0,
"changedDate": "2023-09-19T00:16:45.000Z"
},
{
"id": 49,
"ledgerAccountType": "SETTLEMENT",
"currency": "GBP",
"isActive": 1,
"value": 0,
"reservedValue": 0,
"changedDate": "2023-09-19T00:16:45.000Z"
}
]
Name | Result |
---|---|
status to be 200 | PASSED |
testingtoolkitdfsp Settlement Account Balance After FundsIn should be equal to the balance before plus the transfer amount | PASSED |
Total | 2 / 2 |
Test Name | Assertion Error |
---|
Header Name | Header Value |
---|---|
Content-Type | application/json |
FSPIOP-Source | NOT_APPLICABLE |
traceparent | 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00 |
curl 'http://moja-centralledger-service/participants/testingtoolkitdfsp/accounts' -H 'content-type: application/json' -H 'fspiop-source: NOT_APPLICABLE' -H 'traceparent: 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00' -H 'user-agent: axios/0.27.2' --compressed
{
"content-type": "application/json; charset=utf-8",
"cache-control": "no-cache",
"content-length": "1156",
"vary": "accept-encoding",
"accept-ranges": "bytes",
"date": "Tue, 19 Sep 2023 00:16:47 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=5"
}
[
{
"id": 51,
"ledgerAccountType": "POSITION",
"currency": "CAD",
"isActive": 1,
"value": 0,
"reservedValue": 0,
"changedDate": "2023-09-19T00:16:46.000Z"
},
{
"id": 52,
"ledgerAccountType": "SETTLEMENT",
"currency": "CAD",
"isActive": 1,
"value": 0,
"reservedValue": 0,
"changedDate": "2023-09-19T00:16:46.000Z"
},
{
"id": 53,
"ledgerAccountType": "INTERCHANGE_FEE",
"currency": "CAD",
"isActive": 1,
"value": 0,
"reservedValue": 0,
"changedDate": "2023-09-19T00:16:46.000Z"
},
{
"id": 54,
"ledgerAccountType": "INTERCHANGE_FEE_SETTLEMENT",
"currency": "CAD",
"isActive": 1,
"value": 0,
"reservedValue": 0,
"changedDate": "2023-09-19T00:16:46.000Z"
},
{
"id": 47,
"ledgerAccountType": "POSITION",
"currency": "EUR",
"isActive": 1,
"value": 0,
"reservedValue": 0,
"changedDate": "2023-09-19T00:16:39.000Z"
},
{
"id": 48,
"ledgerAccountType": "SETTLEMENT",
"currency": "EUR",
"isActive": 1,
"value": -5000,
"reservedValue": 0,
"changedDate": "2023-09-19T00:16:47.000Z"
},
{
"id": 50,
"ledgerAccountType": "POSITION",
"currency": "GBP",
"isActive": 1,
"value": 0,
"reservedValue": 0,
"changedDate": "2023-09-19T00:16:45.000Z"
},
{
"id": 49,
"ledgerAccountType": "SETTLEMENT",
"currency": "GBP",
"isActive": 1,
"value": 0,
"reservedValue": 0,
"changedDate": "2023-09-19T00:16:45.000Z"
}
]
Name | Result |
---|---|
status to be 200 | PASSED |
Total | 1 / 1 |
Test Name | Assertion Error |
---|
Header Name | Header Value |
---|---|
Content-Type | application/json |
FSPIOP-Source | NOT_APPLICABLE |
traceparent | 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00 |
{
"transferId": "f4b75d65-562a-4aee-a400-6c723a66dba8",
"externalReference": "string",
"action": "recordFundsIn",
"reason": "string",
"amount": {
"amount": "5000",
"currency": "GBP"
},
"extensionList": {
"extension": [
{
"key": "string",
"value": "string"
}
]
}
}
curl 'http://moja-centralledger-service/participants/testingtoolkitdfsp/accounts/49' -H 'content-type: application/json' -H 'fspiop-source: NOT_APPLICABLE' -H 'traceparent: 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00' -H 'user-agent: axios/0.27.2' --data-binary '{"transferId":"f4b75d65-562a-4aee-a400-6c723a66dba8","externalReference":"string","action":"recordFundsIn","reason":"string","amount":{"amount":"5000","currency":"GBP"},"extensionList":{"extension":[{"key":"string","value":"string"}]}}' --compressed
{
"cache-control": "no-cache",
"content-length": "0",
"date": "Tue, 19 Sep 2023 00:16:48 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=5"
}
Name | Result |
---|---|
status to be 202 | PASSED |
Total | 1 / 1 |
Test Name | Assertion Error |
---|
Header Name | Header Value |
---|---|
Content-Type | application/json |
FSPIOP-Source | NOT_APPLICABLE |
traceparent | 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00 |
curl 'http://moja-centralledger-service/participants/testingtoolkitdfsp/accounts' -H 'content-type: application/json' -H 'fspiop-source: NOT_APPLICABLE' -H 'traceparent: 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00' -H 'user-agent: axios/0.27.2' --compressed
{
"content-type": "application/json; charset=utf-8",
"cache-control": "no-cache",
"content-length": "1160",
"vary": "accept-encoding",
"accept-ranges": "bytes",
"date": "Tue, 19 Sep 2023 00:16:48 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=5"
}
[
{
"id": 51,
"ledgerAccountType": "POSITION",
"currency": "CAD",
"isActive": 1,
"value": 0,
"reservedValue": 0,
"changedDate": "2023-09-19T00:16:46.000Z"
},
{
"id": 52,
"ledgerAccountType": "SETTLEMENT",
"currency": "CAD",
"isActive": 1,
"value": 0,
"reservedValue": 0,
"changedDate": "2023-09-19T00:16:46.000Z"
},
{
"id": 53,
"ledgerAccountType": "INTERCHANGE_FEE",
"currency": "CAD",
"isActive": 1,
"value": 0,
"reservedValue": 0,
"changedDate": "2023-09-19T00:16:46.000Z"
},
{
"id": 54,
"ledgerAccountType": "INTERCHANGE_FEE_SETTLEMENT",
"currency": "CAD",
"isActive": 1,
"value": 0,
"reservedValue": 0,
"changedDate": "2023-09-19T00:16:46.000Z"
},
{
"id": 47,
"ledgerAccountType": "POSITION",
"currency": "EUR",
"isActive": 1,
"value": 0,
"reservedValue": 0,
"changedDate": "2023-09-19T00:16:39.000Z"
},
{
"id": 48,
"ledgerAccountType": "SETTLEMENT",
"currency": "EUR",
"isActive": 1,
"value": -5000,
"reservedValue": 0,
"changedDate": "2023-09-19T00:16:47.000Z"
},
{
"id": 50,
"ledgerAccountType": "POSITION",
"currency": "GBP",
"isActive": 1,
"value": 0,
"reservedValue": 0,
"changedDate": "2023-09-19T00:16:45.000Z"
},
{
"id": 49,
"ledgerAccountType": "SETTLEMENT",
"currency": "GBP",
"isActive": 1,
"value": -5000,
"reservedValue": 0,
"changedDate": "2023-09-19T00:16:48.000Z"
}
]
Name | Result |
---|---|
status to be 200 | PASSED |
Settlement Account Balance After FundsIn should be equal to the balance before plus the transfer amount | PASSED |
Total | 2 / 2 |
Test Name | Assertion Error |
---|
Header Name | Header Value |
---|---|
Content-Type | application/json |
traceparent | 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00 |
{
"name": "ttkpayeefsp",
"currency": "EUR"
}
curl 'http://moja-centralledger-service/participants' -H 'content-type: application/json' -H 'traceparent: 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00' -H 'user-agent: axios/0.27.2' --data-binary '{"name":"ttkpayeefsp","currency":"EUR"}' --compressed
{
"content-type": "application/json; charset=utf-8",
"cache-control": "no-cache",
"content-length": "491",
"date": "Tue, 19 Sep 2023 00:16:49 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=5"
}
{
"name": "ttkpayeefsp",
"id": "interop-switch.dev.ossperf.mojaloop.live.internal/participants/ttkpayeefsp",
"created": "\"2023-09-19T00:16:49.000Z\"",
"isActive": 1,
"links": {
"self": "interop-switch.dev.ossperf.mojaloop.live.internal/participants/ttkpayeefsp"
},
"accounts": [
{
"id": 55,
"ledgerAccountType": "POSITION",
"currency": "EUR",
"isActive": 0,
"createdDate": null,
"createdBy": "unknown"
},
{
"id": 56,
"ledgerAccountType": "SETTLEMENT",
"currency": "EUR",
"isActive": 0,
"createdDate": null,
"createdBy": "unknown"
}
]
}
Name | Result |
---|---|
status to be 201 if not exists or 400 if exists | PASSED |
Total | 1 / 1 |
Test Name | Assertion Error |
---|
Header Name | Header Value |
---|---|
Content-Type | application/json |
traceparent | 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00 |
{
"currency": "EUR",
"limit": {
"type": "NET_DEBIT_CAP",
"value": 1000000
},
"initialPosition": 0
}
curl 'http://moja-centralledger-service/participants/ttkpayeefsp/initialPositionAndLimits' -H 'content-type: application/json' -H 'traceparent: 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00' -H 'user-agent: axios/0.27.2' --data-binary '{"currency":"EUR","limit":{"type":"NET_DEBIT_CAP","value":1000000},"initialPosition":0}' --compressed
{
"cache-control": "no-cache",
"content-length": "0",
"date": "Tue, 19 Sep 2023 00:16:49 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=5"
}
Name | Result |
---|---|
status to be 201 if not exists or 500 if exists | PASSED |
Total | 1 / 1 |
Test Name | Assertion Error |
---|
Header Name | Header Value |
---|---|
Content-Type | application/json |
traceparent | 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00 |
{
"type": "FSPIOP_CALLBACK_URL_PARTICIPANT_PUT",
"value": "http://moja-ml-testing-toolkit-backend:4040/participants/{{partyIdType}}/{{partyIdentifier}}"
}
curl 'http://moja-centralledger-service/participants/ttkpayeefsp/endpoints' -H 'content-type: application/json' -H 'traceparent: 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00' -H 'user-agent: axios/0.27.2' --data-binary '{"type":"FSPIOP_CALLBACK_URL_PARTICIPANT_PUT","value":"http://moja-ml-testing-toolkit-backend:4040/participants/{{partyIdType}}/{{partyIdentifier}}"}' --compressed
{
"cache-control": "no-cache",
"content-length": "0",
"date": "Tue, 19 Sep 2023 00:16:49 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=5"
}
Name | Result |
---|---|
Status code is 201 | PASSED |
Total | 1 / 1 |
Test Name | Assertion Error |
---|
Header Name | Header Value |
---|---|
Content-Type | application/json |
traceparent | 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00 |
{
"type": "FSPIOP_CALLBACK_URL_PARTICIPANT_PUT_ERROR",
"value": "http://moja-ml-testing-toolkit-backend:4040/participants/{{partyIdType}}/{{partyIdentifier}}/error"
}
curl 'http://moja-centralledger-service/participants/ttkpayeefsp/endpoints' -H 'content-type: application/json' -H 'traceparent: 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00' -H 'user-agent: axios/0.27.2' --data-binary '{"type":"FSPIOP_CALLBACK_URL_PARTICIPANT_PUT_ERROR","value":"http://moja-ml-testing-toolkit-backend:4040/participants/{{partyIdType}}/{{partyIdentifier}}/error"}' --compressed
{
"cache-control": "no-cache",
"content-length": "0",
"date": "Tue, 19 Sep 2023 00:16:49 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=5"
}
Name | Result |
---|---|
Status code is 201 | PASSED |
Total | 1 / 1 |
Test Name | Assertion Error |
---|
Header Name | Header Value |
---|---|
Content-Type | application/json |
traceparent | 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00 |
{
"type": "FSPIOP_CALLBACK_URL_PARTIES_GET",
"value": "http://moja-ml-testing-toolkit-backend:4040/parties/{{partyIdType}}/{{partyIdentifier}}"
}
curl 'http://moja-centralledger-service/participants/ttkpayeefsp/endpoints' -H 'content-type: application/json' -H 'traceparent: 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00' -H 'user-agent: axios/0.27.2' --data-binary '{"type":"FSPIOP_CALLBACK_URL_PARTIES_GET","value":"http://moja-ml-testing-toolkit-backend:4040/parties/{{partyIdType}}/{{partyIdentifier}}"}' --compressed
{
"cache-control": "no-cache",
"content-length": "0",
"date": "Tue, 19 Sep 2023 00:16:50 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=5"
}
Name | Result |
---|---|
Status code is 201 | PASSED |
Total | 1 / 1 |
Test Name | Assertion Error |
---|
Header Name | Header Value |
---|---|
Content-Type | application/json |
traceparent | 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00 |
{
"type": "FSPIOP_CALLBACK_URL_PARTIES_PUT",
"value": "http://moja-ml-testing-toolkit-backend:4040/parties/{{partyIdType}}/{{partyIdentifier}}"
}
curl 'http://moja-centralledger-service/participants/ttkpayeefsp/endpoints' -H 'content-type: application/json' -H 'traceparent: 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00' -H 'user-agent: axios/0.27.2' --data-binary '{"type":"FSPIOP_CALLBACK_URL_PARTIES_PUT","value":"http://moja-ml-testing-toolkit-backend:4040/parties/{{partyIdType}}/{{partyIdentifier}}"}' --compressed
{
"cache-control": "no-cache",
"content-length": "0",
"date": "Tue, 19 Sep 2023 00:16:50 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=5"
}
Name | Result |
---|---|
Status code is 201 | PASSED |
Total | 1 / 1 |
Test Name | Assertion Error |
---|
Header Name | Header Value |
---|---|
Content-Type | application/json |
traceparent | 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00 |
{
"type": "FSPIOP_CALLBACK_URL_QUOTES",
"value": "http://moja-ml-testing-toolkit-backend:4040"
}
curl 'http://moja-centralledger-service/participants/ttkpayeefsp/endpoints' -H 'content-type: application/json' -H 'traceparent: 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00' -H 'user-agent: axios/0.27.2' --data-binary '{"type":"FSPIOP_CALLBACK_URL_QUOTES","value":"http://moja-ml-testing-toolkit-backend:4040"}' --compressed
{
"cache-control": "no-cache",
"content-length": "0",
"date": "Tue, 19 Sep 2023 00:16:50 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=5"
}
Name | Result |
---|---|
Status code is 201 | PASSED |
Total | 1 / 1 |
Test Name | Assertion Error |
---|
Header Name | Header Value |
---|---|
Content-Type | application/json |
traceparent | 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00 |
{
"type": "FSPIOP_CALLBACK_URL_TRANSFER_POST",
"value": "http://moja-ml-testing-toolkit-backend:4040/transfers"
}
curl 'http://moja-centralledger-service/participants/ttkpayeefsp/endpoints' -H 'content-type: application/json' -H 'traceparent: 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00' -H 'user-agent: axios/0.27.2' --data-binary '{"type":"FSPIOP_CALLBACK_URL_TRANSFER_POST","value":"http://moja-ml-testing-toolkit-backend:4040/transfers"}' --compressed
{
"cache-control": "no-cache",
"content-length": "0",
"date": "Tue, 19 Sep 2023 00:16:50 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=5"
}
Name | Result |
---|---|
Status code is 201 | PASSED |
Total | 1 / 1 |
Test Name | Assertion Error |
---|
Header Name | Header Value |
---|---|
Content-Type | application/json |
traceparent | 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00 |
{
"type": "FSPIOP_CALLBACK_URL_TRANSFER_PUT",
"value": "http://moja-ml-testing-toolkit-backend:4040/transfers/{{transferId}}"
}
curl 'http://moja-centralledger-service/participants/ttkpayeefsp/endpoints' -H 'content-type: application/json' -H 'traceparent: 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00' -H 'user-agent: axios/0.27.2' --data-binary '{"type":"FSPIOP_CALLBACK_URL_TRANSFER_PUT","value":"http://moja-ml-testing-toolkit-backend:4040/transfers/{{transferId}}"}' --compressed
{
"cache-control": "no-cache",
"content-length": "0",
"date": "Tue, 19 Sep 2023 00:16:51 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=5"
}
Name | Result |
---|---|
Status code is 201 | PASSED |
Total | 1 / 1 |
Test Name | Assertion Error |
---|
Header Name | Header Value |
---|---|
Content-Type | application/json |
traceparent | 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00 |
{
"type": "FSPIOP_CALLBACK_URL_TRANSFER_ERROR",
"value": "http://moja-ml-testing-toolkit-backend:4040/transfers/{{transferId}}/error"
}
curl 'http://moja-centralledger-service/participants/ttkpayeefsp/endpoints' -H 'content-type: application/json' -H 'traceparent: 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00' -H 'user-agent: axios/0.27.2' --data-binary '{"type":"FSPIOP_CALLBACK_URL_TRANSFER_ERROR","value":"http://moja-ml-testing-toolkit-backend:4040/transfers/{{transferId}}/error"}' --compressed
{
"cache-control": "no-cache",
"content-length": "0",
"date": "Tue, 19 Sep 2023 00:16:51 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=5"
}
Name | Result |
---|---|
Status code is 201 | PASSED |
Total | 1 / 1 |
Test Name | Assertion Error |
---|
Header Name | Header Value |
---|---|
Content-Type | application/json |
traceparent | 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00 |
{
"type": "FSPIOP_CALLBACK_URL_PARTICIPANT_SUB_ID_PUT",
"value": "http://moja-ml-testing-toolkit-backend:4040/participants/{{partyIdType}}/{{partyIdentifier}}/{{partySubIdOrType}}"
}
curl 'http://moja-centralledger-service/participants/ttkpayeefsp/endpoints' -H 'content-type: application/json' -H 'traceparent: 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00' -H 'user-agent: axios/0.27.2' --data-binary '{"type":"FSPIOP_CALLBACK_URL_PARTICIPANT_SUB_ID_PUT","value":"http://moja-ml-testing-toolkit-backend:4040/participants/{{partyIdType}}/{{partyIdentifier}}/{{partySubIdOrType}}"}' --compressed
{
"cache-control": "no-cache",
"content-length": "0",
"date": "Tue, 19 Sep 2023 00:16:51 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=5"
}
Name | Result |
---|---|
Status code is 201 | PASSED |
Total | 1 / 1 |
Test Name | Assertion Error |
---|
Header Name | Header Value |
---|---|
Content-Type | application/json |
traceparent | 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00 |
{
"type": "FSPIOP_CALLBACK_URL_PARTICIPANT_SUB_ID_PUT_ERROR",
"value": "http://moja-ml-testing-toolkit-backend:4040/participants/{{partyIdType}}/{{partyIdentifier}}/{{partySubIdOrType}}/error"
}
curl 'http://moja-centralledger-service/participants/ttkpayeefsp/endpoints' -H 'content-type: application/json' -H 'traceparent: 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00' -H 'user-agent: axios/0.27.2' --data-binary '{"type":"FSPIOP_CALLBACK_URL_PARTICIPANT_SUB_ID_PUT_ERROR","value":"http://moja-ml-testing-toolkit-backend:4040/participants/{{partyIdType}}/{{partyIdentifier}}/{{partySubIdOrType}}/error"}' --compressed
{
"cache-control": "no-cache",
"content-length": "0",
"date": "Tue, 19 Sep 2023 00:16:51 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=5"
}
Name | Result |
---|---|
Status code is 201 | PASSED |
Total | 1 / 1 |
Test Name | Assertion Error |
---|
Header Name | Header Value |
---|---|
Content-Type | application/json |
traceparent | 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00 |
{
"type": "FSPIOP_CALLBACK_URL_PARTICIPANT_SUB_ID_DELETE",
"value": "http://moja-ml-testing-toolkit-backend:4040/participants/{{partyIdType}}/{{partyIdentifier}}/{{partySubIdOrType}}"
}
curl 'http://moja-centralledger-service/participants/ttkpayeefsp/endpoints' -H 'content-type: application/json' -H 'traceparent: 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00' -H 'user-agent: axios/0.27.2' --data-binary '{"type":"FSPIOP_CALLBACK_URL_PARTICIPANT_SUB_ID_DELETE","value":"http://moja-ml-testing-toolkit-backend:4040/participants/{{partyIdType}}/{{partyIdentifier}}/{{partySubIdOrType}}"}' --compressed
{
"cache-control": "no-cache",
"content-length": "0",
"date": "Tue, 19 Sep 2023 00:16:52 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=5"
}
Name | Result |
---|---|
Status code is 201 | PASSED |
Total | 1 / 1 |
Test Name | Assertion Error |
---|
Header Name | Header Value |
---|---|
Content-Type | application/json |
traceparent | 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00 |
{
"type": "FSPIOP_CALLBACK_URL_PARTIES_SUB_ID_GET",
"value": "http://moja-ml-testing-toolkit-backend:4040/parties/{{partyIdType}}/{{partyIdentifier}}/{{partySubIdOrType}}"
}
curl 'http://moja-centralledger-service/participants/ttkpayeefsp/endpoints' -H 'content-type: application/json' -H 'traceparent: 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00' -H 'user-agent: axios/0.27.2' --data-binary '{"type":"FSPIOP_CALLBACK_URL_PARTIES_SUB_ID_GET","value":"http://moja-ml-testing-toolkit-backend:4040/parties/{{partyIdType}}/{{partyIdentifier}}/{{partySubIdOrType}}"}' --compressed
{
"cache-control": "no-cache",
"content-length": "0",
"date": "Tue, 19 Sep 2023 00:16:52 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=5"
}
Name | Result |
---|---|
Status code is 201 | PASSED |
Total | 1 / 1 |
Test Name | Assertion Error |
---|
Header Name | Header Value |
---|---|
Content-Type | application/json |
traceparent | 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00 |
{
"type": "FSPIOP_CALLBACK_URL_PARTIES_SUB_ID_PUT",
"value": "http://moja-ml-testing-toolkit-backend:4040/parties/{{partyIdType}}/{{partyIdentifier}}/{{partySubIdOrType}}"
}
curl 'http://moja-centralledger-service/participants/ttkpayeefsp/endpoints' -H 'content-type: application/json' -H 'traceparent: 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00' -H 'user-agent: axios/0.27.2' --data-binary '{"type":"FSPIOP_CALLBACK_URL_PARTIES_SUB_ID_PUT","value":"http://moja-ml-testing-toolkit-backend:4040/parties/{{partyIdType}}/{{partyIdentifier}}/{{partySubIdOrType}}"}' --compressed
{
"cache-control": "no-cache",
"content-length": "0",
"date": "Tue, 19 Sep 2023 00:16:52 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=5"
}
Name | Result |
---|---|
Status code is 201 | PASSED |
Total | 1 / 1 |
Test Name | Assertion Error |
---|
Header Name | Header Value |
---|---|
Content-Type | application/json |
traceparent | 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00 |
{
"type": "FSPIOP_CALLBACK_URL_PARTIES_SUB_ID_PUT_ERROR",
"value": "http://moja-ml-testing-toolkit-backend:4040/parties/{{partyIdType}}/{{partyIdentifier}}/{{partySubIdOrType}}/error"
}
curl 'http://moja-centralledger-service/participants/ttkpayeefsp/endpoints' -H 'content-type: application/json' -H 'traceparent: 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00' -H 'user-agent: axios/0.27.2' --data-binary '{"type":"FSPIOP_CALLBACK_URL_PARTIES_SUB_ID_PUT_ERROR","value":"http://moja-ml-testing-toolkit-backend:4040/parties/{{partyIdType}}/{{partyIdentifier}}/{{partySubIdOrType}}/error"}' --compressed
{
"cache-control": "no-cache",
"content-length": "0",
"date": "Tue, 19 Sep 2023 00:16:52 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=5"
}
Name | Result |
---|---|
Status code is 201 | PASSED |
Total | 1 / 1 |
Test Name | Assertion Error |
---|
Header Name | Header Value |
---|---|
Content-Type | application/json |
traceparent | 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00 |
{
"type": "FSPIOP_CALLBACK_URL_TRX_REQ_SERVICE",
"value": "http://moja-ml-testing-toolkit-backend:4040"
}
curl 'http://moja-centralledger-service/participants/ttkpayeefsp/endpoints' -H 'content-type: application/json' -H 'traceparent: 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00' -H 'user-agent: axios/0.27.2' --data-binary '{"type":"FSPIOP_CALLBACK_URL_TRX_REQ_SERVICE","value":"http://moja-ml-testing-toolkit-backend:4040"}' --compressed
{
"cache-control": "no-cache",
"content-length": "0",
"date": "Tue, 19 Sep 2023 00:16:53 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=5"
}
Name | Result |
---|---|
Status code is 201 | PASSED |
Total | 1 / 1 |
Test Name | Assertion Error |
---|
Header Name | Header Value |
---|---|
Content-Type | application/json |
traceparent | 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00 |
{
"type": "NET_DEBIT_CAP_ADJUSTMENT_EMAIL",
"value": "{$inputs.email}"
}
curl 'http://moja-centralledger-service/participants/ttkpayeefsp/endpoints' -H 'content-type: application/json' -H 'traceparent: 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00' -H 'user-agent: axios/0.27.2' --data-binary '{"type":"NET_DEBIT_CAP_ADJUSTMENT_EMAIL","value":"{$inputs.email}"}' --compressed
{
"cache-control": "no-cache",
"content-length": "0",
"date": "Tue, 19 Sep 2023 00:16:53 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=5"
}
Name | Result |
---|---|
Status code is 201 | PASSED |
Total | 1 / 1 |
Test Name | Assertion Error |
---|
Header Name | Header Value |
---|---|
Content-Type | application/json |
traceparent | 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00 |
{
"type": "SETTLEMENT_TRANSFER_POSITION_CHANGE_EMAIL",
"value": "{$inputs.email}"
}
curl 'http://moja-centralledger-service/participants/ttkpayeefsp/endpoints' -H 'content-type: application/json' -H 'traceparent: 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00' -H 'user-agent: axios/0.27.2' --data-binary '{"type":"SETTLEMENT_TRANSFER_POSITION_CHANGE_EMAIL","value":"{$inputs.email}"}' --compressed
{
"cache-control": "no-cache",
"content-length": "0",
"date": "Tue, 19 Sep 2023 00:16:53 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=5"
}
Name | Result |
---|---|
Status code is 201 | PASSED |
Total | 1 / 1 |
Test Name | Assertion Error |
---|
Header Name | Header Value |
---|---|
Content-Type | application/json |
traceparent | 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00 |
{
"type": "NET_DEBIT_CAP_THRESHOLD_BREACH_EMAIL",
"value": "{$inputs.email}"
}
curl 'http://moja-centralledger-service/participants/ttkpayeefsp/endpoints' -H 'content-type: application/json' -H 'traceparent: 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00' -H 'user-agent: axios/0.27.2' --data-binary '{"type":"NET_DEBIT_CAP_THRESHOLD_BREACH_EMAIL","value":"{$inputs.email}"}' --compressed
{
"cache-control": "no-cache",
"content-length": "0",
"date": "Tue, 19 Sep 2023 00:16:53 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=5"
}
Name | Result |
---|---|
Status code is 201 | PASSED |
Total | 1 / 1 |
Test Name | Assertion Error |
---|
Header Name | Header Value |
---|---|
Content-Type | application/json |
traceparent | 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00 |
{
"type": "FSPIOP_CALLBACK_URL_BULK_TRANSFER_POST",
"value": "http://moja-ml-testing-toolkit-backend:4040/bulkTransfers"
}
curl 'http://moja-centralledger-service/participants/ttkpayeefsp/endpoints' -H 'content-type: application/json' -H 'traceparent: 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00' -H 'user-agent: axios/0.27.2' --data-binary '{"type":"FSPIOP_CALLBACK_URL_BULK_TRANSFER_POST","value":"http://moja-ml-testing-toolkit-backend:4040/bulkTransfers"}' --compressed
{
"cache-control": "no-cache",
"content-length": "0",
"date": "Tue, 19 Sep 2023 00:16:54 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=5"
}
Name | Result |
---|---|
Status code is 201 | PASSED |
Total | 1 / 1 |
Test Name | Assertion Error |
---|
Header Name | Header Value |
---|---|
Content-Type | application/json |
traceparent | 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00 |
{
"type": "FSPIOP_CALLBACK_URL_BULK_TRANSFER_PUT",
"value": "http://moja-ml-testing-toolkit-backend:4040/bulkTransfers/{{id}}"
}
curl 'http://moja-centralledger-service/participants/ttkpayeefsp/endpoints' -H 'content-type: application/json' -H 'traceparent: 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00' -H 'user-agent: axios/0.27.2' --data-binary '{"type":"FSPIOP_CALLBACK_URL_BULK_TRANSFER_PUT","value":"http://moja-ml-testing-toolkit-backend:4040/bulkTransfers/{{id}}"}' --compressed
{
"cache-control": "no-cache",
"content-length": "0",
"date": "Tue, 19 Sep 2023 00:16:54 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=5"
}
Name | Result |
---|---|
Status code is 201 | PASSED |
Total | 1 / 1 |
Test Name | Assertion Error |
---|
Header Name | Header Value |
---|---|
Content-Type | application/json |
traceparent | 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00 |
{
"type": "FSPIOP_CALLBACK_URL_BULK_TRANSFER_ERROR",
"value": "http://moja-ml-testing-toolkit-backend:4040/bulkTransfers/{{id}}/error"
}
curl 'http://moja-centralledger-service/participants/ttkpayeefsp/endpoints' -H 'content-type: application/json' -H 'traceparent: 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00' -H 'user-agent: axios/0.27.2' --data-binary '{"type":"FSPIOP_CALLBACK_URL_BULK_TRANSFER_ERROR","value":"http://moja-ml-testing-toolkit-backend:4040/bulkTransfers/{{id}}/error"}' --compressed
{
"cache-control": "no-cache",
"content-length": "0",
"date": "Tue, 19 Sep 2023 00:16:54 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=5"
}
Name | Result |
---|---|
Status code is 201 | PASSED |
Total | 1 / 1 |
Test Name | Assertion Error |
---|
Header Name | Header Value |
---|---|
Content-Type | application/json |
traceparent | 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00 |
{
"type": "FSPIOP_CALLBACK_URL_PARTICIPANT_BATCH_PUT",
"value": "http://moja-ml-testing-toolkit-backend:4040/participants/{{requestId}}"
}
curl 'http://moja-centralledger-service/participants/ttkpayeefsp/endpoints' -H 'content-type: application/json' -H 'traceparent: 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00' -H 'user-agent: axios/0.27.2' --data-binary '{"type":"FSPIOP_CALLBACK_URL_PARTICIPANT_BATCH_PUT","value":"http://moja-ml-testing-toolkit-backend:4040/participants/{{requestId}}"}' --compressed
{
"cache-control": "no-cache",
"content-length": "0",
"date": "Tue, 19 Sep 2023 00:16:54 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=5"
}
Name | Result |
---|---|
Status code is 201 | PASSED |
Total | 1 / 1 |
Test Name | Assertion Error |
---|
Header Name | Header Value |
---|---|
Content-Type | application/json |
traceparent | 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00 |
{
"type": "FSPIOP_CALLBACK_URL_PARTICIPANT_BATCH_PUT_ERROR",
"value": "http://moja-ml-testing-toolkit-backend:4040/participants/{{requestId}}/error"
}
curl 'http://moja-centralledger-service/participants/ttkpayeefsp/endpoints' -H 'content-type: application/json' -H 'traceparent: 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00' -H 'user-agent: axios/0.27.2' --data-binary '{"type":"FSPIOP_CALLBACK_URL_PARTICIPANT_BATCH_PUT_ERROR","value":"http://moja-ml-testing-toolkit-backend:4040/participants/{{requestId}}/error"}' --compressed
{
"cache-control": "no-cache",
"content-length": "0",
"date": "Tue, 19 Sep 2023 00:16:55 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=5"
}
Name | Result |
---|---|
Status code is 201 | PASSED |
Total | 1 / 1 |
Test Name | Assertion Error |
---|
Header Name | Header Value |
---|---|
Content-Type | application/json |
traceparent | 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00 |
{
"type": "FSPIOP_CALLBACK_URL_PARTIES_PUT_ERROR",
"value": "http://moja-ml-testing-toolkit-backend:4040/parties/{{partyIdType}}/{{partyIdentifier}}/error"
}
curl 'http://moja-centralledger-service/participants/ttkpayeefsp/endpoints' -H 'content-type: application/json' -H 'traceparent: 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00' -H 'user-agent: axios/0.27.2' --data-binary '{"type":"FSPIOP_CALLBACK_URL_PARTIES_PUT_ERROR","value":"http://moja-ml-testing-toolkit-backend:4040/parties/{{partyIdType}}/{{partyIdentifier}}/error"}' --compressed
{
"cache-control": "no-cache",
"content-length": "0",
"date": "Tue, 19 Sep 2023 00:16:55 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=5"
}
Name | Result |
---|---|
Status code is 201 | PASSED |
Total | 1 / 1 |
Test Name | Assertion Error |
---|
Header Name | Header Value |
---|---|
Content-Type | application/json |
traceparent | 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00 |
{
"name": "ttkpayeefsp",
"currency": "GBP"
}
curl 'http://moja-centralledger-service/participants' -H 'content-type: application/json' -H 'traceparent: 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00' -H 'user-agent: axios/0.27.2' --data-binary '{"name":"ttkpayeefsp","currency":"GBP"}' --compressed
{
"content-type": "application/json; charset=utf-8",
"cache-control": "no-cache",
"content-length": "717",
"date": "Tue, 19 Sep 2023 00:16:55 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=5"
}
{
"name": "ttkpayeefsp",
"id": "interop-switch.dev.ossperf.mojaloop.live.internal/participants/ttkpayeefsp",
"created": "\"2023-09-19T00:16:49.000Z\"",
"isActive": 1,
"links": {
"self": "interop-switch.dev.ossperf.mojaloop.live.internal/participants/ttkpayeefsp"
},
"accounts": [
{
"id": 55,
"ledgerAccountType": "POSITION",
"currency": "EUR",
"isActive": 1,
"createdDate": null,
"createdBy": "unknown"
},
{
"id": 56,
"ledgerAccountType": "SETTLEMENT",
"currency": "EUR",
"isActive": 1,
"createdDate": null,
"createdBy": "unknown"
},
{
"id": 58,
"ledgerAccountType": "POSITION",
"currency": "GBP",
"isActive": 0,
"createdDate": null,
"createdBy": "unknown"
},
{
"id": 57,
"ledgerAccountType": "SETTLEMENT",
"currency": "GBP",
"isActive": 0,
"createdDate": null,
"createdBy": "unknown"
}
]
}
Name | Result |
---|---|
status to be 201 if not exists or 400 if exists | PASSED |
Total | 1 / 1 |
Test Name | Assertion Error |
---|
Header Name | Header Value |
---|---|
Content-Type | application/json |
traceparent | 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00 |
{
"currency": "GBP",
"limit": {
"type": "NET_DEBIT_CAP",
"value": 1000000
},
"initialPosition": 0
}
curl 'http://moja-centralledger-service/participants/ttkpayeefsp/initialPositionAndLimits' -H 'content-type: application/json' -H 'traceparent: 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00' -H 'user-agent: axios/0.27.2' --data-binary '{"currency":"GBP","limit":{"type":"NET_DEBIT_CAP","value":1000000},"initialPosition":0}' --compressed
{
"cache-control": "no-cache",
"content-length": "0",
"date": "Tue, 19 Sep 2023 00:16:56 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=5"
}
Name | Result |
---|---|
status to be 201 if not exists or 500 if exists | PASSED |
Total | 1 / 1 |
Test Name | Assertion Error |
---|
Header Name | Header Value |
---|---|
Content-Type | application/json |
traceparent | 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00 |
{
"name": "ttkpayeefsp",
"currency": "CAD"
}
curl 'http://moja-centralledger-service/participants' -H 'content-type: application/json' -H 'traceparent: 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00' -H 'user-agent: axios/0.27.2' --data-binary '{"name":"ttkpayeefsp","currency":"CAD"}' --compressed
{
"content-type": "application/json; charset=utf-8",
"cache-control": "no-cache",
"content-length": "1192",
"vary": "accept-encoding",
"date": "Tue, 19 Sep 2023 00:16:56 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=5"
}
{
"name": "ttkpayeefsp",
"id": "interop-switch.dev.ossperf.mojaloop.live.internal/participants/ttkpayeefsp",
"created": "\"2023-09-19T00:16:49.000Z\"",
"isActive": 1,
"links": {
"self": "interop-switch.dev.ossperf.mojaloop.live.internal/participants/ttkpayeefsp"
},
"accounts": [
{
"id": 55,
"ledgerAccountType": "POSITION",
"currency": "EUR",
"isActive": 1,
"createdDate": null,
"createdBy": "unknown"
},
{
"id": 56,
"ledgerAccountType": "SETTLEMENT",
"currency": "EUR",
"isActive": 1,
"createdDate": null,
"createdBy": "unknown"
},
{
"id": 57,
"ledgerAccountType": "SETTLEMENT",
"currency": "GBP",
"isActive": 1,
"createdDate": null,
"createdBy": "unknown"
},
{
"id": 58,
"ledgerAccountType": "POSITION",
"currency": "GBP",
"isActive": 1,
"createdDate": null,
"createdBy": "unknown"
},
{
"id": 59,
"ledgerAccountType": "POSITION",
"currency": "CAD",
"isActive": 0,
"createdDate": null,
"createdBy": "unknown"
},
{
"id": 60,
"ledgerAccountType": "SETTLEMENT",
"currency": "CAD",
"isActive": 0,
"createdDate": null,
"createdBy": "unknown"
},
{
"id": 61,
"ledgerAccountType": "INTERCHANGE_FEE",
"currency": "CAD",
"isActive": 0,
"createdDate": null,
"createdBy": "unknown"
},
{
"id": 62,
"ledgerAccountType": "INTERCHANGE_FEE_SETTLEMENT",
"currency": "CAD",
"isActive": 0,
"createdDate": null,
"createdBy": "unknown"
}
]
}
Name | Result |
---|---|
status to be 201 if not exists or 400 if exists | PASSED |
Total | 1 / 1 |
Test Name | Assertion Error |
---|
Header Name | Header Value |
---|---|
Content-Type | application/json |
traceparent | 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00 |
{
"currency": "CAD",
"limit": {
"type": "NET_DEBIT_CAP",
"value": 1000000
},
"initialPosition": 0
}
curl 'http://moja-centralledger-service/participants/ttkpayeefsp/initialPositionAndLimits' -H 'content-type: application/json' -H 'traceparent: 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00' -H 'user-agent: axios/0.27.2' --data-binary '{"currency":"CAD","limit":{"type":"NET_DEBIT_CAP","value":1000000},"initialPosition":0}' --compressed
{
"cache-control": "no-cache",
"content-length": "0",
"date": "Tue, 19 Sep 2023 00:16:57 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=5"
}
Name | Result |
---|---|
status to be 201 if not exists or 500 if exists | PASSED |
Total | 1 / 1 |
Test Name | Assertion Error |
---|
Header Name | Header Value |
---|---|
Content-Type | application/json |
FSPIOP-Source | testingtoolkitdfsp |
traceparent | 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00 |
{
"name": "testfsp3",
"currency": "CAD"
}
curl 'http://moja-centralledger-service/participants' -H 'content-type: application/json' -H 'fspiop-source: testingtoolkitdfsp' -H 'traceparent: 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00' -H 'user-agent: axios/0.27.2' --data-binary '{"name":"testfsp3","currency":"CAD"}' --compressed
{
"content-type": "application/json; charset=utf-8",
"cache-control": "no-cache",
"content-length": "731",
"date": "Tue, 19 Sep 2023 00:16:57 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=5"
}
{
"name": "testfsp3",
"id": "interop-switch.dev.ossperf.mojaloop.live.internal/participants/testfsp3",
"created": "\"2023-09-19T00:16:57.000Z\"",
"isActive": 1,
"links": {
"self": "interop-switch.dev.ossperf.mojaloop.live.internal/participants/testfsp3"
},
"accounts": [
{
"id": 63,
"ledgerAccountType": "POSITION",
"currency": "CAD",
"isActive": 0,
"createdDate": null,
"createdBy": "unknown"
},
{
"id": 64,
"ledgerAccountType": "SETTLEMENT",
"currency": "CAD",
"isActive": 0,
"createdDate": null,
"createdBy": "unknown"
},
{
"id": 65,
"ledgerAccountType": "INTERCHANGE_FEE",
"currency": "CAD",
"isActive": 0,
"createdDate": null,
"createdBy": "unknown"
},
{
"id": 66,
"ledgerAccountType": "INTERCHANGE_FEE_SETTLEMENT",
"currency": "CAD",
"isActive": 0,
"createdDate": null,
"createdBy": "unknown"
}
]
}
Name | Result |
---|---|
response code 201 | SKIPPED |
Total | 1 / 1 |
Test Name | Assertion Error |
---|
Header Name | Header Value |
---|---|
traceparent | 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00 |
{
"currency": "CAD",
"limit": {
"type": "NET_DEBIT_CAP",
"value": 1000000
},
"initialPosition": 0
}
curl 'http://moja-centralledger-service/participants/testfsp3/initialPositionAndLimits' -H 'content-type: application/json' -H 'traceparent: 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00' -H 'user-agent: axios/0.27.2' --data-binary '{"currency":"CAD","limit":{"type":"NET_DEBIT_CAP","value":1000000},"initialPosition":0}' --compressed
{
"cache-control": "no-cache",
"content-length": "0",
"date": "Tue, 19 Sep 2023 00:16:57 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=5"
}
Name | Result |
---|---|
response code is 201 | SKIPPED |
Total | 1 / 1 |
Test Name | Assertion Error |
---|
Header Name | Header Value |
---|---|
Content-Type | application/json |
traceparent | 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00 |
curl 'http://moja-centralledger-service/participants/testfsp3/accounts' -H 'content-type: application/json' -H 'traceparent: 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00' -H 'user-agent: axios/0.27.2' --compressed
{
"content-type": "application/json; charset=utf-8",
"cache-control": "no-cache",
"content-length": "588",
"accept-ranges": "bytes",
"date": "Tue, 19 Sep 2023 00:16:57 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=5"
}
[
{
"id": 63,
"ledgerAccountType": "POSITION",
"currency": "CAD",
"isActive": 1,
"value": 0,
"reservedValue": 0,
"changedDate": "2023-09-19T00:16:57.000Z"
},
{
"id": 64,
"ledgerAccountType": "SETTLEMENT",
"currency": "CAD",
"isActive": 1,
"value": 0,
"reservedValue": 0,
"changedDate": "2023-09-19T00:16:57.000Z"
},
{
"id": 65,
"ledgerAccountType": "INTERCHANGE_FEE",
"currency": "CAD",
"isActive": 1,
"value": 0,
"reservedValue": 0,
"changedDate": "2023-09-19T00:16:57.000Z"
},
{
"id": 66,
"ledgerAccountType": "INTERCHANGE_FEE_SETTLEMENT",
"currency": "CAD",
"isActive": 1,
"value": 0,
"reservedValue": 0,
"changedDate": "2023-09-19T00:16:57.000Z"
}
]
Name | Result |
---|---|
resposne code is 200 | PASSED |
Total | 1 / 1 |
Test Name | Assertion Error |
---|
Header Name | Header Value |
---|---|
Content-Type | application/json |
traceparent | 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00 |
{
"transferId": "f0158ebe-ce2d-401b-94fd-8426b191d845",
"externalReference": "string",
"action": "recordFundsIn",
"reason": "string",
"amount": {
"amount": "5000",
"currency": "CAD"
},
"extensionList": {
"extension": [
{
"key": "string",
"value": "string"
}
]
}
}
curl 'http://moja-centralledger-service/participants/testfsp3/accounts/64' -H 'content-type: application/json' -H 'traceparent: 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00' -H 'user-agent: axios/0.27.2' --data-binary '{"transferId":"f0158ebe-ce2d-401b-94fd-8426b191d845","externalReference":"string","action":"recordFundsIn","reason":"string","amount":{"amount":"5000","currency":"CAD"},"extensionList":{"extension":[{"key":"string","value":"string"}]}}' --compressed
{
"cache-control": "no-cache",
"content-length": "0",
"date": "Tue, 19 Sep 2023 00:16:57 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=5"
}
Name | Result |
---|---|
response code is 202 | PASSED |
Total | 1 / 1 |
Test Name | Assertion Error |
---|
Header Name | Header Value |
---|---|
Content-Type | application/json |
traceparent | 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00 |
{
"type": "FSPIOP_CALLBACK_URL_AUTHORIZATIONS",
"value": "http://moja-sim-testfsp3-scheme-adapter:4000"
}
curl 'http://moja-centralledger-service/participants/testfsp3/endpoints' -H 'content-type: application/json' -H 'traceparent: 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00' -H 'user-agent: axios/0.27.2' --data-binary '{"type":"FSPIOP_CALLBACK_URL_AUTHORIZATIONS","value":"http://moja-sim-testfsp3-scheme-adapter:4000"}' --compressed
{
"cache-control": "no-cache",
"content-length": "0",
"date": "Tue, 19 Sep 2023 00:16:57 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=5"
}
Name | Result |
---|---|
resposne code 201 | PASSED |
Total | 1 / 1 |
Test Name | Assertion Error |
---|
Header Name | Header Value |
---|---|
Content-Type | application/json |
traceparent | 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00 |
{
"type": "FSPIOP_CALLBACK_URL_PARTICIPANT_PUT",
"value": "http://moja-sim-testfsp3-scheme-adapter:4000/participants/{{partyIdType}}/{{partyIdentifier}}"
}
curl 'http://moja-centralledger-service/participants/testfsp3/endpoints' -H 'content-type: application/json' -H 'traceparent: 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00' -H 'user-agent: axios/0.27.2' --data-binary '{"type":"FSPIOP_CALLBACK_URL_PARTICIPANT_PUT","value":"http://moja-sim-testfsp3-scheme-adapter:4000/participants/{{partyIdType}}/{{partyIdentifier}}"}' --compressed
{
"cache-control": "no-cache",
"content-length": "0",
"date": "Tue, 19 Sep 2023 00:16:58 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=5"
}
Name | Result |
---|---|
resposne code 201 | PASSED |
Total | 1 / 1 |
Test Name | Assertion Error |
---|
Header Name | Header Value |
---|---|
Content-Type | application/json |
traceparent | 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00 |
{
"type": "FSPIOP_CALLBACK_URL_PARTICIPANT_PUT_ERROR",
"value": "http://moja-sim-testfsp3-scheme-adapter:4000/participants/{{partyIdType}}/{{partyIdentifier}}/error"
}
curl 'http://moja-centralledger-service/participants/testfsp3/endpoints' -H 'content-type: application/json' -H 'traceparent: 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00' -H 'user-agent: axios/0.27.2' --data-binary '{"type":"FSPIOP_CALLBACK_URL_PARTICIPANT_PUT_ERROR","value":"http://moja-sim-testfsp3-scheme-adapter:4000/participants/{{partyIdType}}/{{partyIdentifier}}/error"}' --compressed
{
"cache-control": "no-cache",
"content-length": "0",
"date": "Tue, 19 Sep 2023 00:16:58 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=5"
}
Name | Result |
---|---|
resposne code 201 | PASSED |
Total | 1 / 1 |
Test Name | Assertion Error |
---|
Header Name | Header Value |
---|---|
Content-Type | application/json |
traceparent | 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00 |
{
"type": "FSPIOP_CALLBACK_URL_PARTICIPANT_BATCH_PUT",
"value": "http://moja-sim-testfsp3-scheme-adapter:4000/participants/{{requestId}}"
}
curl 'http://moja-centralledger-service/participants/testfsp3/endpoints' -H 'content-type: application/json' -H 'traceparent: 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00' -H 'user-agent: axios/0.27.2' --data-binary '{"type":"FSPIOP_CALLBACK_URL_PARTICIPANT_BATCH_PUT","value":"http://moja-sim-testfsp3-scheme-adapter:4000/participants/{{requestId}}"}' --compressed
{
"cache-control": "no-cache",
"content-length": "0",
"date": "Tue, 19 Sep 2023 00:16:58 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=5"
}
Name | Result |
---|---|
resposne code 201 | PASSED |
Total | 1 / 1 |
Test Name | Assertion Error |
---|
Header Name | Header Value |
---|---|
Content-Type | application/json |
traceparent | 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00 |
{
"type": "FSPIOP_CALLBACK_URL_PARTICIPANT_BATCH_PUT_ERROR",
"value": "http://moja-sim-testfsp3-scheme-adapter:4000/participants/{{requestId}}/error"
}
curl 'http://moja-centralledger-service/participants/testfsp3/endpoints' -H 'content-type: application/json' -H 'traceparent: 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00' -H 'user-agent: axios/0.27.2' --data-binary '{"type":"FSPIOP_CALLBACK_URL_PARTICIPANT_BATCH_PUT_ERROR","value":"http://moja-sim-testfsp3-scheme-adapter:4000/participants/{{requestId}}/error"}' --compressed
{
"cache-control": "no-cache",
"content-length": "0",
"date": "Tue, 19 Sep 2023 00:16:58 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=5"
}
Name | Result |
---|---|
resposne code 201 | PASSED |
Total | 1 / 1 |
Test Name | Assertion Error |
---|
Header Name | Header Value |
---|---|
Content-Type | application/json |
traceparent | 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00 |
{
"type": "FSPIOP_CALLBACK_URL_PARTIES_GET",
"value": "http://moja-sim-testfsp3-scheme-adapter:4000/parties/{{partyIdType}}/{{partyIdentifier}}"
}
curl 'http://moja-centralledger-service/participants/testfsp3/endpoints' -H 'content-type: application/json' -H 'traceparent: 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00' -H 'user-agent: axios/0.27.2' --data-binary '{"type":"FSPIOP_CALLBACK_URL_PARTIES_GET","value":"http://moja-sim-testfsp3-scheme-adapter:4000/parties/{{partyIdType}}/{{partyIdentifier}}"}' --compressed
{
"cache-control": "no-cache",
"content-length": "0",
"date": "Tue, 19 Sep 2023 00:16:59 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=5"
}
Name | Result |
---|---|
resposne code 201 | PASSED |
Total | 1 / 1 |
Test Name | Assertion Error |
---|
Header Name | Header Value |
---|---|
Content-Type | application/json |
traceparent | 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00 |
{
"type": "FSPIOP_CALLBACK_URL_PARTIES_PUT",
"value": "http://moja-sim-testfsp3-scheme-adapter:4000/parties/{{partyIdType}}/{{partyIdentifier}}"
}
curl 'http://moja-centralledger-service/participants/testfsp3/endpoints' -H 'content-type: application/json' -H 'traceparent: 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00' -H 'user-agent: axios/0.27.2' --data-binary '{"type":"FSPIOP_CALLBACK_URL_PARTIES_PUT","value":"http://moja-sim-testfsp3-scheme-adapter:4000/parties/{{partyIdType}}/{{partyIdentifier}}"}' --compressed
{
"cache-control": "no-cache",
"content-length": "0",
"date": "Tue, 19 Sep 2023 00:16:59 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=5"
}
Name | Result |
---|---|
resposne code 201 | PASSED |
Total | 1 / 1 |
Test Name | Assertion Error |
---|
Header Name | Header Value |
---|---|
Content-Type | application/json |
traceparent | 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00 |
{
"type": "FSPIOP_CALLBACK_URL_PARTIES_PUT_ERROR",
"value": "http://moja-sim-testfsp3-scheme-adapter:4000/parties/{{partyIdType}}/{{partyIdentifier}}/error"
}
curl 'http://moja-centralledger-service/participants/testfsp3/endpoints' -H 'content-type: application/json' -H 'traceparent: 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00' -H 'user-agent: axios/0.27.2' --data-binary '{"type":"FSPIOP_CALLBACK_URL_PARTIES_PUT_ERROR","value":"http://moja-sim-testfsp3-scheme-adapter:4000/parties/{{partyIdType}}/{{partyIdentifier}}/error"}' --compressed
{
"cache-control": "no-cache",
"content-length": "0",
"date": "Tue, 19 Sep 2023 00:16:59 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=5"
}
Name | Result |
---|---|
resposne code 201 | PASSED |
Total | 1 / 1 |
Test Name | Assertion Error |
---|
Header Name | Header Value |
---|---|
Content-Type | application/json |
traceparent | 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00 |
{
"type": "FSPIOP_CALLBACK_URL_QUOTES",
"value": "http://moja-sim-testfsp3-scheme-adapter:4000"
}
curl 'http://moja-centralledger-service/participants/testfsp3/endpoints' -H 'content-type: application/json' -H 'traceparent: 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00' -H 'user-agent: axios/0.27.2' --data-binary '{"type":"FSPIOP_CALLBACK_URL_QUOTES","value":"http://moja-sim-testfsp3-scheme-adapter:4000"}' --compressed
{
"cache-control": "no-cache",
"content-length": "0",
"date": "Tue, 19 Sep 2023 00:16:59 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=5"
}
Name | Result |
---|---|
resposne code 201 | PASSED |
Total | 1 / 1 |
Test Name | Assertion Error |
---|
Header Name | Header Value |
---|---|
Content-Type | application/json |
traceparent | 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00 |
{
"type": "FSPIOP_CALLBACK_URL_TRX_REQ_SERVICE",
"value": "http://moja-sim-testfsp3-scheme-adapter:4000"
}
curl 'http://moja-centralledger-service/participants/testfsp3/endpoints' -H 'content-type: application/json' -H 'traceparent: 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00' -H 'user-agent: axios/0.27.2' --data-binary '{"type":"FSPIOP_CALLBACK_URL_TRX_REQ_SERVICE","value":"http://moja-sim-testfsp3-scheme-adapter:4000"}' --compressed
{
"cache-control": "no-cache",
"content-length": "0",
"date": "Tue, 19 Sep 2023 00:17:00 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=5"
}
Name | Result |
---|---|
resposne code 201 | PASSED |
Total | 1 / 1 |
Test Name | Assertion Error |
---|
Header Name | Header Value |
---|---|
Content-Type | application/json |
traceparent | 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00 |
{
"type": "FSPIOP_CALLBACK_URL_TRANSFER_POST",
"value": "http://moja-sim-testfsp3-scheme-adapter:4000/transfers"
}
curl 'http://moja-centralledger-service/participants/testfsp3/endpoints' -H 'content-type: application/json' -H 'traceparent: 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00' -H 'user-agent: axios/0.27.2' --data-binary '{"type":"FSPIOP_CALLBACK_URL_TRANSFER_POST","value":"http://moja-sim-testfsp3-scheme-adapter:4000/transfers"}' --compressed
{
"cache-control": "no-cache",
"content-length": "0",
"date": "Tue, 19 Sep 2023 00:17:00 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=5"
}
Name | Result |
---|---|
resposne code 201 | PASSED |
Total | 1 / 1 |
Test Name | Assertion Error |
---|
Header Name | Header Value |
---|---|
Content-Type | application/json |
traceparent | 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00 |
{
"type": "FSPIOP_CALLBACK_URL_TRANSFER_PUT",
"value": "http://moja-sim-testfsp3-scheme-adapter:4000/transfers/{{transferId}}"
}
curl 'http://moja-centralledger-service/participants/testfsp3/endpoints' -H 'content-type: application/json' -H 'traceparent: 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00' -H 'user-agent: axios/0.27.2' --data-binary '{"type":"FSPIOP_CALLBACK_URL_TRANSFER_PUT","value":"http://moja-sim-testfsp3-scheme-adapter:4000/transfers/{{transferId}}"}' --compressed
{
"cache-control": "no-cache",
"content-length": "0",
"date": "Tue, 19 Sep 2023 00:17:00 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=5"
}
Name | Result |
---|---|
resposne code 201 | PASSED |
Total | 1 / 1 |
Test Name | Assertion Error |
---|
Header Name | Header Value |
---|---|
Content-Type | application/json |
traceparent | 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00 |
{
"type": "FSPIOP_CALLBACK_URL_TRANSFER_ERROR",
"value": "http://moja-sim-testfsp3-scheme-adapter:4000/transfers/{{transferId}}/error"
}
curl 'http://moja-centralledger-service/participants/testfsp3/endpoints' -H 'content-type: application/json' -H 'traceparent: 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00' -H 'user-agent: axios/0.27.2' --data-binary '{"type":"FSPIOP_CALLBACK_URL_TRANSFER_ERROR","value":"http://moja-sim-testfsp3-scheme-adapter:4000/transfers/{{transferId}}/error"}' --compressed
{
"cache-control": "no-cache",
"content-length": "0",
"date": "Tue, 19 Sep 2023 00:17:00 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=5"
}
Name | Result |
---|---|
resposne code 201 | PASSED |
Total | 1 / 1 |
Test Name | Assertion Error |
---|
Header Name | Header Value |
---|---|
Cache-Control | no-cache |
Content-Type | application/json |
traceparent | 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00 |
{
"type": "NET_DEBIT_CAP_THRESHOLD_BREACH_EMAIL",
"value": "{$environment.MASTER_EMAIL}"
}
curl 'http://moja-centralledger-service/participants/testfsp3/endpoints' -H 'content-type: application/json' -H 'cache-control: no-cache' -H 'traceparent: 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00' -H 'user-agent: axios/0.27.2' --data-binary '{"type":"NET_DEBIT_CAP_THRESHOLD_BREACH_EMAIL","value":"{$environment.MASTER_EMAIL}"}' --compressed
{
"cache-control": "no-cache",
"content-length": "0",
"date": "Tue, 19 Sep 2023 00:17:01 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=5"
}
Name | Result |
---|---|
Total | / |
Test Name | Assertion Error |
---|
Header Name | Header Value |
---|---|
Cache-Control | no-cache |
Content-Type | application/json |
traceparent | 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00 |
{
"type": "NET_DEBIT_CAP_ADJUSTMENT_EMAIL",
"value": "{$environment.MASTER_EMAIL}"
}
curl 'http://moja-centralledger-service/participants/testfsp3/endpoints' -H 'content-type: application/json' -H 'cache-control: no-cache' -H 'traceparent: 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00' -H 'user-agent: axios/0.27.2' --data-binary '{"type":"NET_DEBIT_CAP_ADJUSTMENT_EMAIL","value":"{$environment.MASTER_EMAIL}"}' --compressed
{
"cache-control": "no-cache",
"content-length": "0",
"date": "Tue, 19 Sep 2023 00:17:01 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=5"
}
Name | Result |
---|---|
Total | / |
Test Name | Assertion Error |
---|
Header Name | Header Value |
---|---|
Cache-Control | no-cache |
Content-Type | application/json |
traceparent | 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00 |
{
"type": "SETTLEMENT_TRANSFER_POSITION_CHANGE_EMAIL",
"value": "{$environment.MASTER_EMAIL}"
}
curl 'http://moja-centralledger-service/participants/testfsp3/endpoints' -H 'content-type: application/json' -H 'cache-control: no-cache' -H 'traceparent: 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00' -H 'user-agent: axios/0.27.2' --data-binary '{"type":"SETTLEMENT_TRANSFER_POSITION_CHANGE_EMAIL","value":"{$environment.MASTER_EMAIL}"}' --compressed
{
"cache-control": "no-cache",
"content-length": "0",
"date": "Tue, 19 Sep 2023 00:17:01 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=5"
}
Name | Result |
---|---|
Total | / |
Test Name | Assertion Error |
---|
Header Name | Header Value |
---|---|
Content-Type | application/json |
FSPIOP-Source | testingtoolkitdfsp |
traceparent | 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00 |
{
"name": "testfsp4",
"currency": "CAD"
}
curl 'http://moja-centralledger-service/participants' -H 'content-type: application/json' -H 'fspiop-source: testingtoolkitdfsp' -H 'traceparent: 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00' -H 'user-agent: axios/0.27.2' --data-binary '{"name":"testfsp4","currency":"CAD"}' --compressed
{
"content-type": "application/json; charset=utf-8",
"cache-control": "no-cache",
"content-length": "731",
"date": "Tue, 19 Sep 2023 00:17:01 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=5"
}
{
"name": "testfsp4",
"id": "interop-switch.dev.ossperf.mojaloop.live.internal/participants/testfsp4",
"created": "\"2023-09-19T00:17:01.000Z\"",
"isActive": 1,
"links": {
"self": "interop-switch.dev.ossperf.mojaloop.live.internal/participants/testfsp4"
},
"accounts": [
{
"id": 67,
"ledgerAccountType": "POSITION",
"currency": "CAD",
"isActive": 0,
"createdDate": null,
"createdBy": "unknown"
},
{
"id": 68,
"ledgerAccountType": "SETTLEMENT",
"currency": "CAD",
"isActive": 0,
"createdDate": null,
"createdBy": "unknown"
},
{
"id": 69,
"ledgerAccountType": "INTERCHANGE_FEE",
"currency": "CAD",
"isActive": 0,
"createdDate": null,
"createdBy": "unknown"
},
{
"id": 70,
"ledgerAccountType": "INTERCHANGE_FEE_SETTLEMENT",
"currency": "CAD",
"isActive": 0,
"createdDate": null,
"createdBy": "unknown"
}
]
}
Name | Result |
---|---|
response code 201 | SKIPPED |
Total | 1 / 1 |
Test Name | Assertion Error |
---|
Header Name | Header Value |
---|---|
traceparent | 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00 |
{
"currency": "CAD",
"limit": {
"type": "NET_DEBIT_CAP",
"value": 1000000
},
"initialPosition": 0
}
curl 'http://moja-centralledger-service/participants/testfsp4/initialPositionAndLimits' -H 'content-type: application/json' -H 'traceparent: 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00' -H 'user-agent: axios/0.27.2' --data-binary '{"currency":"CAD","limit":{"type":"NET_DEBIT_CAP","value":1000000},"initialPosition":0}' --compressed
{
"cache-control": "no-cache",
"content-length": "0",
"date": "Tue, 19 Sep 2023 00:17:02 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=5"
}
Name | Result |
---|---|
response code is 201 | SKIPPED |
Total | 1 / 1 |
Test Name | Assertion Error |
---|
Header Name | Header Value |
---|---|
Content-Type | application/json |
traceparent | 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00 |
curl 'http://moja-centralledger-service/participants/testfsp4/accounts' -H 'content-type: application/json' -H 'traceparent: 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00' -H 'user-agent: axios/0.27.2' --compressed
{
"content-type": "application/json; charset=utf-8",
"cache-control": "no-cache",
"content-length": "588",
"accept-ranges": "bytes",
"date": "Tue, 19 Sep 2023 00:17:02 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=5"
}
[
{
"id": 67,
"ledgerAccountType": "POSITION",
"currency": "CAD",
"isActive": 1,
"value": 0,
"reservedValue": 0,
"changedDate": "2023-09-19T00:17:02.000Z"
},
{
"id": 68,
"ledgerAccountType": "SETTLEMENT",
"currency": "CAD",
"isActive": 1,
"value": 0,
"reservedValue": 0,
"changedDate": "2023-09-19T00:17:02.000Z"
},
{
"id": 69,
"ledgerAccountType": "INTERCHANGE_FEE",
"currency": "CAD",
"isActive": 1,
"value": 0,
"reservedValue": 0,
"changedDate": "2023-09-19T00:17:02.000Z"
},
{
"id": 70,
"ledgerAccountType": "INTERCHANGE_FEE_SETTLEMENT",
"currency": "CAD",
"isActive": 1,
"value": 0,
"reservedValue": 0,
"changedDate": "2023-09-19T00:17:02.000Z"
}
]
Name | Result |
---|---|
resposne code is 200 | PASSED |
Total | 1 / 1 |
Test Name | Assertion Error |
---|
Header Name | Header Value |
---|---|
Content-Type | application/json |
traceparent | 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00 |
{
"transferId": "9e80936a-1502-4dca-8777-cabb6ad7d94f",
"externalReference": "string",
"action": "recordFundsIn",
"reason": "string",
"amount": {
"amount": "5000",
"currency": "CAD"
},
"extensionList": {
"extension": [
{
"key": "string",
"value": "string"
}
]
}
}
curl 'http://moja-centralledger-service/participants/testfsp4/accounts/68' -H 'content-type: application/json' -H 'traceparent: 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00' -H 'user-agent: axios/0.27.2' --data-binary '{"transferId":"9e80936a-1502-4dca-8777-cabb6ad7d94f","externalReference":"string","action":"recordFundsIn","reason":"string","amount":{"amount":"5000","currency":"CAD"},"extensionList":{"extension":[{"key":"string","value":"string"}]}}' --compressed
{
"cache-control": "no-cache",
"content-length": "0",
"date": "Tue, 19 Sep 2023 00:17:02 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=5"
}
Name | Result |
---|---|
response code is 202 | PASSED |
Total | 1 / 1 |
Test Name | Assertion Error |
---|
Header Name | Header Value |
---|---|
Content-Type | application/json |
traceparent | 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00 |
{
"type": "FSPIOP_CALLBACK_URL_AUTHORIZATIONS",
"value": "http://moja-sim-testfsp4-scheme-adapter:4000"
}
curl 'http://moja-centralledger-service/participants/testfsp4/endpoints' -H 'content-type: application/json' -H 'traceparent: 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00' -H 'user-agent: axios/0.27.2' --data-binary '{"type":"FSPIOP_CALLBACK_URL_AUTHORIZATIONS","value":"http://moja-sim-testfsp4-scheme-adapter:4000"}' --compressed
{
"cache-control": "no-cache",
"content-length": "0",
"date": "Tue, 19 Sep 2023 00:17:02 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=5"
}
Name | Result |
---|---|
resposne code 201 | PASSED |
Total | 1 / 1 |
Test Name | Assertion Error |
---|
Header Name | Header Value |
---|---|
Content-Type | application/json |
traceparent | 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00 |
{
"type": "FSPIOP_CALLBACK_URL_PARTICIPANT_PUT",
"value": "http://moja-sim-testfsp4-scheme-adapter:4000/participants/{{partyIdType}}/{{partyIdentifier}}"
}
curl 'http://moja-centralledger-service/participants/testfsp4/endpoints' -H 'content-type: application/json' -H 'traceparent: 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00' -H 'user-agent: axios/0.27.2' --data-binary '{"type":"FSPIOP_CALLBACK_URL_PARTICIPANT_PUT","value":"http://moja-sim-testfsp4-scheme-adapter:4000/participants/{{partyIdType}}/{{partyIdentifier}}"}' --compressed
{
"cache-control": "no-cache",
"content-length": "0",
"date": "Tue, 19 Sep 2023 00:17:02 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=5"
}
Name | Result |
---|---|
resposne code 201 | PASSED |
Total | 1 / 1 |
Test Name | Assertion Error |
---|
Header Name | Header Value |
---|---|
Content-Type | application/json |
traceparent | 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00 |
{
"type": "FSPIOP_CALLBACK_URL_PARTICIPANT_PUT_ERROR",
"value": "http://moja-sim-testfsp4-scheme-adapter:4000/participants/{{partyIdType}}/{{partyIdentifier}}/error"
}
curl 'http://moja-centralledger-service/participants/testfsp4/endpoints' -H 'content-type: application/json' -H 'traceparent: 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00' -H 'user-agent: axios/0.27.2' --data-binary '{"type":"FSPIOP_CALLBACK_URL_PARTICIPANT_PUT_ERROR","value":"http://moja-sim-testfsp4-scheme-adapter:4000/participants/{{partyIdType}}/{{partyIdentifier}}/error"}' --compressed
{
"cache-control": "no-cache",
"content-length": "0",
"date": "Tue, 19 Sep 2023 00:17:02 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=5"
}
Name | Result |
---|---|
resposne code 201 | PASSED |
Total | 1 / 1 |
Test Name | Assertion Error |
---|
Header Name | Header Value |
---|---|
Content-Type | application/json |
traceparent | 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00 |
{
"type": "FSPIOP_CALLBACK_URL_PARTICIPANT_BATCH_PUT",
"value": "http://moja-sim-testfsp4-scheme-adapter:4000/participants/{{requestId}}"
}
curl 'http://moja-centralledger-service/participants/testfsp4/endpoints' -H 'content-type: application/json' -H 'traceparent: 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00' -H 'user-agent: axios/0.27.2' --data-binary '{"type":"FSPIOP_CALLBACK_URL_PARTICIPANT_BATCH_PUT","value":"http://moja-sim-testfsp4-scheme-adapter:4000/participants/{{requestId}}"}' --compressed
{
"cache-control": "no-cache",
"content-length": "0",
"date": "Tue, 19 Sep 2023 00:17:03 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=5"
}
Name | Result |
---|---|
resposne code 201 | PASSED |
Total | 1 / 1 |
Test Name | Assertion Error |
---|
Header Name | Header Value |
---|---|
Content-Type | application/json |
traceparent | 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00 |
{
"type": "FSPIOP_CALLBACK_URL_PARTICIPANT_BATCH_PUT_ERROR",
"value": "http://moja-sim-testfsp4-scheme-adapter:4000/participants/{{requestId}}/error"
}
curl 'http://moja-centralledger-service/participants/testfsp4/endpoints' -H 'content-type: application/json' -H 'traceparent: 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00' -H 'user-agent: axios/0.27.2' --data-binary '{"type":"FSPIOP_CALLBACK_URL_PARTICIPANT_BATCH_PUT_ERROR","value":"http://moja-sim-testfsp4-scheme-adapter:4000/participants/{{requestId}}/error"}' --compressed
{
"cache-control": "no-cache",
"content-length": "0",
"date": "Tue, 19 Sep 2023 00:17:03 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=5"
}
Name | Result |
---|---|
resposne code 201 | PASSED |
Total | 1 / 1 |
Test Name | Assertion Error |
---|
Header Name | Header Value |
---|---|
Content-Type | application/json |
traceparent | 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00 |
{
"type": "FSPIOP_CALLBACK_URL_PARTIES_GET",
"value": "http://moja-sim-testfsp4-scheme-adapter:4000/parties/{{partyIdType}}/{{partyIdentifier}}"
}
curl 'http://moja-centralledger-service/participants/testfsp4/endpoints' -H 'content-type: application/json' -H 'traceparent: 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00' -H 'user-agent: axios/0.27.2' --data-binary '{"type":"FSPIOP_CALLBACK_URL_PARTIES_GET","value":"http://moja-sim-testfsp4-scheme-adapter:4000/parties/{{partyIdType}}/{{partyIdentifier}}"}' --compressed
{
"cache-control": "no-cache",
"content-length": "0",
"date": "Tue, 19 Sep 2023 00:17:03 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=5"
}
Name | Result |
---|---|
resposne code 201 | PASSED |
Total | 1 / 1 |
Test Name | Assertion Error |
---|
Header Name | Header Value |
---|---|
Content-Type | application/json |
traceparent | 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00 |
{
"type": "FSPIOP_CALLBACK_URL_PARTIES_PUT",
"value": "http://moja-sim-testfsp4-scheme-adapter:4000/parties/{{partyIdType}}/{{partyIdentifier}}"
}
curl 'http://moja-centralledger-service/participants/testfsp4/endpoints' -H 'content-type: application/json' -H 'traceparent: 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00' -H 'user-agent: axios/0.27.2' --data-binary '{"type":"FSPIOP_CALLBACK_URL_PARTIES_PUT","value":"http://moja-sim-testfsp4-scheme-adapter:4000/parties/{{partyIdType}}/{{partyIdentifier}}"}' --compressed
{
"cache-control": "no-cache",
"content-length": "0",
"date": "Tue, 19 Sep 2023 00:17:03 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=5"
}
Name | Result |
---|---|
resposne code 201 | PASSED |
Total | 1 / 1 |
Test Name | Assertion Error |
---|
Header Name | Header Value |
---|---|
Content-Type | application/json |
traceparent | 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00 |
{
"type": "FSPIOP_CALLBACK_URL_PARTIES_PUT_ERROR",
"value": "http://moja-sim-testfsp4-scheme-adapter:4000/parties/{{partyIdType}}/{{partyIdentifier}}/error"
}
curl 'http://moja-centralledger-service/participants/testfsp4/endpoints' -H 'content-type: application/json' -H 'traceparent: 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00' -H 'user-agent: axios/0.27.2' --data-binary '{"type":"FSPIOP_CALLBACK_URL_PARTIES_PUT_ERROR","value":"http://moja-sim-testfsp4-scheme-adapter:4000/parties/{{partyIdType}}/{{partyIdentifier}}/error"}' --compressed
{
"cache-control": "no-cache",
"content-length": "0",
"date": "Tue, 19 Sep 2023 00:17:04 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=5"
}
Name | Result |
---|---|
resposne code 201 | PASSED |
Total | 1 / 1 |
Test Name | Assertion Error |
---|
Header Name | Header Value |
---|---|
Content-Type | application/json |
traceparent | 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00 |
{
"type": "FSPIOP_CALLBACK_URL_QUOTES",
"value": "http://moja-sim-testfsp4-scheme-adapter:4000"
}
curl 'http://moja-centralledger-service/participants/testfsp4/endpoints' -H 'content-type: application/json' -H 'traceparent: 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00' -H 'user-agent: axios/0.27.2' --data-binary '{"type":"FSPIOP_CALLBACK_URL_QUOTES","value":"http://moja-sim-testfsp4-scheme-adapter:4000"}' --compressed
{
"cache-control": "no-cache",
"content-length": "0",
"date": "Tue, 19 Sep 2023 00:17:04 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=5"
}
Name | Result |
---|---|
resposne code 201 | PASSED |
Total | 1 / 1 |
Test Name | Assertion Error |
---|
Header Name | Header Value |
---|---|
Content-Type | application/json |
traceparent | 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00 |
{
"type": "FSPIOP_CALLBACK_URL_TRX_REQ_SERVICE",
"value": "http://moja-sim-testfsp4-scheme-adapter:4000"
}
curl 'http://moja-centralledger-service/participants/testfsp4/endpoints' -H 'content-type: application/json' -H 'traceparent: 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00' -H 'user-agent: axios/0.27.2' --data-binary '{"type":"FSPIOP_CALLBACK_URL_TRX_REQ_SERVICE","value":"http://moja-sim-testfsp4-scheme-adapter:4000"}' --compressed
{
"cache-control": "no-cache",
"content-length": "0",
"date": "Tue, 19 Sep 2023 00:17:04 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=5"
}
Name | Result |
---|---|
resposne code 201 | PASSED |
Total | 1 / 1 |
Test Name | Assertion Error |
---|
Header Name | Header Value |
---|---|
Content-Type | application/json |
traceparent | 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00 |
{
"type": "FSPIOP_CALLBACK_URL_TRANSFER_POST",
"value": "http://moja-sim-testfsp4-scheme-adapter:4000/transfers"
}
curl 'http://moja-centralledger-service/participants/testfsp4/endpoints' -H 'content-type: application/json' -H 'traceparent: 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00' -H 'user-agent: axios/0.27.2' --data-binary '{"type":"FSPIOP_CALLBACK_URL_TRANSFER_POST","value":"http://moja-sim-testfsp4-scheme-adapter:4000/transfers"}' --compressed
{
"cache-control": "no-cache",
"content-length": "0",
"date": "Tue, 19 Sep 2023 00:17:04 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=5"
}
Name | Result |
---|---|
resposne code 201 | PASSED |
Total | 1 / 1 |
Test Name | Assertion Error |
---|
Header Name | Header Value |
---|---|
Content-Type | application/json |
traceparent | 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00 |
{
"type": "FSPIOP_CALLBACK_URL_TRANSFER_PUT",
"value": "http://moja-sim-testfsp4-scheme-adapter:4000/transfers/{{transferId}}"
}
curl 'http://moja-centralledger-service/participants/testfsp4/endpoints' -H 'content-type: application/json' -H 'traceparent: 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00' -H 'user-agent: axios/0.27.2' --data-binary '{"type":"FSPIOP_CALLBACK_URL_TRANSFER_PUT","value":"http://moja-sim-testfsp4-scheme-adapter:4000/transfers/{{transferId}}"}' --compressed
{
"cache-control": "no-cache",
"content-length": "0",
"date": "Tue, 19 Sep 2023 00:17:05 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=5"
}
Name | Result |
---|---|
resposne code 201 | PASSED |
Total | 1 / 1 |
Test Name | Assertion Error |
---|
Header Name | Header Value |
---|---|
Content-Type | application/json |
traceparent | 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00 |
{
"type": "FSPIOP_CALLBACK_URL_TRANSFER_ERROR",
"value": "http://moja-sim-testfsp4-scheme-adapter:4000/transfers/{{transferId}}/error"
}
curl 'http://moja-centralledger-service/participants/testfsp4/endpoints' -H 'content-type: application/json' -H 'traceparent: 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00' -H 'user-agent: axios/0.27.2' --data-binary '{"type":"FSPIOP_CALLBACK_URL_TRANSFER_ERROR","value":"http://moja-sim-testfsp4-scheme-adapter:4000/transfers/{{transferId}}/error"}' --compressed
{
"cache-control": "no-cache",
"content-length": "0",
"date": "Tue, 19 Sep 2023 00:17:05 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=5"
}
Name | Result |
---|---|
resposne code 201 | PASSED |
Total | 1 / 1 |
Test Name | Assertion Error |
---|
Header Name | Header Value |
---|---|
Cache-Control | no-cache |
Content-Type | application/json |
traceparent | 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00 |
{
"type": "NET_DEBIT_CAP_THRESHOLD_BREACH_EMAIL",
"value": "{$environment.MASTER_EMAIL}"
}
curl 'http://moja-centralledger-service/participants/testfsp4/endpoints' -H 'content-type: application/json' -H 'cache-control: no-cache' -H 'traceparent: 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00' -H 'user-agent: axios/0.27.2' --data-binary '{"type":"NET_DEBIT_CAP_THRESHOLD_BREACH_EMAIL","value":"{$environment.MASTER_EMAIL}"}' --compressed
{
"cache-control": "no-cache",
"content-length": "0",
"date": "Tue, 19 Sep 2023 00:17:05 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=5"
}
Name | Result |
---|---|
Total | / |
Test Name | Assertion Error |
---|
Header Name | Header Value |
---|---|
Cache-Control | no-cache |
Content-Type | application/json |
traceparent | 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00 |
{
"type": "NET_DEBIT_CAP_ADJUSTMENT_EMAIL",
"value": "{$environment.MASTER_EMAIL}"
}
curl 'http://moja-centralledger-service/participants/testfsp4/endpoints' -H 'content-type: application/json' -H 'cache-control: no-cache' -H 'traceparent: 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00' -H 'user-agent: axios/0.27.2' --data-binary '{"type":"NET_DEBIT_CAP_ADJUSTMENT_EMAIL","value":"{$environment.MASTER_EMAIL}"}' --compressed
{
"cache-control": "no-cache",
"content-length": "0",
"date": "Tue, 19 Sep 2023 00:17:05 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=5"
}
Name | Result |
---|---|
Total | / |
Test Name | Assertion Error |
---|
Header Name | Header Value |
---|---|
Cache-Control | no-cache |
Content-Type | application/json |
traceparent | 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00 |
{
"type": "SETTLEMENT_TRANSFER_POSITION_CHANGE_EMAIL",
"value": "{$environment.MASTER_EMAIL}"
}
curl 'http://moja-centralledger-service/participants/testfsp4/endpoints' -H 'content-type: application/json' -H 'cache-control: no-cache' -H 'traceparent: 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00' -H 'user-agent: axios/0.27.2' --data-binary '{"type":"SETTLEMENT_TRANSFER_POSITION_CHANGE_EMAIL","value":"{$environment.MASTER_EMAIL}"}' --compressed
{
"cache-control": "no-cache",
"content-length": "0",
"date": "Tue, 19 Sep 2023 00:17:06 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=5"
}
Name | Result |
---|---|
Total | / |
Test Name | Assertion Error |
---|
Header Name | Header Value |
---|---|
Content-Type | application/json |
traceparent | 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00 |
curl 'http://moja-sim-payeefsp-backend:3003/repository/parties' -H 'content-type: application/json' -H 'traceparent: 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00' -H 'user-agent: axios/0.27.2' --compressed
{
"vary": "Origin",
"access-control-allow-origin": "",
"content-type": "application/json; charset=utf-8",
"content-length": "184",
"date": "Tue, 19 Sep 2023 00:17:06 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=5"
}
[
{
"displayName": "PayeeFirst PayeeLast",
"firstName": "PayeeFirst",
"middleName": "PayeeMiddle",
"lastName": "PayeeLast",
"dateOfBirth": "2010-10-10",
"idType": "MSISDN",
"idValue": "17039811902"
}
]
Name | Result |
---|---|
resposne code 200 | PASSED |
Total | 1 / 1 |
Test Name | Assertion Error |
---|
Header Name | Header Value |
---|---|
Content-Type | application/json |
traceparent | 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00 |
curl 'http://moja-sim-payerfsp-backend:3003/repository/parties' -H 'content-type: application/json' -H 'traceparent: 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00' -H 'user-agent: axios/0.27.2' --compressed
{
"vary": "Origin",
"access-control-allow-origin": "",
"content-type": "application/json; charset=utf-8",
"content-length": "174",
"date": "Tue, 19 Sep 2023 00:17:06 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=5"
}
[
{
"displayName": "SimFirst SimLast",
"firstName": "SimFirst",
"middleName": "SimMiddle",
"lastName": "SimLast",
"dateOfBirth": "2010-10-10",
"idType": "MSISDN",
"idValue": "17039811901"
}
]
Name | Result |
---|---|
resposne code 200 | PASSED |
Total | 1 / 1 |
Test Name | Assertion Error |
---|
Header Name | Header Value |
---|---|
Content-Type | application/json |
traceparent | 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00 |
curl 'http://moja-sim-testfsp1-backend:3003/repository/parties' -H 'content-type: application/json' -H 'traceparent: 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00' -H 'user-agent: axios/0.27.2' --compressed
{
"vary": "Origin",
"access-control-allow-origin": "",
"content-type": "application/json; charset=utf-8",
"content-length": "199",
"date": "Tue, 19 Sep 2023 00:17:06 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=5"
}
[
{
"displayName": "Testfsp1First Testfsp1Last",
"firstName": "Testfsp1First",
"middleName": "Testfsp1Middle",
"lastName": "Testfsp1Last",
"dateOfBirth": "2010-10-10",
"idType": "MSISDN",
"idValue": "17039811903"
}
]
Name | Result |
---|---|
resposne code 200 | PASSED |
Total | 1 / 1 |
Test Name | Assertion Error |
---|
Header Name | Header Value |
---|---|
Content-Type | application/json |
traceparent | 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00 |
curl 'http://moja-sim-testfsp2-backend:3003/repository/parties' -H 'content-type: application/json' -H 'traceparent: 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00' -H 'user-agent: axios/0.27.2' --compressed
{
"vary": "Origin",
"access-control-allow-origin": "",
"content-type": "application/json; charset=utf-8",
"content-length": "199",
"date": "Tue, 19 Sep 2023 00:17:07 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=5"
}
[
{
"displayName": "Testfsp2First Testfsp2Last",
"firstName": "Testfsp2First",
"middleName": "Testfsp2Middle",
"lastName": "Testfsp2Last",
"dateOfBirth": "2010-10-10",
"idType": "MSISDN",
"idValue": "17039811904"
}
]
Name | Result |
---|---|
resposne code 200 | PASSED |
Total | 1 / 1 |
Test Name | Assertion Error |
---|
Header Name | Header Value |
---|---|
Content-Type | application/json |
traceparent | 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00 |
curl 'http://moja-sim-testfsp3-backend:3003/repository/parties' -H 'content-type: application/json' -H 'traceparent: 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00' -H 'user-agent: axios/0.27.2' --compressed
{
"vary": "Origin",
"access-control-allow-origin": "",
"content-type": "application/json; charset=utf-8",
"content-length": "2",
"date": "Tue, 19 Sep 2023 00:17:07 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=5"
}
Name | Result |
---|---|
resposne code 200 | PASSED |
Total | 1 / 1 |
Test Name | Assertion Error |
---|
Header Name | Header Value |
---|---|
Content-Type | application/json |
traceparent | 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00 |
curl 'http://moja-sim-testfsp4-backend:3003/repository/parties' -H 'content-type: application/json' -H 'traceparent: 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00' -H 'user-agent: axios/0.27.2' --compressed
{
"vary": "Origin",
"access-control-allow-origin": "",
"content-type": "application/json; charset=utf-8",
"content-length": "2",
"date": "Tue, 19 Sep 2023 00:17:07 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=5"
}
Name | Result |
---|---|
resposne code 200 | PASSED |
Total | 1 / 1 |
Test Name | Assertion Error |
---|
Header Name | Header Value |
---|---|
Content-Type | application/json |
traceparent | 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00 |
{
"displayName": "payeefspFname payeefspLname",
"firstName": "payeefspFname",
"middleName": "",
"lastName": "payeefspLname",
"dateOfBirth": "1985-05-13",
"idType": "MSISDN",
"idValue": "17039811907",
"extensionList": [
{
"key": "accountType",
"value": "Wallet"
}
]
}
curl 'http://moja-sim-payeefsp-backend:3003/repository/parties' -H 'content-type: application/json' -H 'traceparent: 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00' -H 'user-agent: axios/0.27.2' --data-binary '{"displayName":"payeefspFname payeefspLname","firstName":"payeefspFname","middleName":"","lastName":"payeefspLname","dateOfBirth":"1985-05-13","idType":"MSISDN","idValue":"17039811907","extensionList":[{"key":"accountType","value":"Wallet"}]}' --compressed
{
"vary": "Origin",
"access-control-allow-origin": "",
"date": "Tue, 19 Sep 2023 00:17:07 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=5"
}
Name | Result |
---|---|
resposne code is 200 | PASSED |
Total | 1 / 1 |
Test Name | Assertion Error |
---|
Header Name | Header Value |
---|---|
Content-Type | application/vnd.interoperability.participants+json;version=1.1 |
Accept | application/vnd.interoperability.participants+json;version=1.1 |
Date | Tue, 19 Sep 2023 00:17:07 GMT |
FSPIOP-Source | payeefsp |
traceparent | 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00 |
{
"fspId": "payeefsp",
"currency": "CAD"
}
curl 'http://moja-account-lookup-service/participants/MSISDN/17039811907' -H 'content-type: application/vnd.interoperability.participants+json;version=1.1' -H 'accept: application/vnd.interoperability.participants+json;version=1.1' -H 'date: Tue, 19 Sep 2023 00:17:07 GMT' -H 'fspiop-source: payeefsp' -H 'traceparent: 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00' -H 'user-agent: axios/0.27.2' --data-binary '{"fspId":"payeefsp","currency":"CAD"}' --compressed
{
"cache-control": "no-cache",
"content-length": "0",
"date": "Tue, 19 Sep 2023 00:17:08 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=5"
}
Name | Result |
---|---|
resposne code is 202 | PASSED |
Total | 1 / 1 |
Test Name | Assertion Error |
---|
Header Name | Header Value |
---|---|
Content-Type | application/json |
traceparent | 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00 |
{
"displayName": "payerfspFname payerfspLname",
"firstName": "payerfspFname",
"middleName": "",
"lastName": "payerfspLname",
"dateOfBirth": "1985-05-13",
"idType": "MSISDN",
"idValue": "17891239876",
"extensionList": [
{
"key": "accountType",
"value": "Wallet"
}
]
}
curl 'http://moja-sim-payerfsp-backend:3003/repository/parties' -H 'content-type: application/json' -H 'traceparent: 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00' -H 'user-agent: axios/0.27.2' --data-binary '{"displayName":"payerfspFname payerfspLname","firstName":"payerfspFname","middleName":"","lastName":"payerfspLname","dateOfBirth":"1985-05-13","idType":"MSISDN","idValue":"17891239876","extensionList":[{"key":"accountType","value":"Wallet"}]}' --compressed
{
"vary": "Origin",
"access-control-allow-origin": "",
"date": "Tue, 19 Sep 2023 00:17:08 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=5"
}
Name | Result |
---|---|
resposne code is 200 | PASSED |
Total | 1 / 1 |
Test Name | Assertion Error |
---|
Header Name | Header Value |
---|---|
Content-Type | application/vnd.interoperability.participants+json;version=1.1 |
Accept | application/vnd.interoperability.participants+json;version=1.1 |
Date | Tue, 19 Sep 2023 00:17:08 GMT |
FSPIOP-Source | payerfsp |
traceparent | 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00 |
{
"fspId": "payerfsp",
"currency": "CAD"
}
curl 'http://moja-account-lookup-service/participants/MSISDN/17891239876' -H 'content-type: application/vnd.interoperability.participants+json;version=1.1' -H 'accept: application/vnd.interoperability.participants+json;version=1.1' -H 'date: Tue, 19 Sep 2023 00:17:08 GMT' -H 'fspiop-source: payerfsp' -H 'traceparent: 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00' -H 'user-agent: axios/0.27.2' --data-binary '{"fspId":"payerfsp","currency":"CAD"}' --compressed
{
"cache-control": "no-cache",
"content-length": "0",
"date": "Tue, 19 Sep 2023 00:17:08 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=5"
}
Name | Result |
---|---|
response code is 202 | PASSED |
Total | 1 / 1 |
Test Name | Assertion Error |
---|
Header Name | Header Value |
---|---|
Content-Type | application/json |
traceparent | 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00 |
{
"displayName": "testfsp1Fname testfsp1Lname",
"firstName": "testfsp1Fname",
"middleName": "",
"lastName": "testfsp1Lname",
"dateOfBirth": "1985-05-13",
"idType": "MSISDN",
"idValue": "17039811903",
"extensionList": [
{
"key": "accountType",
"value": "Wallet"
}
]
}
curl 'http://moja-sim-testfsp1-backend:3003/repository/parties' -H 'content-type: application/json' -H 'traceparent: 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00' -H 'user-agent: axios/0.27.2' --data-binary '{"displayName":"testfsp1Fname testfsp1Lname","firstName":"testfsp1Fname","middleName":"","lastName":"testfsp1Lname","dateOfBirth":"1985-05-13","idType":"MSISDN","idValue":"17039811903","extensionList":[{"key":"accountType","value":"Wallet"}]}' --compressed
{
"vary": "Origin",
"access-control-allow-origin": "",
"content-type": "application/json; charset=utf-8",
"content-length": "58",
"date": "Tue, 19 Sep 2023 00:17:08 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=5"
}
{
"statusCode": "2000",
"message": "ID is already registered"
}
Name | Result |
---|---|
resposne code is 200 | PASSED |
Total | 1 / 1 |
Test Name | Assertion Error |
---|
Header Name | Header Value |
---|---|
Content-Type | application/vnd.interoperability.participants+json;version=1.1 |
Accept | application/vnd.interoperability.participants+json;version=1.1 |
Date | Tue, 19 Sep 2023 00:17:08 GMT |
FSPIOP-Source | testfsp1 |
traceparent | 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00 |
{
"fspId": "testfsp1",
"currency": "CAD"
}
curl 'http://moja-account-lookup-service/participants/MSISDN/17039811903' -H 'content-type: application/vnd.interoperability.participants+json;version=1.1' -H 'accept: application/vnd.interoperability.participants+json;version=1.1' -H 'date: Tue, 19 Sep 2023 00:17:08 GMT' -H 'fspiop-source: testfsp1' -H 'traceparent: 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00' -H 'user-agent: axios/0.27.2' --data-binary '{"fspId":"testfsp1","currency":"CAD"}' --compressed
{
"cache-control": "no-cache",
"content-length": "0",
"date": "Tue, 19 Sep 2023 00:17:09 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=5"
}
Name | Result |
---|---|
response code is 202 | PASSED |
Total | 1 / 1 |
Test Name | Assertion Error |
---|
Header Name | Header Value |
---|---|
Content-Type | application/json |
traceparent | 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00 |
{
"displayName": "testfsp1BankFname testfsp1BankLname",
"firstName": "testfsp1BankFname",
"middleName": "",
"lastName": "testfsp1BankLname",
"dateOfBirth": "1985-05-13",
"idType": "MSISDN",
"idValue": "27713813914",
"extensionList": [
{
"key": "accountType",
"value": "Bank"
}
]
}
curl 'http://moja-sim-testfsp1-backend:3003/repository/parties' -H 'content-type: application/json' -H 'traceparent: 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00' -H 'user-agent: axios/0.27.2' --data-binary '{"displayName":"testfsp1BankFname testfsp1BankLname","firstName":"testfsp1BankFname","middleName":"","lastName":"testfsp1BankLname","dateOfBirth":"1985-05-13","idType":"MSISDN","idValue":"27713813914","extensionList":[{"key":"accountType","value":"Bank"}]}' --compressed
{
"vary": "Origin",
"access-control-allow-origin": "",
"date": "Tue, 19 Sep 2023 00:17:09 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=5"
}
Name | Result |
---|---|
resposne code is 200 | PASSED |
Total | 1 / 1 |
Test Name | Assertion Error |
---|
Header Name | Header Value |
---|---|
Content-Type | application/vnd.interoperability.participants+json;version=1.1 |
Accept | application/vnd.interoperability.participants+json;version=1.1 |
Date | Tue, 19 Sep 2023 00:17:09 GMT |
FSPIOP-Source | testfsp1 |
traceparent | 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00 |
{
"fspId": "testfsp1",
"currency": "CAD"
}
curl 'http://moja-account-lookup-service/participants/MSISDN/27713813914' -H 'content-type: application/vnd.interoperability.participants+json;version=1.1' -H 'accept: application/vnd.interoperability.participants+json;version=1.1' -H 'date: Tue, 19 Sep 2023 00:17:09 GMT' -H 'fspiop-source: testfsp1' -H 'traceparent: 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00' -H 'user-agent: axios/0.27.2' --data-binary '{"fspId":"testfsp1","currency":"CAD"}' --compressed
{
"cache-control": "no-cache",
"content-length": "0",
"date": "Tue, 19 Sep 2023 00:17:09 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=5"
}
Name | Result |
---|---|
response code is 202 | PASSED |
Total | 1 / 1 |
Test Name | Assertion Error |
---|
Header Name | Header Value |
---|---|
Content-Type | application/json |
traceparent | 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00 |
{
"displayName": "testfsp2WalletFname testfsp2WalletLname",
"firstName": "testfsp2WalletFname",
"middleName": "",
"lastName": "testfsp2WalletLname",
"dateOfBirth": "1985-05-13",
"idType": "MSISDN",
"idValue": "17039811904",
"extensionList": [
{
"key": "accountType",
"value": "Wallet"
}
]
}
curl 'http://moja-sim-testfsp2-backend:3003/repository/parties' -H 'content-type: application/json' -H 'traceparent: 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00' -H 'user-agent: axios/0.27.2' --data-binary '{"displayName":"testfsp2WalletFname testfsp2WalletLname","firstName":"testfsp2WalletFname","middleName":"","lastName":"testfsp2WalletLname","dateOfBirth":"1985-05-13","idType":"MSISDN","idValue":"17039811904","extensionList":[{"key":"accountType","value":"Wallet"}]}' --compressed
{
"vary": "Origin",
"access-control-allow-origin": "",
"content-type": "application/json; charset=utf-8",
"content-length": "58",
"date": "Tue, 19 Sep 2023 00:17:09 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=5"
}
{
"statusCode": "2000",
"message": "ID is already registered"
}
Name | Result |
---|---|
resposne code is 200 | PASSED |
Total | 1 / 1 |
Test Name | Assertion Error |
---|
Header Name | Header Value |
---|---|
Content-Type | application/vnd.interoperability.participants+json;version=1.1 |
Accept | application/vnd.interoperability.participants+json;version=1.1 |
Date | Tue, 19 Sep 2023 00:17:09 GMT |
FSPIOP-Source | testfsp2 |
traceparent | 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00 |
{
"fspId": "testfsp2",
"currency": "CAD"
}
curl 'http://moja-account-lookup-service/participants/MSISDN/17039811904' -H 'content-type: application/vnd.interoperability.participants+json;version=1.1' -H 'accept: application/vnd.interoperability.participants+json;version=1.1' -H 'date: Tue, 19 Sep 2023 00:17:09 GMT' -H 'fspiop-source: testfsp2' -H 'traceparent: 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00' -H 'user-agent: axios/0.27.2' --data-binary '{"fspId":"testfsp2","currency":"CAD"}' --compressed
{
"cache-control": "no-cache",
"content-length": "0",
"date": "Tue, 19 Sep 2023 00:17:10 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=5"
}
Name | Result |
---|---|
response code is 202 | PASSED |
Total | 1 / 1 |
Test Name | Assertion Error |
---|
Header Name | Header Value |
---|---|
Content-Type | application/json |
traceparent | 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00 |
{
"displayName": "testfsp2BankFname testfsp2Bankname",
"firstName": "testfsp2BankFname",
"middleName": "",
"lastName": "testfsp2WalletLname",
"dateOfBirth": "1985-05-13",
"idType": "MSISDN",
"idValue": "27713813915",
"extensionList": [
{
"key": "accountType",
"value": "Bank"
}
]
}
curl 'http://moja-sim-testfsp2-backend:3003/repository/parties' -H 'content-type: application/json' -H 'traceparent: 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00' -H 'user-agent: axios/0.27.2' --data-binary '{"displayName":"testfsp2BankFname testfsp2Bankname","firstName":"testfsp2BankFname","middleName":"","lastName":"testfsp2WalletLname","dateOfBirth":"1985-05-13","idType":"MSISDN","idValue":"27713813915","extensionList":[{"key":"accountType","value":"Bank"}]}' --compressed
{
"vary": "Origin",
"access-control-allow-origin": "",
"date": "Tue, 19 Sep 2023 00:17:10 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=5"
}
Name | Result |
---|---|
resposne code is 200 | PASSED |
Total | 1 / 1 |
Test Name | Assertion Error |
---|
Header Name | Header Value |
---|---|
Content-Type | application/vnd.interoperability.participants+json;version=1.1 |
Accept | application/vnd.interoperability.participants+json;version=1.1 |
Date | Tue, 19 Sep 2023 00:17:10 GMT |
FSPIOP-Source | testfsp2 |
traceparent | 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00 |
{
"fspId": "testfsp2",
"currency": "CAD"
}
curl 'http://moja-account-lookup-service/participants/MSISDN/27713813915' -H 'content-type: application/vnd.interoperability.participants+json;version=1.1' -H 'accept: application/vnd.interoperability.participants+json;version=1.1' -H 'date: Tue, 19 Sep 2023 00:17:10 GMT' -H 'fspiop-source: testfsp2' -H 'traceparent: 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00' -H 'user-agent: axios/0.27.2' --data-binary '{"fspId":"testfsp2","currency":"CAD"}' --compressed
{
"cache-control": "no-cache",
"content-length": "0",
"date": "Tue, 19 Sep 2023 00:17:10 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=5"
}
Name | Result |
---|---|
response code is 202 | PASSED |
Total | 1 / 1 |
Test Name | Assertion Error |
---|
Header Name | Header Value |
---|---|
Content-Type | application/json |
traceparent | 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00 |
{
"displayName": "testfsp3WalletFname testfsp3WalletLname",
"firstName": "testfsp3WalletFname",
"middleName": "",
"lastName": "testfsp3WalletLname",
"dateOfBirth": "1985-05-13",
"idType": "MSISDN",
"idValue": "17891239873",
"extensionList": [
{
"key": "accountType",
"value": "Wallet"
}
]
}
curl 'http://moja-sim-testfsp3-backend:3003/repository/parties' -H 'content-type: application/json' -H 'traceparent: 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00' -H 'user-agent: axios/0.27.2' --data-binary '{"displayName":"testfsp3WalletFname testfsp3WalletLname","firstName":"testfsp3WalletFname","middleName":"","lastName":"testfsp3WalletLname","dateOfBirth":"1985-05-13","idType":"MSISDN","idValue":"17891239873","extensionList":[{"key":"accountType","value":"Wallet"}]}' --compressed
{
"vary": "Origin",
"access-control-allow-origin": "",
"date": "Tue, 19 Sep 2023 00:17:10 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=5"
}
Name | Result |
---|---|
resposne code is 200 | PASSED |
Total | 1 / 1 |
Test Name | Assertion Error |
---|
Header Name | Header Value |
---|---|
Content-Type | application/vnd.interoperability.participants+json;version=1.1 |
Accept | application/vnd.interoperability.participants+json;version=1.1 |
Date | Tue, 19 Sep 2023 00:17:10 GMT |
FSPIOP-Source | testfsp3 |
traceparent | 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00 |
{
"fspId": "testfsp3",
"currency": "CAD"
}
curl 'http://moja-account-lookup-service/participants/MSISDN/17891239873' -H 'content-type: application/vnd.interoperability.participants+json;version=1.1' -H 'accept: application/vnd.interoperability.participants+json;version=1.1' -H 'date: Tue, 19 Sep 2023 00:17:10 GMT' -H 'fspiop-source: testfsp3' -H 'traceparent: 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00' -H 'user-agent: axios/0.27.2' --data-binary '{"fspId":"testfsp3","currency":"CAD"}' --compressed
{
"cache-control": "no-cache",
"content-length": "0",
"date": "Tue, 19 Sep 2023 00:17:11 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=5"
}
Name | Result |
---|---|
response code is 202 | PASSED |
Total | 1 / 1 |
Test Name | Assertion Error |
---|
Header Name | Header Value |
---|---|
Content-Type | application/json |
traceparent | 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00 |
{
"displayName": "testfsp3BankFname testfsp3Bankname",
"firstName": "testfsp3BankFname",
"middleName": "",
"lastName": "testfsp3BankLname",
"dateOfBirth": "1985-05-13",
"idType": "MSISDN",
"idValue": "27713813916",
"extensionList": [
{
"key": "accountType",
"value": "Bank"
}
]
}
curl 'http://moja-sim-testfsp3-backend:3003/repository/parties' -H 'content-type: application/json' -H 'traceparent: 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00' -H 'user-agent: axios/0.27.2' --data-binary '{"displayName":"testfsp3BankFname testfsp3Bankname","firstName":"testfsp3BankFname","middleName":"","lastName":"testfsp3BankLname","dateOfBirth":"1985-05-13","idType":"MSISDN","idValue":"27713813916","extensionList":[{"key":"accountType","value":"Bank"}]}' --compressed
{
"vary": "Origin",
"access-control-allow-origin": "",
"date": "Tue, 19 Sep 2023 00:17:11 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=5"
}
Name | Result |
---|---|
resposne code is 200 | PASSED |
Total | 1 / 1 |
Test Name | Assertion Error |
---|
Header Name | Header Value |
---|---|
Content-Type | application/vnd.interoperability.participants+json;version=1.1 |
Accept | application/vnd.interoperability.participants+json;version=1.1 |
Date | Tue, 19 Sep 2023 00:17:11 GMT |
FSPIOP-Source | testfsp3 |
traceparent | 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00 |
{
"fspId": "testfsp3",
"currency": "CAD"
}
curl 'http://moja-account-lookup-service/participants/MSISDN/27713813916' -H 'content-type: application/vnd.interoperability.participants+json;version=1.1' -H 'accept: application/vnd.interoperability.participants+json;version=1.1' -H 'date: Tue, 19 Sep 2023 00:17:11 GMT' -H 'fspiop-source: testfsp3' -H 'traceparent: 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00' -H 'user-agent: axios/0.27.2' --data-binary '{"fspId":"testfsp3","currency":"CAD"}' --compressed
{
"cache-control": "no-cache",
"content-length": "0",
"date": "Tue, 19 Sep 2023 00:17:11 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=5"
}
Name | Result |
---|---|
response code is 202 | PASSED |
Total | 1 / 1 |
Test Name | Assertion Error |
---|
Header Name | Header Value |
---|---|
Content-Type | application/json |
traceparent | 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00 |
{
"displayName": "testfsp4WalletFname testfsp4WalletLname",
"firstName": "testfsp4WalletFname",
"middleName": "",
"lastName": "testfsp4WalletLname",
"dateOfBirth": "1985-05-13",
"idType": "MSISDN",
"idValue": "17891239872",
"extensionList": [
{
"key": "accountType",
"value": "Wallet"
}
]
}
curl 'http://moja-sim-testfsp4-backend:3003/repository/parties' -H 'content-type: application/json' -H 'traceparent: 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00' -H 'user-agent: axios/0.27.2' --data-binary '{"displayName":"testfsp4WalletFname testfsp4WalletLname","firstName":"testfsp4WalletFname","middleName":"","lastName":"testfsp4WalletLname","dateOfBirth":"1985-05-13","idType":"MSISDN","idValue":"17891239872","extensionList":[{"key":"accountType","value":"Wallet"}]}' --compressed
{
"vary": "Origin",
"access-control-allow-origin": "",
"date": "Tue, 19 Sep 2023 00:17:12 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=5"
}
Name | Result |
---|---|
resposne code is 200 | PASSED |
Total | 1 / 1 |
Test Name | Assertion Error |
---|
Header Name | Header Value |
---|---|
Content-Type | application/vnd.interoperability.participants+json;version=1.1 |
Accept | application/vnd.interoperability.participants+json;version=1.1 |
Date | Tue, 19 Sep 2023 00:17:12 GMT |
FSPIOP-Source | testfsp4 |
traceparent | 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00 |
{
"fspId": "testfsp4",
"currency": "CAD"
}
curl 'http://moja-account-lookup-service/participants/MSISDN/17891239872' -H 'content-type: application/vnd.interoperability.participants+json;version=1.1' -H 'accept: application/vnd.interoperability.participants+json;version=1.1' -H 'date: Tue, 19 Sep 2023 00:17:12 GMT' -H 'fspiop-source: testfsp4' -H 'traceparent: 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00' -H 'user-agent: axios/0.27.2' --data-binary '{"fspId":"testfsp4","currency":"CAD"}' --compressed
{
"cache-control": "no-cache",
"content-length": "0",
"date": "Tue, 19 Sep 2023 00:17:12 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=5"
}
Name | Result |
---|---|
response code is 202 | PASSED |
Total | 1 / 1 |
Test Name | Assertion Error |
---|
Header Name | Header Value |
---|---|
Content-Type | application/json |
traceparent | 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00 |
{
"displayName": "testfsp4BankFname testfsp4Bankname",
"firstName": "testfsp4BankFname",
"middleName": "",
"lastName": "testfsp4BankLname",
"dateOfBirth": "1985-05-13",
"idType": "MSISDN",
"idValue": "27713813917",
"extensionList": [
{
"key": "accountType",
"value": "Bank"
}
]
}
curl 'http://moja-sim-testfsp4-backend:3003/repository/parties' -H 'content-type: application/json' -H 'traceparent: 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00' -H 'user-agent: axios/0.27.2' --data-binary '{"displayName":"testfsp4BankFname testfsp4Bankname","firstName":"testfsp4BankFname","middleName":"","lastName":"testfsp4BankLname","dateOfBirth":"1985-05-13","idType":"MSISDN","idValue":"27713813917","extensionList":[{"key":"accountType","value":"Bank"}]}' --compressed
{
"vary": "Origin",
"access-control-allow-origin": "",
"date": "Tue, 19 Sep 2023 00:17:12 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=5"
}
Name | Result |
---|---|
resposne code is 200 | PASSED |
Total | 1 / 1 |
Test Name | Assertion Error |
---|
Header Name | Header Value |
---|---|
Content-Type | application/vnd.interoperability.participants+json;version=1.1 |
Accept | application/vnd.interoperability.participants+json;version=1.1 |
Date | Tue, 19 Sep 2023 00:17:12 GMT |
FSPIOP-Source | testfsp4 |
traceparent | 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00 |
{
"fspId": "testfsp4",
"currency": "CAD"
}
curl 'http://moja-account-lookup-service/participants/MSISDN/27713813917' -H 'content-type: application/vnd.interoperability.participants+json;version=1.1' -H 'accept: application/vnd.interoperability.participants+json;version=1.1' -H 'date: Tue, 19 Sep 2023 00:17:12 GMT' -H 'fspiop-source: testfsp4' -H 'traceparent: 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00' -H 'user-agent: axios/0.27.2' --data-binary '{"fspId":"testfsp4","currency":"CAD"}' --compressed
{
"cache-control": "no-cache",
"content-length": "0",
"date": "Tue, 19 Sep 2023 00:17:12 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=5"
}
Name | Result |
---|---|
response code is 202 | PASSED |
Total | 1 / 1 |
Test Name | Assertion Error |
---|
Header Name | Header Value |
---|---|
Content-Type | application/json |
traceparent | 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00 |
{
"displayName": "payeefspNoextensionFname payeefspNoextensionLname",
"firstName": "payeefspNoextensionFname",
"middleName": "",
"lastName": "payeefspNoextensionLname",
"dateOfBirth": "1985-05-13",
"idType": "MSISDN",
"idValue": "27714923918"
}
curl 'http://moja-sim-payeefsp-backend:3003/repository/parties' -H 'content-type: application/json' -H 'traceparent: 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00' -H 'user-agent: axios/0.27.2' --data-binary '{"displayName":"payeefspNoextensionFname payeefspNoextensionLname","firstName":"payeefspNoextensionFname","middleName":"","lastName":"payeefspNoextensionLname","dateOfBirth":"1985-05-13","idType":"MSISDN","idValue":"27714923918"}' --compressed
{
"vary": "Origin",
"access-control-allow-origin": "",
"date": "Tue, 19 Sep 2023 00:17:13 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=5"
}
Name | Result |
---|---|
resposne code is 200 | PASSED |
Total | 1 / 1 |
Test Name | Assertion Error |
---|
Header Name | Header Value |
---|---|
Content-Type | application/vnd.interoperability.participants+json;version=1.1 |
Accept | application/vnd.interoperability.participants+json;version=1.1 |
Date | Tue, 19 Sep 2023 00:17:13 GMT |
FSPIOP-Source | payeefsp |
traceparent | 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00 |
{
"fspId": "payeefsp",
"currency": "CAD"
}
curl 'http://moja-account-lookup-service/participants/MSISDN/27714923918' -H 'content-type: application/vnd.interoperability.participants+json;version=1.1' -H 'accept: application/vnd.interoperability.participants+json;version=1.1' -H 'date: Tue, 19 Sep 2023 00:17:13 GMT' -H 'fspiop-source: payeefsp' -H 'traceparent: 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00' -H 'user-agent: axios/0.27.2' --data-binary '{"fspId":"payeefsp","currency":"CAD"}' --compressed
{
"cache-control": "no-cache",
"content-length": "0",
"date": "Tue, 19 Sep 2023 00:17:13 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=5"
}
Name | Result |
---|---|
response code is 202 | PASSED |
Total | 1 / 1 |
Test Name | Assertion Error |
---|
Header Name | Header Value |
---|---|
Content-Type | application/json |
traceparent | 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00 |
curl 'http://moja-centralledger-service/participants/limits' -H 'content-type: application/json' -H 'traceparent: 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00' -H 'user-agent: axios/0.27.2' --compressed
{
"content-type": "application/json; charset=utf-8",
"cache-control": "no-cache",
"content-length": "2501",
"vary": "accept-encoding",
"accept-ranges": "bytes",
"date": "Tue, 19 Sep 2023 00:17:13 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=5"
}
[
{
"name": "payerfsp",
"currency": "EUR",
"limit": {
"type": "NET_DEBIT_CAP",
"value": 10000,
"alarmPercentage": 10
}
},
{
"name": "payerfsp",
"currency": "GBP",
"limit": {
"type": "NET_DEBIT_CAP",
"value": 10000,
"alarmPercentage": 10
}
},
{
"name": "payerfsp",
"currency": "CAD",
"limit": {
"type": "NET_DEBIT_CAP",
"value": 10000,
"alarmPercentage": 10
}
},
{
"name": "payeefsp",
"currency": "EUR",
"limit": {
"type": "NET_DEBIT_CAP",
"value": 10000,
"alarmPercentage": 10
}
},
{
"name": "payeefsp",
"currency": "GBP",
"limit": {
"type": "NET_DEBIT_CAP",
"value": 10000,
"alarmPercentage": 10
}
},
{
"name": "payeefsp",
"currency": "CAD",
"limit": {
"type": "NET_DEBIT_CAP",
"value": 10000,
"alarmPercentage": 10
}
},
{
"name": "noresponsepayeefsp",
"currency": "EUR",
"limit": {
"type": "NET_DEBIT_CAP",
"value": 10000,
"alarmPercentage": 10
}
},
{
"name": "noresponsepayeefsp",
"currency": "GBP",
"limit": {
"type": "NET_DEBIT_CAP",
"value": 10000,
"alarmPercentage": 10
}
},
{
"name": "noresponsepayeefsp",
"currency": "CAD",
"limit": {
"type": "NET_DEBIT_CAP",
"value": 10000,
"alarmPercentage": 10
}
},
{
"name": "testfsp1",
"currency": "EUR",
"limit": {
"type": "NET_DEBIT_CAP",
"value": 10000,
"alarmPercentage": 10
}
},
{
"name": "testfsp1",
"currency": "GBP",
"limit": {
"type": "NET_DEBIT_CAP",
"value": 10000,
"alarmPercentage": 10
}
},
{
"name": "testfsp1",
"currency": "CAD",
"limit": {
"type": "NET_DEBIT_CAP",
"value": 10000,
"alarmPercentage": 10
}
},
{
"name": "testfsp2",
"currency": "EUR",
"limit": {
"type": "NET_DEBIT_CAP",
"value": 10000,
"alarmPercentage": 10
}
},
{
"name": "testfsp2",
"currency": "GBP",
"limit": {
"type": "NET_DEBIT_CAP",
"value": 10000,
"alarmPercentage": 10
}
},
{
"name": "testfsp2",
"currency": "CAD",
"limit": {
"type": "NET_DEBIT_CAP",
"value": 10000,
"alarmPercentage": 10
}
},
{
"name": "testingtoolkitdfsp",
"currency": "EUR",
"limit": {
"type": "NET_DEBIT_CAP",
"value": 1000000,
"alarmPercentage": 10
}
},
{
"name": "testingtoolkitdfsp",
"currency": "GBP",
"limit": {
"type": "NET_DEBIT_CAP",
"value": 1000000,
"alarmPercentage": 10
}
},
{
"name": "testingtoolkitdfsp",
"currency": "CAD",
"limit": {
"type": "NET_DEBIT_CAP",
"value": 1000000,
"alarmPercentage": 10
}
},
{
"name": "ttkpayeefsp",
"currency": "EUR",
"limit": {
"type": "NET_DEBIT_CAP",
"value": 1000000,
"alarmPercentage": 10
}
},
{
"name": "ttkpayeefsp",
"currency": "GBP",
"limit": {
"type": "NET_DEBIT_CAP",
"value": 1000000,
"alarmPercentage": 10
}
},
{
"name": "ttkpayeefsp",
"currency": "CAD",
"limit": {
"type": "NET_DEBIT_CAP",
"value": 1000000,
"alarmPercentage": 10
}
},
{
"name": "testfsp3",
"currency": "CAD",
"limit": {
"type": "NET_DEBIT_CAP",
"value": 1000000,
"alarmPercentage": 10
}
},
{
"name": "testfsp4",
"currency": "CAD",
"limit": {
"type": "NET_DEBIT_CAP",
"value": 1000000,
"alarmPercentage": 10
}
}
]
Name | Result |
---|---|
response code 200 | PASSED |
Total | 1 / 1 |
Test Name | Assertion Error |
---|
Header Name | Header Value |
---|---|
Content-Type | application/json |
traceparent | 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00 |
{
"currency": "CAD",
"limit": {
"type": "NET_DEBIT_CAP",
"value": "10000000",
"alarmPercentage": 0
}
}
curl 'http://moja-centralledger-service/participants/payerfsp/limits' -X PUT -H 'content-type: application/json' -H 'traceparent: 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00' -H 'user-agent: axios/0.27.2' --data-binary '{"currency":"CAD","limit":{"type":"NET_DEBIT_CAP","value":"10000000","alarmPercentage":0}}' --compressed
{
"content-type": "application/json; charset=utf-8",
"cache-control": "no-cache",
"content-length": "88",
"date": "Tue, 19 Sep 2023 00:17:13 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=5"
}
{
"currency": "CAD",
"limit": {
"type": "NET_DEBIT_CAP",
"value": 10000000,
"alarmPercentage": 0
}
}
Name | Result |
---|---|
response code 200 | PASSED |
Total | 1 / 1 |
Test Name | Assertion Error |
---|
Header Name | Header Value |
---|---|
Content-Type | application/json |
traceparent | 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00 |
{
"currency": "CAD",
"limit": {
"type": "NET_DEBIT_CAP",
"value": "10000000",
"alarmPercentage": 0
}
}
curl 'http://moja-centralledger-service/participants/payeefsp/limits' -X PUT -H 'content-type: application/json' -H 'traceparent: 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00' -H 'user-agent: axios/0.27.2' --data-binary '{"currency":"CAD","limit":{"type":"NET_DEBIT_CAP","value":"10000000","alarmPercentage":0}}' --compressed
{
"content-type": "application/json; charset=utf-8",
"cache-control": "no-cache",
"content-length": "88",
"date": "Tue, 19 Sep 2023 00:17:14 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=5"
}
{
"currency": "CAD",
"limit": {
"type": "NET_DEBIT_CAP",
"value": 10000000,
"alarmPercentage": 0
}
}
Name | Result |
---|---|
response code 200 | PASSED |
Total | 1 / 1 |
Test Name | Assertion Error |
---|
Header Name | Header Value |
---|---|
Content-Type | application/json |
traceparent | 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00 |
{
"currency": "CAD",
"limit": {
"type": "NET_DEBIT_CAP",
"value": "10000000",
"alarmPercentage": 0
}
}
curl 'http://moja-centralledger-service/participants/testfsp1/limits' -X PUT -H 'content-type: application/json' -H 'traceparent: 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00' -H 'user-agent: axios/0.27.2' --data-binary '{"currency":"CAD","limit":{"type":"NET_DEBIT_CAP","value":"10000000","alarmPercentage":0}}' --compressed
{
"content-type": "application/json; charset=utf-8",
"cache-control": "no-cache",
"content-length": "88",
"date": "Tue, 19 Sep 2023 00:17:14 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=5"
}
{
"currency": "CAD",
"limit": {
"type": "NET_DEBIT_CAP",
"value": 10000000,
"alarmPercentage": 0
}
}
Name | Result |
---|---|
response code 200 | PASSED |
Total | 1 / 1 |
Test Name | Assertion Error |
---|
Header Name | Header Value |
---|---|
Content-Type | application/json |
traceparent | 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00 |
{
"currency": "CAD",
"limit": {
"type": "NET_DEBIT_CAP",
"value": "10000000",
"alarmPercentage": 0
}
}
curl 'http://moja-centralledger-service/participants/testfsp2/limits' -X PUT -H 'content-type: application/json' -H 'traceparent: 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00' -H 'user-agent: axios/0.27.2' --data-binary '{"currency":"CAD","limit":{"type":"NET_DEBIT_CAP","value":"10000000","alarmPercentage":0}}' --compressed
{
"content-type": "application/json; charset=utf-8",
"cache-control": "no-cache",
"content-length": "88",
"date": "Tue, 19 Sep 2023 00:17:14 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=5"
}
{
"currency": "CAD",
"limit": {
"type": "NET_DEBIT_CAP",
"value": 10000000,
"alarmPercentage": 0
}
}
Name | Result |
---|---|
response code 200 | PASSED |
Total | 1 / 1 |
Test Name | Assertion Error |
---|
Header Name | Header Value |
---|---|
Content-Type | application/json |
traceparent | 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00 |
{
"currency": "CAD",
"limit": {
"type": "NET_DEBIT_CAP",
"value": "10000000",
"alarmPercentage": 0
}
}
curl 'http://moja-centralledger-service/participants/testfsp3/limits' -X PUT -H 'content-type: application/json' -H 'traceparent: 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00' -H 'user-agent: axios/0.27.2' --data-binary '{"currency":"CAD","limit":{"type":"NET_DEBIT_CAP","value":"10000000","alarmPercentage":0}}' --compressed
{
"content-type": "application/json; charset=utf-8",
"cache-control": "no-cache",
"content-length": "88",
"date": "Tue, 19 Sep 2023 00:17:14 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=5"
}
{
"currency": "CAD",
"limit": {
"type": "NET_DEBIT_CAP",
"value": 10000000,
"alarmPercentage": 0
}
}
Name | Result |
---|---|
response code 200 | PASSED |
Total | 1 / 1 |
Test Name | Assertion Error |
---|
Header Name | Header Value |
---|---|
Content-Type | application/json |
traceparent | 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00 |
{
"currency": "CAD",
"limit": {
"type": "NET_DEBIT_CAP",
"value": "10000000",
"alarmPercentage": 0
}
}
curl 'http://moja-centralledger-service/participants/testfsp4/limits' -X PUT -H 'content-type: application/json' -H 'traceparent: 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00' -H 'user-agent: axios/0.27.2' --data-binary '{"currency":"CAD","limit":{"type":"NET_DEBIT_CAP","value":"10000000","alarmPercentage":0}}' --compressed
{
"content-type": "application/json; charset=utf-8",
"cache-control": "no-cache",
"content-length": "88",
"date": "Tue, 19 Sep 2023 00:17:15 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=5"
}
{
"currency": "CAD",
"limit": {
"type": "NET_DEBIT_CAP",
"value": 10000000,
"alarmPercentage": 0
}
}
Name | Result |
---|---|
response code 200 | PASSED |
Total | 1 / 1 |
Test Name | Assertion Error |
---|
Header Name | Header Value |
---|---|
Content-Type | application/json |
traceparent | 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00 |
curl 'http://moja-centralledger-service/participants/limits' -H 'content-type: application/json' -H 'traceparent: 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00' -H 'user-agent: axios/0.27.2' --compressed
{
"content-type": "application/json; charset=utf-8",
"cache-control": "no-cache",
"content-length": "2509",
"vary": "accept-encoding",
"accept-ranges": "bytes",
"date": "Tue, 19 Sep 2023 00:17:16 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=5"
}
[
{
"name": "payerfsp",
"currency": "EUR",
"limit": {
"type": "NET_DEBIT_CAP",
"value": 10000,
"alarmPercentage": 10
}
},
{
"name": "payerfsp",
"currency": "GBP",
"limit": {
"type": "NET_DEBIT_CAP",
"value": 10000,
"alarmPercentage": 10
}
},
{
"name": "payerfsp",
"currency": "CAD",
"limit": {
"type": "NET_DEBIT_CAP",
"value": 10000000,
"alarmPercentage": 0
}
},
{
"name": "payeefsp",
"currency": "EUR",
"limit": {
"type": "NET_DEBIT_CAP",
"value": 10000,
"alarmPercentage": 10
}
},
{
"name": "payeefsp",
"currency": "GBP",
"limit": {
"type": "NET_DEBIT_CAP",
"value": 10000,
"alarmPercentage": 10
}
},
{
"name": "payeefsp",
"currency": "CAD",
"limit": {
"type": "NET_DEBIT_CAP",
"value": 10000000,
"alarmPercentage": 0
}
},
{
"name": "noresponsepayeefsp",
"currency": "EUR",
"limit": {
"type": "NET_DEBIT_CAP",
"value": 10000,
"alarmPercentage": 10
}
},
{
"name": "noresponsepayeefsp",
"currency": "GBP",
"limit": {
"type": "NET_DEBIT_CAP",
"value": 10000,
"alarmPercentage": 10
}
},
{
"name": "noresponsepayeefsp",
"currency": "CAD",
"limit": {
"type": "NET_DEBIT_CAP",
"value": 10000,
"alarmPercentage": 10
}
},
{
"name": "testfsp1",
"currency": "EUR",
"limit": {
"type": "NET_DEBIT_CAP",
"value": 10000,
"alarmPercentage": 10
}
},
{
"name": "testfsp1",
"currency": "GBP",
"limit": {
"type": "NET_DEBIT_CAP",
"value": 10000,
"alarmPercentage": 10
}
},
{
"name": "testfsp1",
"currency": "CAD",
"limit": {
"type": "NET_DEBIT_CAP",
"value": 10000000,
"alarmPercentage": 0
}
},
{
"name": "testfsp2",
"currency": "EUR",
"limit": {
"type": "NET_DEBIT_CAP",
"value": 10000,
"alarmPercentage": 10
}
},
{
"name": "testfsp2",
"currency": "GBP",
"limit": {
"type": "NET_DEBIT_CAP",
"value": 10000,
"alarmPercentage": 10
}
},
{
"name": "testfsp2",
"currency": "CAD",
"limit": {
"type": "NET_DEBIT_CAP",
"value": 10000000,
"alarmPercentage": 0
}
},
{
"name": "testingtoolkitdfsp",
"currency": "EUR",
"limit": {
"type": "NET_DEBIT_CAP",
"value": 1000000,
"alarmPercentage": 10
}
},
{
"name": "testingtoolkitdfsp",
"currency": "GBP",
"limit": {
"type": "NET_DEBIT_CAP",
"value": 1000000,
"alarmPercentage": 10
}
},
{
"name": "testingtoolkitdfsp",
"currency": "CAD",
"limit": {
"type": "NET_DEBIT_CAP",
"value": 1000000,
"alarmPercentage": 10
}
},
{
"name": "ttkpayeefsp",
"currency": "EUR",
"limit": {
"type": "NET_DEBIT_CAP",
"value": 1000000,
"alarmPercentage": 10
}
},
{
"name": "ttkpayeefsp",
"currency": "GBP",
"limit": {
"type": "NET_DEBIT_CAP",
"value": 1000000,
"alarmPercentage": 10
}
},
{
"name": "ttkpayeefsp",
"currency": "CAD",
"limit": {
"type": "NET_DEBIT_CAP",
"value": 1000000,
"alarmPercentage": 10
}
},
{
"name": "testfsp3",
"currency": "CAD",
"limit": {
"type": "NET_DEBIT_CAP",
"value": 10000000,
"alarmPercentage": 0
}
},
{
"name": "testfsp4",
"currency": "CAD",
"limit": {
"type": "NET_DEBIT_CAP",
"value": 10000000,
"alarmPercentage": 0
}
}
]
Name | Result |
---|---|
response code 200 | PASSED |
Total | 1 / 1 |
Test Name | Assertion Error |
---|
Header Name | Header Value |
---|---|
Accept | application/vnd.interoperability.participants+json;version=1 |
Content-Type | application/vnd.interoperability.participants+json;version=1.0 |
Date | Tue, 19 Sep 2023 00:17:16 GMT |
cache-control | no-cache |
traceparent | 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00 |
{
"oracleIdType": "MSISDN",
"endpoint": {
"value": "http://moja-simulator/oracle",
"endpointType": "URL"
},
"currency": "CAD",
"isDefault": true
}
curl 'http://moja-account-lookup-service-admin/oracles' -H 'content-type: application/vnd.interoperability.participants+json;version=1.0' -H 'accept: application/vnd.interoperability.participants+json;version=1' -H 'date: Tue, 19 Sep 2023 00:17:16 GMT' -H 'cache-control: no-cache' -H 'traceparent: 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00' -H 'user-agent: axios/0.27.2' --data-binary '{"oracleIdType":"MSISDN","endpoint":{"value":"http://moja-simulator/oracle","endpointType":"URL"},"currency":"CAD","isDefault":true}' --compressed
{
"cache-control": "no-cache",
"content-length": "0",
"date": "Tue, 19 Sep 2023 00:17:16 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=5"
}
Name | Result |
---|---|
Total | / |
Test Name | Assertion Error |
---|
Header Name | Header Value |
---|---|
Accept | application/vnd.interoperability.participants+json;version=1 |
Content-Type | application/vnd.interoperability.participants+json;version=1.0 |
Date | Tue, 19 Sep 2023 00:17:16 GMT |
cache-control | no-cache |
traceparent | 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00 |
{
"oracleIdType": "BUSINESS",
"endpoint": {
"value": "http://moja-simulator/oracle",
"endpointType": "URL"
},
"currency": "CAD",
"isDefault": true
}
curl 'http://moja-account-lookup-service-admin/oracles' -H 'content-type: application/vnd.interoperability.participants+json;version=1.0' -H 'accept: application/vnd.interoperability.participants+json;version=1' -H 'date: Tue, 19 Sep 2023 00:17:16 GMT' -H 'cache-control: no-cache' -H 'traceparent: 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00' -H 'user-agent: axios/0.27.2' --data-binary '{"oracleIdType":"BUSINESS","endpoint":{"value":"http://moja-simulator/oracle","endpointType":"URL"},"currency":"CAD","isDefault":true}' --compressed
{
"cache-control": "no-cache",
"content-length": "0",
"date": "Tue, 19 Sep 2023 00:17:16 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=5"
}
Name | Result |
---|---|
Total | / |
Test Name | Assertion Error |
---|
Header Name | Header Value |
---|---|
Accept | application/vnd.interoperability.participants+json;version=1 |
Content-Type | application/vnd.interoperability.participants+json;version=1.0 |
Date | Tue, 19 Sep 2023 00:17:16 GMT |
cache-control | no-cache |
traceparent | 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00 |
{
"oracleIdType": "ALIAS",
"endpoint": {
"value": "http://moja-simulator/oracle",
"endpointType": "URL"
},
"currency": "CAD",
"isDefault": true
}
curl 'http://moja-account-lookup-service-admin/oracles' -H 'content-type: application/vnd.interoperability.participants+json;version=1.0' -H 'accept: application/vnd.interoperability.participants+json;version=1' -H 'date: Tue, 19 Sep 2023 00:17:16 GMT' -H 'cache-control: no-cache' -H 'traceparent: 00-aabb1ab46b53cb1119b31855ff4fa6b5-0123456789abcdef0-00' -H 'user-agent: axios/0.27.2' --data-binary '{"oracleIdType":"ALIAS","endpoint":{"value":"http://moja-simulator/oracle","endpointType":"URL"},"currency":"CAD","isDefault":true}' --compressed
{
"cache-control": "no-cache",
"content-length": "0",
"date": "Tue, 19 Sep 2023 00:17:17 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=5"
}
Name | Result |
---|---|
Total | / |
Test Name | Assertion Error |
---|