SelfThirdPartyTransferApi

Functions

Link copied to clipboard
abstract suspend fun add(postSelfBeneficiariesTPTRequest: PostSelfBeneficiariesTPTRequest): PostSelfBeneficiariesTPTResponse

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:

Link copied to clipboard
abstract suspend fun delete22(beneficiaryId: Long): DeleteSelfBeneficiariesTPTBeneficiaryIdResponse

Delete TPT Beneficiary Api to delete third party beneficiary linked to current user. Example Requests: /self/beneficiaries/tpt/{beneficiaryId} Responses:

Link copied to clipboard

Get All TPT Beneficiary Api to get all third party beneficiary linked to current user. Example Requests: /self/beneficiaries/tpt Responses:

Link copied to clipboard

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:

Link copied to clipboard
abstract suspend fun update23(beneficiaryId: Long, putSelfBeneficiariesTPTBeneficiaryIdRequest: PutSelfBeneficiariesTPTBeneficiaryIdRequest): PutSelfBeneficiariesTPTBeneficiaryIdResponse

Update TPT Beneficiary Api to update third party beneficiary linked to current user. Example Requests: /self/beneficiaries/tpt/{beneficiaryId} Optional Fields: name, transferLimit Responses: