Skip to main content

GetDirectDebitsResponse

Response containing the direct debits of an identity.

identityIdinteger<int32>required

Identity identifier (SOAP: ID_Identity).

directDebits object[]nullable

The direct debits (SOAP: ListPrelevements).

  • Array [
  • directDebitIdinteger<int32>required

    Direct debit identifier (SOAP: ID_Prelevement).

    identityIdinteger<int32>required

    Identity identifier (SOAP: ID_Identity).

    financialIdinteger<int32>required

    Financial record identifier (SOAP: ID_Financial).

    amountnumber<double>required

    Direct debit amount (SOAP: Amount).

    directDebitNumberinteger<int32>required

    Direct debit sequence number (SOAP: NumPrelevement).

    cardHolderInfo1stringnullable

    Card holder information 1 (SOAP: InfoPorteur1).

    cardHolderInfo2stringnullable

    Card holder information 2 (SOAP: InfoPorteur2).

    statusstringnullable

    Direct debit status (SOAP: Status).

    creationDatestring<date-time>required

    Creation date (SOAP: DateCreation).

    actionstringnullable

    Pending action (SOAP: Action).

    actionDatestring<date-time>required

    Action date (SOAP: DateAction).

    originalFinancialIdinteger<int32>required

    Original financial record identifier (SOAP: OriginalID_Financial).

    orderIdinteger<int32>required

    Order identifier (SOAP: ID_Order).

  • ]
  • GetDirectDebitsResponse
    {
    "identityId": 0,
    "directDebits": [
    {
    "directDebitId": 0,
    "identityId": 0,
    "financialId": 0,
    "amount": 0,
    "directDebitNumber": 0,
    "cardHolderInfo1": "string",
    "cardHolderInfo2": "string",
    "status": "string",
    "creationDate": "2024-07-29T15:51:28.071Z",
    "action": "string",
    "actionDate": "2024-07-29T15:51:28.071Z",
    "originalFinancialId": 0,
    "orderId": 0
    }
    ]
    }