Self Third Party Transfer Api
Functions
Add TPT Beneficiary Api to add third party beneficiary linked to current user. Parameter Definitions name : Nick name for beneficiary, should be unique for an self service user officeName : Office Name of beneficiary(not id) accountNumber : Account Number of beneficiary(not id) transferLimit : Each transfer initiated to this account will not exceed this amount Example Requests: /self/beneficiaries/tpt Mandatory Fields: name, officeName, accountNumber, accountType Optional Fields: transferLimit Responses:
Delete TPT Beneficiary Api to delete third party beneficiary linked to current user. Example Requests: /self/beneficiaries/tpt/{beneficiaryId} Responses:
Get All TPT Beneficiary Api to get all third party beneficiary linked to current user. Example Requests: /self/beneficiaries/tpt Responses:
Beneficiary Third Party Transfer Template Returns Account Type enumerations. Self User is expected to know office name and account number to be able to add beneficiary. Example Requests: /self/beneficiaries/tpt/template Responses:
Update TPT Beneficiary Api to update third party beneficiary linked to current user. Example Requests: /self/beneficiaries/tpt/{beneficiaryId} Optional Fields: name, transferLimit Responses: