File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -734,9 +734,9 @@ paths:
734734 examples : {}
735735 operationId : merchant.balance.get
736736 description : Get Merchant Account Balance
737- ' /api_key/{x_settle_user } ' :
737+ ' /api_key/{api_user_id } ' :
738738 parameters :
739- - $ref : ' #/components/parameters/x_settle_user '
739+ - $ref : ' #/components/parameters/api_user_id '
740740 put :
741741 summary : merchant.apiKeys.update
742742 operationId : merchant.apiKeys.update
@@ -758,6 +758,17 @@ paths:
758758 ' 200 ' :
759759 description : OK
760760 description : Get API Key
761+ ' /merchant/{merchant_id}/logo ' :
762+ parameters :
763+ - $ref : ' #/components/parameters/merchant_id'
764+ get :
765+ summary : merchant.logo.get
766+ tags : []
767+ responses :
768+ ' 200 ' :
769+ description : OK
770+ operationId : merchant.logo.get
771+ description : Get Merchant Logo
761772components :
762773 schemas :
763774 payment.request.create :
@@ -1956,8 +1967,8 @@ components:
19561967 schema :
19571968 type : string
19581969 description : Merchant SSP User ID
1959- x_settle_user :
1960- name : x_settle_user
1970+ api_user_id :
1971+ name : api_user_id
19611972 in : path
19621973 required : true
19631974 schema :
You can’t perform that action at this time.
0 commit comments