Customer Record
OPT Update Customer
Click here to view full details
Use this endpoint to update an existing customer record. This endpoint will require customerId which should be provided in the request parameter.
Upon successful call, this endpoint will return the status of the request.
OPT Get Customer
Click here to view full details
Use this endpoint to retrieve a customer record. This endpoint will require customerId which should be provided in the request parameter.
Upon successful call, this endpoint will return the customer details.
OPT Delete Customer
Click here to view full details
Use this endpoint to delete a customer record. This endpoint will require customerId which should be provided in the request parameter.
Upon successful call, Maya will delete the customer record and returns the status of the request.
OPT Get Customer Links
Click here to view full details
Use this endpoint to get the accounts linked to a customer record. This endpoint will require customerId which should be provided in the request parameter.
Upon successful call, this endpoint will return a list of accounts linked to the customer.
OPT Get Customer Link Details
Click here to view full details
Use this endpoint to get the details of the account linked to the customer. This endpoint will require customerId and linkId which should be provided in the request parameter.
Upon successful call, this endpoint will return the account details linked to the customer.
OPT Delete Customer Link
Click here to view full details
Use this endpoint to unlink an account in a customer record. This endpoint will require customerId and linkId which should be provided in the request parameter.
Upon successful call, Maya will delete the account linked to the customer record and returns the status of the request.
Updated about 2 hours ago