...
Request body parameters
In the Payment API, currently only the POST /v1/session
(Create agent assist session) and POST /v1/digitalsession
(Create digital session) endpoints accept endpoint accepts request body parameters:
agentId
The agent’s ID that is used to identify the call between the customer and agent. Mandatory when the API is called by agent’s backend system.paymentData
Supplies basic payment data.accountConfigurationId
Optional. Used to select an alternative payment account configuration.skipCallTransfer
Optional. Used only for testing purposes . (in the Create agent assist session onlyendpoint.)
Info |
---|
To find out more about parameters, see API Reference. |
...