| Bookmark Name | Actions |
|---|
Account
| Name | Description | Introduced In |
|---|---|---|
| newAccountShortTermDeposit | This API allows the user to create a short term deposit (User Journey in Campaigns Flow). | 2020.04 |
| newCashIncentiveAccount | This API allows a user to open a savings account through campaigns. This API only works for Mobile Banking. | 2020.04 |
| newLoanAccount | This API allows the user to create a loan account (User Journey in Campaigns Flow). | 2020.04 |
|
Description: |
This API allows the user to create a short term deposit (User Journey in Campaigns Flow). |
|||||
|
Method: |
customVerb |
|||||
|
URL: |
/services/data/v1/RBObjects/operations/Accounts/newAccountShortTermDeposit |
|||||
|
Security Level: |
Authorized App User |
|||||
| Header Request | X-Kony-Authorization | |||||
|
Body Request: |
Parameters amount (Mandatory) Specifies the amount that is being used for the deposit. campaignId Specifies the unique ID of the campaign. payingAccount Specifies the account from which the amount is being debited. payoutAccount Specifies the account to which the amount is being credited. productId Specifies any feature Request from the user while submitting feedback userId Specifies the unique ID of the user. {
amount: 1
campaignId: "d1b3f6a4-586f-400d-a25e-ab88a163d953"
payingAccount: "81094"
payoutAccount: "79901"
productId: "PRODUCT9"
userId: "1002496540"
}
|
|||||
|
Response |
Parameters accountID Specifies the unique ID of the account. success Specifies whether the operation is a success or failure {
"accountID":""
"success":""
}
|
|||||
| Service Flow: |
|
|
Description: |
This API allows a user to open a savings account through campaigns. This API only works for Mobile Banking. |
|||||
|
Method: |
customVerb |
|||||
|
URL: |
/services/data/v1/RBObjects/operations/Accounts/newCashIncentiveAccount |
|||||
|
Security Level: |
Authorized App User |
|||||
| Header Request | X-Kony-Authorization | |||||
|
Body Request: |
Parameters amount (Mandatory) Specifies the rating given by the user campaignId Specifies the unique ID of the campaign. productType Specifies the type of product such as Loans, Savings, Checking, and so on. currencyCode Specifies the unique code of the currency in which the loan is being availed. userId Specifies the unique ID of the user. {
"campaignId": "",
"userId": "",
"productType": "",//Possible values: Savings, Checking, Deposit
"currencyCode": "",
"amount": ""
}
|
|||||
|
Response |
Parameters accountID Specifies the unique ID of the account. success Specifies whether the operation is a success or failure {
"accountID":""
"success":""
}
|
|||||
| Service Flow: |
|
|
Description: |
This API allows the user to create a loan account (User Journey in Campaigns Flow). |
|||||
|
Method: |
customVerb |
|||||
|
URL: |
/services/data/v1/RBObjects/operations/Accounts/newLoanAccount |
|||||
|
Security Level: |
Authorized App User |
|||||
| Header Request | X-Kony-Authorization | |||||
|
Body Request: |
Parameters amount Specifies the amount that is available as a loan. term Specifies the term of the loan duration. productType Specifies the type of product such as Loans, Savings, Checking, and so on. currencyCode Specifies the unique code of the currency in which the loan is being availed. campaignId Specifies the unique ID of the campaign. userId Specifies the unique ID of the user. {
"amount": "10000",
"term": "6M",
"productType": "Loan",
"currencyCode": "EUR",
campaignId: "d1b3f6a4-586f-400d-a25e-ab88a163d953",
userId: "1002496540"
}
|
|||||
|
Response |
Parameters accountID Specifies the unique ID of the account. success Specifies whether the operation is a success or failure {
"accountID":""
"success":""
}
|
|||||
| Service Flow: |
|
Add Bookmark
save your best linksView Bookmarks
Visit your best linksIn this topic
Are you sure you want to log-off?