Updates an existing Service Provider details
PUT {{baseUrl}}/service-providers
Allows a registered Service Provider to update its configuration on the server. A Service Provider should call this API first after the successful creation of the project on Mastercard Developers before they call other APIs.
Request Body
{"customerName"=>"ABC Bank", "supportedAccountRange"=>"534403,518145,518152,5403,5424", "senderId"=>"cc-fp@anz", "cardHolderBase"=>"9900000"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{"clientId":"fjl2fxzsYl1OpvxkBItC9nVw1PSQc_b-eQMcmQFg011ab4b5","customerId":"","customerName":"ABC Bank","supportedAccountRange":"534403, 518145, 518152, 5403, 5424","email":"John.Doe@mail.com","status":"ACTIVE","senderId":"cc-fp@anz","ica":"24528","cardHolderBase":"9900000"}