CentralPay Documentation CentralPay Documentation
  • Informations générales
  • Documentation
  • Développeurs
CentralPay Documentation CentralPay Documentation
  • Informations générales
  • Documentation
  • Développeurs

Développeurs

  • Icône de dossier fermée Icône d’ouverture de dossierHow to use the swagger >
  • Icône de dossier fermée Icône d’ouverture de dossierAuthentication 3DS 2.2 >
  • Icône de dossier fermée Icône d’ouverture de dossierBankAccount >
  • Icône de dossier fermée Icône d’ouverture de dossierCard token
  • Icône de dossier fermée Icône d’ouverture de dossierCARD Transaction
    • Transaction
    • Card
    • Credit
    • Disputes
  • Icône de dossier fermée Icône d’ouverture de dossierCharge
  • Icône de dossier fermée Icône d’ouverture de dossierCustomer >
  • Icône de dossier fermée Icône d’ouverture de dossierInstallment Payment >
  • Icône de dossier fermée Icône d’ouverture de dossierMerchantInfo >
  • Icône de dossier fermée Icône d’ouverture de dossierOnboarding
    • Create Enrollement
    • Complete enrollment
    • Update enrollment
    • Search enrollement
    • Enrollment Details
    • E-money
    • Misc
  • Icône de dossier fermée Icône d’ouverture de dossierPayout >
  • Icône de dossier fermée Icône d’ouverture de dossierRefund >
  • Icône de dossier fermée Icône d’ouverture de dossierPayment Request >
  • Icône de dossier fermée Icône d’ouverture de dossierSCT Transaction
    • SCT Transaction
    • SCT Transaction Reversal
    • Bank Reconciliation
    • Bank Reconciliation external
  • Icône de dossier fermée Icône d’ouverture de dossierSDD Transaction
    • Mandate
    • SDD Transaction
    • SDD Transaction Reversal
  • Icône de dossier fermée Icône d’ouverture de dossierSubscription
    • Subscription Model
    • Subscription
    • Invoice & invoiceItem
  • Icône de dossier fermée Icône d’ouverture de dossierTransfer >
  • Icône de dossier fermée Icône d’ouverture de dossierTransferReversal >
  • Icône de dossier fermée Icône d’ouverture de dossierWallet >
  • Icône de dossier fermée Icône d’ouverture de dossierBlacklist >
  • Icône de dossier fermée Icône d’ouverture de dossierWhiteList >
  • Icône de dossier fermée Icône d’ouverture de dossierWebhook notifications
    • The BANKACCOUNT object
    • The CARD object
    • The CREDIT object
    • The CUSTOMER object
    • The DEPOSIT object
    • The DISPUTE object
    • The INSTALLMENT object
    • The ONBOARDING object
    • The PAYMENT REQUEST object
    • The PAYOUT object
    • The REFUND object
    • The SCT Transaction object
    • The SDD TRANSACTION object
    • The MANDATE object
    • The SUBSCRIPTION object
    • The TRANSACTION object
    • The TRANSFER REVERSAL object
    • The TRANSFER object
    • The WIRETRANSFER object (Deprecated)
  • Icône de dossier fermée Icône d’ouverture de dossierObject status
    • PAYMENT REQUEST status
    • TRANSACTION status
    • REFUND status
    • CREDIT status
    • DISPUTES status
    • SUBSCRIPTION status
    • INSTALLMENT status
    • SDD TRANSACTION status
    • MANDATE status
    • BANK ACCOUNT status
    • PAYOUT status
    • SCT TRANSACTION status
  • Icône de dossier fermée Icône d’ouverture de dossierResources by type
    • Codes
      • HTTP Codes
      • Bank return codes
      • Currency codes
      • SDD return codes
      • Country codes
      • Transfer purpose codes
      • SDD purpose codes
      • Error codes
    • Test values
      • Test IBAN values
      • Test cards Values

The INSTALLMENT object

Temps estimé :12 minutes
INSTALLMENTPAYMENT_CREATED
When an installment is created
{
  "eventId": "ab0c4d87-336d-4f1d-94ac-8a19e91c90df",
  "type": "INSTALLMENTPAYMENT_CREATED",
  "creationDate": "2024-01-05T16:47:16.962837+01:00",
  "object": {
    "additionalData": {
      "Key1": "val1"
    },
    "amount": 1000,
    "card": {
      "commercialBrand": "MASTERCARD",
      "first6": "532509",
      "last4": "0008",
      "uuid": "4680d102-96b0-4fba-b00c-3375ee610fc7"
    },
    "cardId": "4680d102-96b0-4fba-b00c-3375ee610fc7",
    "contractId": "a674d481-4805-4a66-915a-67956efca36f",
    "creationDate": "2024-01-05T16:47:14.425730+01:00",
    "currency": "EUR",
    "customerId": "33c36fb3-fec8-4930-9cb6-32e2b76d61c9",
    "depositAmount": 0,
    "endUserIp": "245.100.1.15",
    "feeAmount": 0,
    "installmentPaymentId": "1da9892e-d71c-40a9-8637-c259d3076582",
    "installments": [
      {
        "amount": 500,
        "attemptCount": 1,
        "creationDate": "2024-01-05T16:47:14.425041+01:00",
        "currency": "EUR",
        "customerId": "33c36fb3-fec8-4930-9cb6-32e2b76d61c9",
        "installmentId": "d70bceea-1b4b-454f-ae04-3cfa5e877e01",
        "installmentPaymentId": "1da9892e-d71c-40a9-8637-c259d3076582",
        "paid": true,
        "sddTransactions": [],
        "transactionDatas": [
          {
            "creationDate": "2024-01-05T16:47:15.250593+01:00",
            "uuid": "8b1b6eb7-c492-4a3f-913e-46c84836b50d"
          }
        ],
        "transactions": [
          "8b1b6eb7-c492-4a3f-913e-46c84836b50d"
        ],
        "type": "INSTALLMENT"
      },
      {
        "amount": 500,
        "attemptCount": 0,
        "creationDate": "2024-01-05T16:47:14.425434+01:00",
        "currency": "EUR",
        "customerId": "33c36fb3-fec8-4930-9cb6-32e2b76d61c9",
        "installmentId": "8a2fea18-7ce7-4320-a398-3aec7c7cd7e9",
        "installmentPaymentId": "1da9892e-d71c-40a9-8637-c259d3076582",
        "nextTransactionAttempt": "2024-02-05T04:00+01:00",
        "paid": false,
        "sddTransactions": [],
        "transactions": [],
        "type": "INSTALLMENT"
      }
    ],
    "intervalCount": 1,
    "intervalUnit": "MONTH",
    "iterationCount": 2,
    "merchantInstallmentPaymentId": "MIP_001",
    "pointOfSale": {
      "name": "Corben Dallas",
      "uuid": "7d99a970-cc26-4de8-aa5d-d9ebf4088247"
    },
    "pointOfSaleId": "7d99a970-cc26-4de8-aa5d-d9ebf4088247",
    "startingDate": "2024-01-05",
    "status": "ACTIVE"
  },
  "requestId": "66ec59e5-3f88-4cbd-a01f-b6be126084bf"
}

INSTALLMENTPAYMENT_FAILED
When an installment failed
{
  "eventId": "4e1bbe68-906d-4e33-923d-dfee760a2261",
  "type": "INSTALLMENTPAYMENT_FAILED",
  "creationDate": "2024-01-05T16:34:31.349325+01:00",
  "object": {
    "additionalData": {
      "Key1": "val1"
    },
    "amount": 1000,
    "card": {
      "commercialBrand": "MASTERCARD",
      "first6": "532509",
      "last4": "0008",
      "uuid": "4680d102-96b0-4fba-b00c-3375ee610fc7"
    },
    "cardId": "4680d102-96b0-4fba-b00c-3375ee610fc7",
    "contractId": "a674d481-4805-4a66-915a-67956efca36f",
    "creationDate": "2024-01-05T16:34:29.520817+01:00",
    "currency": "EUR",
    "customerId": "33c36fb3-fec8-4930-9cb6-32e2b76d61c9",
    "depositAmount": 0,
    "endUserIp": "245.100.1.15",
    "feeAmount": 0,
    "installmentPaymentId": "0453a075-211f-4d0a-8947-e05cd6bd33fc",
    "installments": [
      {
        "amount": 500,
        "attemptCount": 1,
        "creationDate": "2024-01-05T16:34:29.520151+01:00",
        "currency": "EUR",
        "customerId": "33c36fb3-fec8-4930-9cb6-32e2b76d61c9",
        "installmentId": "6fe13fbd-10d6-406d-93af-31f5d682db99",
        "installmentPaymentId": "0453a075-211f-4d0a-8947-e05cd6bd33fc",
        "paid": false,
        "sddTransactions": [],
        "transactionDatas": [
          {
            "creationDate": "2024-01-05T16:34:30.385545+01:00",
            "uuid": "f061fa00-8494-4eca-b9d1-f54d36125d7d"
          }
        ],
        "transactions": [
          "f061fa00-8494-4eca-b9d1-f54d36125d7d"
        ],
        "type": "INSTALLMENT"
      },
      {
        "amount": 500,
        "attemptCount": 0,
        "creationDate": "2024-01-05T16:34:29.520525+01:00",
        "currency": "EUR",
        "customerId": "33c36fb3-fec8-4930-9cb6-32e2b76d61c9",
        "installmentId": "9d1fdd64-a45c-4f30-afb2-36734fdfbf39",
        "installmentPaymentId": "0453a075-211f-4d0a-8947-e05cd6bd33fc",
        "paid": false,
        "sddTransactions": [],
        "transactions": [],
        "type": "INSTALLMENT"
      }
    ],
    "intervalCount": 1,
    "intervalUnit": "MONTH",
    "iterationCount": 2,
    "merchantInstallmentPaymentId": "MIP_001",
    "pointOfSale": {
      "name": "Corben Dallas",
      "uuid": "7d99a970-cc26-4de8-aa5d-d9ebf4088247"
    },
    "pointOfSaleId": "7d99a970-cc26-4de8-aa5d-d9ebf4088247",
    "startingDate": "2024-01-05",
    "status": "CANCELED"
  },
  "requestId": "60a91f69-2549-4652-96ee-25fb58f48f56"
}

INSTALLMENTPAYMENT_UPDATED
When an installment is updated
    {
        "installmentPaymentId": "2351a31a-3c84-4681-8a83-cd5f260d78ab",
        "creationDate": "2021-09-09T09:49:00.941254+02:00",
        "pointOfSaleId": "cfc0b3c7-e666-4c52-b77a-96f234b873fe",
        "contractId": "71602dd0-2790-4743-877b-e72530d7576d",
        "customerId": "3036e768-071e-4119-abd8-57d50581c371",
        "cardId": "06a45250-8e22-41aa-a97a-284c225419a5",
        "paymentRequestBreakdownId": "6e5ba89d-d275-4174-8cfd-9418dc6bd303",
        "paymentRequestId": "c796df20-258e-4645-90d8-aad70349c547",
        "mandateId": "f65ea8ce-5171-4c1e-8b8f-69654e0acf4e",
        "depositStartingDate": null,
        "startingDate": "2021-09-09",
        "requestedCollectionDate": null,
        "merchantInstallmentPaymentId": null,
        "endUserIp": "92.154.127.221",
        "endUserLanguage": null,
        "amount": 300,
        "depositAmount": 0,
        "feeAmount": 0,
        "currency": "EUR",
        "description": null,
        "intervalUnit": "WEEK",
        "intervalCount": 1,
        "iterationCount": 3,
        "status": "ACTIVE",
        "endToEndIdentification": null,
        "remittanceInformation": "BCDEB2DEEB6E",
        "installments": [
            {
                "installmentId": "ee6f170c-710a-4a9d-a79f-c163de336530",
                "creationDate": "2021-09-09T09:49:00.940625+02:00",
                "installmentPaymentId": "2351a31a-3c84-4681-8a83-cd5f260d78ab",
                "customerId": "3036e768-071e-4119-abd8-57d50581c371",
                "mandateId": "f65ea8ce-5171-4c1e-8b8f-69654e0acf4e",
                "amount": 100,
                "currency": "EUR",
                "attemptCount": 1,
                "paid": true,
                "type": "INSTALLMENT",
                "nextTransactionAttempt": null,
                "transactions": [],
                "sddTransactions": [
                    "116adfc1-7996-4bd7-9678-d4a2b1a77762"
                ]
            },
            {
                "installmentId": "26d5e572-4740-4c30-bbb8-5d2251e13e1d",
                "creationDate": "2021-09-09T09:49:00.941206+02:00",
                "installmentPaymentId": "2351a31a-3c84-4681-8a83-cd5f260d78ab",
                "customerId": "3036e768-071e-4119-abd8-57d50581c371",
                "mandateId": "f65ea8ce-5171-4c1e-8b8f-69654e0acf4e",
                "amount": 100,
                "currency": "EUR",
                "attemptCount": 0,
                "paid": false,
                "type": "INSTALLMENT",
                "nextTransactionAttempt": "2021-09-16T08:00+02:00",
                "transactions": [],
                "sddTransactions": []
            },
            {
                "installmentId": "afe58afd-712d-415f-adf5-70e980c73b57",
                "creationDate": "2021-09-09T09:49:00.941224+02:00",
                "installmentPaymentId": "2351a31a-3c84-4681-8a83-cd5f260d78ab",
                "customerId": "3036e768-071e-4119-abd8-57d50581c371",
                "mandateId": "f65ea8ce-5171-4c1e-8b8f-69654e0acf4e",
                "amount": 100,
                "currency": "EUR",
                "attemptCount": 0,
                "paid": false,
                "type": "INSTALLMENT",
                "nextTransactionAttempt": "2021-09-23T08:00+02:00",
                "transactions": [],
                "sddTransactions": []
            }
        ],
        "additionalData": []
    }

INSTALLMENTPAYMENT_CANCELED
When an installment is cancelled
{
  "eventId": "47253f14-814e-4cf8-9582-be869145a80f",
  "type": "INSTALLMENTPAYMENT_CANCELED",
  "creationDate": "2024-01-05T16:34:31.276257+01:00",
  "object": {
    "additionalData": {
      "Key1": "val1"
    },
    "amount": 1000,
    "card": {
      "commercialBrand": "MASTERCARD",
      "first6": "532509",
      "last4": "0008",
      "uuid": "4680d102-96b0-4fba-b00c-3375ee610fc7"
    },
    "cardId": "4680d102-96b0-4fba-b00c-3375ee610fc7",
    "contractId": "a674d481-4805-4a66-915a-67956efca36f",
    "creationDate": "2024-01-05T16:34:29.520817+01:00",
    "currency": "EUR",
    "customerId": "33c36fb3-fec8-4930-9cb6-32e2b76d61c9",
    "depositAmount": 0,
    "endUserIp": "245.100.1.15",
    "feeAmount": 0,
    "installmentPaymentId": "0453a075-211f-4d0a-8947-e05cd6bd33fc",
    "installments": [
      {
        "amount": 500,
        "attemptCount": 1,
        "creationDate": "2024-01-05T16:34:29.520151+01:00",
        "currency": "EUR",
        "customerId": "33c36fb3-fec8-4930-9cb6-32e2b76d61c9",
        "installmentId": "6fe13fbd-10d6-406d-93af-31f5d682db99",
        "installmentPaymentId": "0453a075-211f-4d0a-8947-e05cd6bd33fc",
        "paid": false,
        "sddTransactions": [],
        "transactionDatas": [
          {
            "creationDate": "2024-01-05T16:34:30.385545+01:00",
            "uuid": "f061fa00-8494-4eca-b9d1-f54d36125d7d"
          }
        ],
        "transactions": [
          "f061fa00-8494-4eca-b9d1-f54d36125d7d"
        ],
        "type": "INSTALLMENT"
      },
      {
        "amount": 500,
        "attemptCount": 0,
        "creationDate": "2024-01-05T16:34:29.520525+01:00",
        "currency": "EUR",
        "customerId": "33c36fb3-fec8-4930-9cb6-32e2b76d61c9",
        "installmentId": "9d1fdd64-a45c-4f30-afb2-36734fdfbf39",
        "installmentPaymentId": "0453a075-211f-4d0a-8947-e05cd6bd33fc",
        "paid": false,
        "sddTransactions": [],
        "transactions": [],
        "type": "INSTALLMENT"
      }
    ],
    "intervalCount": 1,
    "intervalUnit": "MONTH",
    "iterationCount": 2,
    "merchantInstallmentPaymentId": "MIP_001",
    "pointOfSale": {
      "name": "Corben Dallas",
      "uuid": "7d99a970-cc26-4de8-aa5d-d9ebf4088247"
    },
    "pointOfSaleId": "7d99a970-cc26-4de8-aa5d-d9ebf4088247",
    "startingDate": "2024-01-05",
    "status": "CANCELED"
  },
  "requestId": "1bac71b6-6d40-4618-b772-95c926cbeab2"
}

INSTALLMENTPAYMENT_ACTIVATED
When an installment is activated

INSTALLMENTPAYMENT_FAILURE
When an installment failed to be paid

INSTALLMENTPAYMENT_PAID
When an installment is paid
{
  "eventId": "17198557-e18a-4e75-a88f-d23ea841a641",
  "type": "INSTALLMENTPAYMENT_PAID",
  "creationDate": "2024-01-30T12:19:22.324713+01:00",
  "object": {
    "additionalData": {},
    "amount": 100000,
    "card": {
      "commercialBrand": "VISA",
      "first6": "403203",
      "last4": "2700",
      "uuid": "7af37b48-4c0a-4e5d-81ec-0ecd6758ee82"
    },
    "cardId": "7af37b48-4c0a-4e5d-81ec-0ecd6758ee82",
    "contractId": "a674d481-4805-4a66-915a-67956efca36f",
    "creationDate": "2024-01-15T12:40:35.818249+01:00",
    "currency": "EUR",
    "customerId": "1d281559-80b2-45c0-9930-6fb94651d6b7",
    "depositAmount": 0,
    "endUserIp": "91.229.230.41",
    "endUserLanguage": "eng",
    "feeAmount": 0,
    "installmentPaymentId": "78e28b54-708c-45a7-a6ef-d3c1672ffe49",
    "installments": [
      {
        "amount": 50000,
        "attemptCount": 1,
        "creationDate": "2024-01-15T12:40:35.818185+01:00",
        "currency": "EUR",
        "customerId": "1d281559-80b2-45c0-9930-6fb94651d6b7",
        "installmentId": "c3c2eb3c-9935-4eb1-a9bd-42f62f1c035c",
        "installmentPaymentId": "78e28b54-708c-45a7-a6ef-d3c1672ffe49",
        "paid": true,
        "sddTransactions": [],
        "transactionDatas": [
          {
            "creationDate": "2024-01-15T12:40:36.418127+01:00",
            "uuid": "7f642ab2-5c15-4420-b85a-a97cb819844d"
          }
        ],
        "transactions": [
          "7f642ab2-5c15-4420-b85a-a97cb819844d"
        ],
        "type": "INSTALLMENT"
      },
      {
        "amount": 50000,
        "attemptCount": 1,
        "creationDate": "2024-01-15T12:40:35.818207+01:00",
        "currency": "EUR",
        "customerId": "1d281559-80b2-45c0-9930-6fb94651d6b7",
        "installmentId": "6eaf48a5-d0df-40d2-bd62-a297444d37d2",
        "installmentPaymentId": "78e28b54-708c-45a7-a6ef-d3c1672ffe49",
        "paid": true,
        "sddTransactions": [],
        "transactionDatas": [
          {
            "creationDate": "2024-01-30T12:19:20.941639+01:00",
            "uuid": "ea71af48-6048-46e0-8703-7cb3e0a24b65"
          }
        ],
        "transactions": [
          "ea71af48-6048-46e0-8703-7cb3e0a24b65"
        ],
        "type": "INSTALLMENT"
      }
    ],
    "intervalCount": 1,
    "intervalUnit": "MONTH",
    "iterationCount": 2,
    "paymentRequestBreakdownId": "b665743f-6671-4749-9727-f801c0d9915a",
    "paymentRequestId": "3192c6e1-89e6-4d5a-9d96-3208b37f5c3f",
    "pointOfSale": {
      "name": "Corben Dallas",
      "uuid": "7d99a970-cc26-4de8-aa5d-d9ebf4088247"
    },
    "pointOfSaleId": "7d99a970-cc26-4de8-aa5d-d9ebf4088247",
    "startingDate": "2023-12-15",
    "status": "PAID"
  },
  "requestId": "7ef61f64-e4e9-4021-8d29-c4b449b762f8"
}

INSTALLMENTPAYMENT_UNPAID
When an installment is unpaid
    {
        "installmentPaymentId": "67e18dd5-f990-425f-9234-908ec3e17b4a",
        "creationDate": "2021-09-03T10:38:16.811541+02:00",
        "pointOfSaleId": "cfc0b3c7-e666-4c52-b77a-96f234b873fe",
        "contractId": "71602dd0-2790-4743-877b-e72530d7576d",
        "customerId": "5d6f77d7-2a77-4ec0-9789-aff4a65751a5",
        "cardId": "d3143e10-9660-48bb-b6a6-b2e1100ecf6f",
        "paymentRequestBreakdownId": null,
        "paymentRequestId": null,
        "mandateId": null,
        "depositStartingDate": "2021-09-03",
        "startingDate": "2021-09-17",
        "requestedCollectionDate": null,
        "merchantInstallmentPaymentId": "testInstall",
        "endUserIp": "91.229.230.41",
        "endUserLanguage": "fre",
        "amount": 550000,
        "depositAmount": 50000,
        "feeAmount": 0,
        "currency": "EUR",
        "description": null,
        "intervalUnit": "WEEK",
        "intervalCount": 2,
        "iterationCount": 10,
        "status": "UNPAID",
        "endToEndIdentification": null,
        "remittanceInformation": null,
        "installments": [
            {
                "installmentId": "1a123952-cc30-47c2-8f2e-1b6182fd25a6",
                "creationDate": "2021-09-03T10:38:16.809510+02:00",
                "installmentPaymentId": "67e18dd5-f990-425f-9234-908ec3e17b4a",
                "customerId": "5d6f77d7-2a77-4ec0-9789-aff4a65751a5",
                "mandateId": null,
                "amount": 50000,
                "currency": "EUR",
                "attemptCount": 1,
                "paid": false,
                "type": "DEPOSIT",
                "nextTransactionAttempt": "2021-09-03T08:00+02:00",
                "transactions": [
                    "91c604d8-a63c-483c-87aa-f03181a634b5"
                ],
                "sddTransactions": []
            },
            {
                "installmentId": "28754849-1b22-491b-bc15-7f38d0c9a988",
                "creationDate": "2021-09-03T10:38:16.810529+02:00",
                "installmentPaymentId": "67e18dd5-f990-425f-9234-908ec3e17b4a",
                "customerId": "5d6f77d7-2a77-4ec0-9789-aff4a65751a5",
                "mandateId": null,
                "amount": 50000,
                "currency": "EUR",
                "attemptCount": 0,
                "paid": false,
                "type": "INSTALLMENT",
                "nextTransactionAttempt": "2021-09-17T08:00+02:00",
                "transactions": [],
                "sddTransactions": []
            },
            {
                "installmentId": "666f0320-7766-464e-949b-e7ce9997a173",
                "creationDate": "2021-09-03T10:38:16.810564+02:00",
                "installmentPaymentId": "67e18dd5-f990-425f-9234-908ec3e17b4a",
                "customerId": "5d6f77d7-2a77-4ec0-9789-aff4a65751a5",
                "mandateId": null,
                "amount": 50000,
                "currency": "EUR",
                "attemptCount": 0,
                "paid": false,
                "type": "INSTALLMENT",
                "nextTransactionAttempt": "2021-10-01T08:00+02:00",
                "transactions": [],
                "sddTransactions": []
            },
            {
                "installmentId": "1b88ddcc-5c9e-4b43-a3cc-6792d9162ea4",
                "creationDate": "2021-09-03T10:38:16.810582+02:00",
                "installmentPaymentId": "67e18dd5-f990-425f-9234-908ec3e17b4a",
                "customerId": "5d6f77d7-2a77-4ec0-9789-aff4a65751a5",
                "mandateId": null,
                "amount": 50000,
                "currency": "EUR",
                "attemptCount": 0,
                "paid": false,
                "type": "INSTALLMENT",
                "nextTransactionAttempt": "2021-10-15T08:00+02:00",
                "transactions": [],
                "sddTransactions": []
            },
            {
                "installmentId": "1f25ec3c-d846-4f9c-80e9-c5b86adef8eb",
                "creationDate": "2021-09-03T10:38:16.810595+02:00",
                "installmentPaymentId": "67e18dd5-f990-425f-9234-908ec3e17b4a",
                "customerId": "5d6f77d7-2a77-4ec0-9789-aff4a65751a5",
                "mandateId": null,
                "amount": 50000,
                "currency": "EUR",
                "attemptCount": 0,
                "paid": false,
                "type": "INSTALLMENT",
                "nextTransactionAttempt": "2021-10-29T08:00+02:00",
                "transactions": [],
                "sddTransactions": []
            },
            {
                "installmentId": "9d206cee-565d-4181-9987-d65f82a0ffaa",
                "creationDate": "2021-09-03T10:38:16.810609+02:00",
                "installmentPaymentId": "67e18dd5-f990-425f-9234-908ec3e17b4a",
                "customerId": "5d6f77d7-2a77-4ec0-9789-aff4a65751a5",
                "mandateId": null,
                "amount": 50000,
                "currency": "EUR",
                "attemptCount": 0,
                "paid": false,
                "type": "INSTALLMENT",
                "nextTransactionAttempt": "2021-11-12T07:00+01:00",
                "transactions": [],
                "sddTransactions": []
            },
            {
                "installmentId": "4fecfcf0-7b4a-4241-a716-a56bc840bd20",
                "creationDate": "2021-09-03T10:38:16.810621+02:00",
                "installmentPaymentId": "67e18dd5-f990-425f-9234-908ec3e17b4a",
                "customerId": "5d6f77d7-2a77-4ec0-9789-aff4a65751a5",
                "mandateId": null,
                "amount": 50000,
                "currency": "EUR",
                "attemptCount": 0,
                "paid": false,
                "type": "INSTALLMENT",
                "nextTransactionAttempt": "2021-11-26T07:00+01:00",
                "transactions": [],
                "sddTransactions": []
            },
            {
                "installmentId": "703d1c4f-f1a6-4e30-9a8c-83cd9916f42e",
                "creationDate": "2021-09-03T10:38:16.810634+02:00",
                "installmentPaymentId": "67e18dd5-f990-425f-9234-908ec3e17b4a",
                "customerId": "5d6f77d7-2a77-4ec0-9789-aff4a65751a5",
                "mandateId": null,
                "amount": 50000,
                "currency": "EUR",
                "attemptCount": 0,
                "paid": false,
                "type": "INSTALLMENT",
                "nextTransactionAttempt": "2021-12-10T07:00+01:00",
                "transactions": [],
                "sddTransactions": []
            },
            {
                "installmentId": "4c98d99f-f321-43bf-a37e-801a85d03200",
                "creationDate": "2021-09-03T10:38:16.810646+02:00",
                "installmentPaymentId": "67e18dd5-f990-425f-9234-908ec3e17b4a",
                "customerId": "5d6f77d7-2a77-4ec0-9789-aff4a65751a5",
                "mandateId": null,
                "amount": 50000,
                "currency": "EUR",
                "attemptCount": 0,
                "paid": false,
                "type": "INSTALLMENT",
                "nextTransactionAttempt": "2021-12-24T07:00+01:00",
                "transactions": [],
                "sddTransactions": []
            },
            {
                "installmentId": "893c6120-7f51-4616-9f18-7880c76747fb",
                "creationDate": "2021-09-03T10:38:16.810658+02:00",
                "installmentPaymentId": "67e18dd5-f990-425f-9234-908ec3e17b4a",
                "customerId": "5d6f77d7-2a77-4ec0-9789-aff4a65751a5",
                "mandateId": null,
                "amount": 50000,
                "currency": "EUR",
                "attemptCount": 0,
                "paid": false,
                "type": "INSTALLMENT",
                "nextTransactionAttempt": "2022-01-07T07:00+01:00",
                "transactions": [],
                "sddTransactions": []
            },
            {
                "installmentId": "8bf4e146-8737-4260-84f5-1a95653d1e24",
                "creationDate": "2021-09-03T10:38:16.810671+02:00",
                "installmentPaymentId": "67e18dd5-f990-425f-9234-908ec3e17b4a",
                "customerId": "5d6f77d7-2a77-4ec0-9789-aff4a65751a5",
                "mandateId": null,
                "amount": 50000,
                "currency": "EUR",
                "attemptCount": 0,
                "paid": false,
                "type": "INSTALLMENT",
                "nextTransactionAttempt": "2022-01-21T07:00+01:00",
                "transactions": [],
                "sddTransactions": []
            }
        ],
        "additionalData": []
    }

INSTALLMENT_TRANSACTION_SUCCEEDED
When a transaction of an installment is make
{
  "eventId": "a4bb53ba-c913-4077-bf75-5b3d91c0f026",
  "type": "INSTALLMENT_TRANSACTION_SUCCEEDED",
  "creationDate": "2024-01-05T16:47:16.914769+01:00",
  "object": {
    "amount": 500,
    "attemptCount": 1,
    "creationDate": "2024-01-05T16:47:14.425041+01:00",
    "currency": "EUR",
    "customerId": "33c36fb3-fec8-4930-9cb6-32e2b76d61c9",
    "installmentId": "d70bceea-1b4b-454f-ae04-3cfa5e877e01",
    "installmentPaymentId": "1da9892e-d71c-40a9-8637-c259d3076582",
    "paid": true,
    "sddTransactions": [],
    "transactionDatas": [
      {
        "creationDate": "2024-01-05T16:47:15.250593+01:00",
        "uuid": "8b1b6eb7-c492-4a3f-913e-46c84836b50d"
      }
    ],
    "transactions": [
      "8b1b6eb7-c492-4a3f-913e-46c84836b50d"
    ],
    "type": "INSTALLMENT"
  },
  "requestId": "05809a07-9e49-44be-91c2-4ca357f2a7cc"
}

INSTALLMENT_TRANSACTION_FAILED
When a transaction of an installment is failed
{
  "eventId": "2518ae0a-7e88-4458-86cb-3ef2a71f07bf",
  "type": "INSTALLMENT_TRANSACTION_FAILED",
  "creationDate": "2024-01-05T16:34:31.034977+01:00",
  "object": {
    "amount": 500,
    "attemptCount": 1,
    "creationDate": "2024-01-05T16:34:29.520151+01:00",
    "currency": "EUR",
    "customerId": "33c36fb3-fec8-4930-9cb6-32e2b76d61c9",
    "installmentId": "6fe13fbd-10d6-406d-93af-31f5d682db99",
    "installmentPaymentId": "0453a075-211f-4d0a-8947-e05cd6bd33fc",
    "nextTransactionAttempt": "2024-01-08T04:00+01:00",
    "paid": false,
    "sddTransactions": [],
    "transactionDatas": [
      {
        "creationDate": "2024-01-05T16:34:30.385545+01:00",
        "uuid": "f061fa00-8494-4eca-b9d1-f54d36125d7d"
      }
    ],
    "transactions": [
      "f061fa00-8494-4eca-b9d1-f54d36125d7d"
    ],
    "type": "INSTALLMENT"
  },
  "requestId": "89cb89a8-618a-46f6-8971-c8f84a57f61e"
}
Webhook notifications -Précédent The DISPUTE object Prochain- Webhook notifications The ONBOARDING object
CONTENU

Doc Contents

Doc Footnotes

Doc Elements

  • Mentions légales
  • Politique de confidentialité

© 2024 CentralPay