> ## Documentation Index
> Fetch the complete documentation index at: https://notevil.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# CAPLfunctionSCCCreatePaymentDetailsReqIso

[Open topic with navigation](../../../../../CANoeDEFamily.htm#Topics/CAPLFunctions/SmartCharging/Functions/CAPLfunctionSCCCreatePaymentDetailsReqIso.md)

## SCC\_CreatePaymentDetailsReq\_ISO

**CAPL Functions** » **Smart Charging** » **SCC Modeling Libraries (Simulation Setup)** » **V2G Test Functions** » **Shared Functions** » SCC\_CreatePaymentDetailsReq\_ISO

**Valid for:** CANoe DE • CANoe4SW DE

### Function Syntax

```plaintext theme={null}
long SCC_CreatePaymentDetailsReq_ISO 
( byte SessionID[], dword ConfigSection, 
char ContractID[] ) // form 1
```

```plaintext theme={null}
long SCC_CreatePaymentDetailsReq_ISO_AfterCertInstall ( byte SessionID [] ) // form 2
```

### Description

Creates a Payment Details Request message for sending.

Form 2 can be used to create a Payment Details Request using contract certificate chain of a previously received Certificate Installation or Update Response.

### Parameters

* **SessionID**: 8-byte long SessionID of SCC connection, range: 0 - 0xFF FF FF FF FF FF FF FF.
* **ConfigSection**: Number of the section from the test configuration file to use.
* **ContractID**: ID string of the contract (eMAID).

### Return Values

* **1**: If successful.
* **0**: Else (message cannot be sent).

### Example

—
