clientId
provided as a path variable. The request body includes the callback URLs for normal, utility, and invoice operations. The response returns the updated callback URL settings.Field Name | Type | Required | Description |
---|---|---|---|
clientId | string | TRUE | The unique identifier of the client/merchant. |
Field Name | Type | Required | Description |
---|---|---|---|
normal | string | FALSE | The callback URL for normal subledger transactions. |
utility | string | FALSE | The callback URL for utility subledger transactions. |
invoice | string | FALSE | The callback URL for invoice subledger transactions. |
Field Name | Type | Description |
---|---|---|
normal | string | The updated callback URL for normal transactions, or null if not set. |
utility | string | The updated callback URL for utility transactions, or null if not set. |
invoice | string | The updated callback URL for invoice transactions, or null if not set. |