Query Payment Details Check the details of an ongoing transfer, not the details of a transaction request.
Url: http://{environment-channel-connector-domain}/channel/transfer/{transactionId}
Method: GET
Headers:
Platform-TenantId: {configured-tenantId-in-channel-connector}
Response:
{
"clientRefId": "000000", -- possibly unknown client started it because it is not a required field in the request
"completedTimestamp": "2020-07-06T18:58:46.883", -- possibly null field in case of not yet completed transfer
"transactionId" : "84b34cfc-15ee-4646-902b-d92152028200",
"transferState" : "RECEIVED",
"transferId" : "b155e298-dd7f-4199-9636-fa5ebec2bc58" -- possibly null field, transfer code only captured after transfer sent
}
Initiate Request To Pay Payee asks payer to send amount of money. (currently without confirmation and authorization) The receiving DFSP(payee) of this request will be target of the transfer from the payer.
Register Secondary(Interoperation) Identifier The secondary identifier will be registered to the account in FineractX or FineractCN, if it is connected to another account then it will be re-registered for the new account. It will be also registered in the Oracle system used by Mojaloop to lookup parties, same re-registration is used here.
Url: http://{environment-channel-connector-domain}/channel/partyRegistration
Method: POST
Headers:
Platform-TenantId: {configured-tenantId-in-channel-connector}
Content-Type: application/json
Body:
{
"accountId":"9062b90de19b43989005", -- real savings account number, not external interoperation identifier
"idType": "EMAIL",
"idValue": "test@test.hu"
}
Response: empty