Update Customer Delegate

Various actions for updating a customer delegate such as linking to a new customer.

SecurityMarketplace API Key | Merchant Secret Token | Admin JWT
Request
path Parameters
customerDelegateId
required
string
Request Body schema: application/json
required
One of:
required
object (LinkCustomerToDelegate1)

Link this customer delegate with the given merchant customer. Payment sources saved against a delegate will be available when signing in on behalf of any customers the delegate is linked to.

Responses
200
400
401
403
404
405
406
409
422
429
500
503
patch/customers/delegates/{customerDelegateId}
Request samples
application/json
{
  • "LinkCustomerToDelegate": {
    }
}
Response samples
application/json
{
  • "customerDelegateId": "custd_Z2OS05JDfRbNb_S1",
  • "delegateEmailAddress": "lucy.diamond@star.com",
  • "delegatePhoneNumber": "+61401234567",
  • "delegateName": "string",
  • "linkedCustomers": [
    ]
}
Copyright © April Solutions 2023. All right reserved.