@@ -2756,6 +2756,7 @@ paths:
27562756 tags :
27572757 - Transfer Recipient
27582758 summary : Create Transfer Recipient
2759+ description : Creates a new recipient. A duplicate account number will lead to the retrieval of the existing record.
27592760 operationId : transferrecipient_create
27602761 requestBody :
27612762 content :
@@ -2780,6 +2781,7 @@ paths:
27802781 tags :
27812782 - Transfer Recipient
27822783 summary : List Transfer Recipients
2784+ description : List transfer recipients available on your integration
27832785 operationId : transferrecipient_list
27842786 parameters :
27852787 - in : query
@@ -2827,6 +2829,8 @@ paths:
28272829 tags :
28282830 - Transfer Recipient
28292831 summary : Bulk Create Transfer Recipient
2832+ description : |
2833+ Create multiple transfer recipients in batches. A duplicate account number will lead to the retrieval of the existing record.
28302834 operationId : transferrecipient_bulk
28312835 requestBody :
28322836 content :
@@ -2838,7 +2842,7 @@ paths:
28382842 $ref : ' #/components/schemas/TransferRecipientBulk'
28392843 responses :
28402844 ' 200 ' :
2841- description : ' '
2845+ description : Sucessful response
28422846 content :
28432847 application/json :
28442848 schema :
@@ -2855,14 +2859,16 @@ paths:
28552859 required : true
28562860 schema :
28572861 type : string
2862+ example : RCP_5ap8rcimmcj8lbi
28582863 get :
28592864 tags :
28602865 - Transfer Recipient
28612866 summary : Fetch Transfer recipient
2867+ description : Fetch the details of a transfer recipient
28622868 operationId : transferrecipient_fetch
28632869 responses :
28642870 ' 200 ' :
2865- description : ' '
2871+ description : Successful response
28662872 content :
28672873 application/json :
28682874 schema :
@@ -2876,7 +2882,8 @@ paths:
28762882 put :
28772883 tags :
28782884 - Transfer Recipient
2879- summary : Update Transfer recipient
2885+ summary : Update Transfer Recipient
2886+ description : Update the details of a transfer recipient
28802887 operationId : transferrecipient_update
28812888 requestBody :
28822889 content :
@@ -2888,7 +2895,7 @@ paths:
28882895 $ref : ' #/components/schemas/TransferRecipientUpdate'
28892896 responses :
28902897 ' 200 ' :
2891- description : ' '
2898+ description : Successful response
28922899 content :
28932900 application/json :
28942901 schema :
@@ -2903,10 +2910,11 @@ paths:
29032910 tags :
29042911 - Transfer Recipient
29052912 summary : Delete Transfer Recipient
2913+ description : Delete a transfer recipient (sets the transfer recipient to inactive)
29062914 operationId : transferrecipient_delete
29072915 responses :
29082916 ' 200 ' :
2909- description : ' '
2917+ description : Successful response
29102918 content :
29112919 application/json :
29122920 schema :
@@ -11526,10 +11534,15 @@ components:
1152611534 properties :
1152711535 type :
1152811536 description : Recipient Type
11529- default : nuban
1153011537 type : string
11538+ enum :
11539+ - nuban
11540+ - ghipss
11541+ - mobile_money
11542+ - basa
11543+ - authorization
1153111544 name :
11532- description : Recipient 's name
11545+ description : The recipient 's name according to their account registration.
1153311546 type : string
1153411547 account_number :
1153511548 description : Recipient's bank account number
@@ -11549,6 +11562,11 @@ components:
1154911562 metadata :
1155011563 description : JSON object of custom data
1155111564 type : object
11565+ example :
11566+ type : nuban
11567+ name : Smith Taplo
11568+ account_number : ' 01000000010'
11569+ bank_code : ' 058'
1155211570 TransferRecipientCreateResponse :
1155311571 type : object
1155411572 properties :
0 commit comments