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 PAYMENT REQUEST object

Temps estimé :13 minutes
PAYMENTREQUEST_CREATED
Happen when a payment request is created
{
  "eventId": "75b8f668-c5ce-40c8-ba51-2423004b04d2",
  "type": "PAYMENTREQUEST_CREATED",
  "creationDate": "2024-01-08T11:47:27.515437+01:00",
  "object": {
    "additionalData": {},
    "attachments": [],
    "breakdowns": [
      {
        "amount": 29000,
        "email": "gduhamel@centralpay.eu",
        "endpoint": "https://test-form.centralpay.net/446ae220-96f7-40ec-bd9b-9c8b83e0919b",
        "entered": false,
        "firstName": "Corben",
        "initiator": true,
        "lastName": "DALLAS",
        "paid": false,
        "paymentAttempted": false,
        "paymentRequestBreakdownId": "548c4ce7-d14f-486d-b9ac-b3caa3a9f5b6",
        "payments": [],
        "status": "UNPAID",
        "view": 0
      }
    ],
    "createCustomer": false,
    "creationDate": "2024-01-08T11:47:27.494330+01:00",
    "currency": "EUR",
    "installments": [],
    "language": "fre",
    "linkExpirationDate": "2025-01-07T11:47:27.393093+01:00",
    "merchantPaymentRequestId": "Facture 12334",
    "notificationEmails": [],
    "paymentMethods": [
      "TRANSACTION",
      "SCT_TRANSACTION"
    ],
    "paymentRequestId": "1c3d2a38-5f0e-41d4-a177-cf87fb5da617",
    "paymentRequestStatus": "ACTIVE",
    "paymentStatus": "UNPAID",
    "pointOfSaleId": "7d99a970-cc26-4de8-aa5d-d9ebf4088247",
    "scenarios": [],
    "subscriptions": [],
    "totalAmount": 29000,
    "transaction": {
      "capture": true,
      "contractId": "a674d481-4805-4a66-915a-67956efca36f",
      "customAcceptanceData": {},
      "paymentRequestTransactionId": "94977411-0b77-4792-b4cb-efd133911f66",
      "source": "EC"
    },
    "transfers": [],
    "wireTransfer": {
      "paymentRequestWireTransferId": "329c9d8f-53de-4797-b6fc-d75ce3bf2466"
    }
  },
  "requestId": "7dc393fc-f32a-4c4e-945e-f4f231610a47"
}

PAYMENTREQUEST_CANCELED
Happen when a payment request is cancelled
{
  "eventId": "092b72f8-67a3-489c-af21-684eef115c65",
  "type": "PAYMENTREQUEST_CANCELED",
  "creationDate": "2024-01-08T11:50:28.640892+01:00",
  "object": {
    "additionalData": {},
    "attachments": [],
    "breakdowns": [
      {
        "amount": 29000,
        "email": "gduhamel@centralpay.eu",
        "endpoint": "https://test-form.centralpay.net/446ae220-96f7-40ec-bd9b-9c8b83e0919b",
        "entered": true,
        "firstName": "Corben",
        "initiator": true,
        "lastName": "DALLAS",
        "paid": false,
        "paymentAttempted": false,
        "paymentRequestBreakdownId": "548c4ce7-d14f-486d-b9ac-b3caa3a9f5b6",
        "payments": [],
        "status": "UNPAID",
        "view": 0
      }
    ],
    "createCustomer": false,
    "creationDate": "2024-01-08T11:47:27.494330+01:00",
    "currency": "EUR",
    "endingDate": "2024-01-08T11:50:28.619151+01:00",
    "installments": [],
    "language": "fre",
    "linkExpirationDate": "2025-01-07T11:47:27.393093+01:00",
    "merchantPaymentRequestId": "Facture 12334",
    "notificationEmails": [],
    "paymentMethods": [
      "SCT_TRANSACTION",
      "TRANSACTION"
    ],
    "paymentRequestId": "1c3d2a38-5f0e-41d4-a177-cf87fb5da617",
    "paymentRequestStatus": "CANCELED",
    "paymentStatus": "UNPAID",
    "pointOfSaleId": "7d99a970-cc26-4de8-aa5d-d9ebf4088247",
    "scenarios": [],
    "subscriptions": [],
    "totalAmount": 29000,
    "transaction": {
      "capture": true,
      "contractId": "a674d481-4805-4a66-915a-67956efca36f",
      "customAcceptanceData": {},
      "paymentRequestTransactionId": "94977411-0b77-4792-b4cb-efd133911f66",
      "source": "EC"
    },
    "transfers": [],
    "wireTransfer": {
      "paymentRequestWireTransferId": "329c9d8f-53de-4797-b6fc-d75ce3bf2466"
    }
  },
  "requestId": "ff7f8976-a2fe-4a90-8bf1-55eb6a1abf5f"
}

PAYMENTREQUEST_CLOSED
Happen when a payment request is closed
{
  "eventId": "f06c4263-7708-476e-89c8-c6c52213d034",
  "type": "PAYMENTREQUEST_CLOSED",
  "creationDate": "2024-01-08T11:51:37.271485+01:00",
  "object": {
    "additionalData": {},
    "attachments": [],
    "breakdowns": [
      {
        "amount": 29000,
        "email": "gduhamel@centralpay.eu",
        "endpoint": "https://test-form.centralpay.net/7c9b8626-c7b1-46dc-9efa-7f7c994839e6",
        "entered": true,
        "firstName": "Corben",
        "initiator": true,
        "lastName": "DALLAS",
        "paid": false,
        "paymentAttempted": false,
        "paymentRequestBreakdownId": "82ad8194-10e6-4639-8011-8cacd285f465",
        "payments": [],
        "status": "UNPAID",
        "view": 0
      }
    ],
    "createCustomer": false,
    "creationDate": "2024-01-08T11:51:25.123940+01:00",
    "currency": "EUR",
    "endingDate": "2024-01-08T11:51:37.249097+01:00",
    "installments": [],
    "language": "fre",
    "linkExpirationDate": "2025-01-07T11:51:25.039807+01:00",
    "merchantPaymentRequestId": "Facture 12334",
    "notificationEmails": [],
    "paymentMethods": [
      "SCT_TRANSACTION",
      "TRANSACTION"
    ],
    "paymentRequestId": "af2d283a-eec1-4d55-9fa9-82ae6a3a1212",
    "paymentRequestStatus": "CLOSED",
    "paymentStatus": "UNPAID",
    "pointOfSaleId": "7d99a970-cc26-4de8-aa5d-d9ebf4088247",
    "scenarios": [],
    "subscriptions": [],
    "totalAmount": 29000,
    "transaction": {
      "capture": true,
      "contractId": "a674d481-4805-4a66-915a-67956efca36f",
      "customAcceptanceData": {},
      "paymentRequestTransactionId": "49d7fa4f-88d8-43bf-8ed1-2ac68a093953",
      "source": "EC"
    },
    "transfers": [],
    "wireTransfer": {
      "paymentRequestWireTransferId": "a26099e7-af23-4b71-baa0-24608bb10f0e"
    }
  },
  "requestId": "19ae9e22-5c4b-4c2b-a94c-a2fd41c3dcd2"
}

PAYMENTREQUEST_PAID
Happen when a payment request is paid
{
  "eventId": "04feded6-e56b-4980-903f-3f15d89405aa",
  "type": "PAYMENTREQUEST_PAID",
  "creationDate": "2024-01-15T12:36:33.155085+01:00",
  "object": {
    "additionalData": {},
    "attachments": [],
    "breakdowns": [
      {
        "amount": 100000,
        "email": "gduhamel@centralpay.eu",
        "endpoint": "https://test-form.centralpay.net/6afa376b-976a-4b79-8320-5baf16681b79",
        "entered": true,
        "initiator": true,
        "paid": false,
        "paymentAttempted": false,
        "paymentRequestBreakdownId": "75b6d330-948e-4aef-8967-d88d2acc7190",
        "payments": [
          {
            "creationDate": "2024-01-15T12:36:11.311665+01:00",
            "paymentMethod": "TRANSACTION",
            "uuid": "73d16504-a1d7-488a-8e0a-b350972f754d"
          },
          {
            "creationDate": "2024-01-15T12:36:31.689550+01:00",
            "paymentMethod": "TRANSACTION",
            "uuid": "f80eee11-a633-46c2-bf08-f31d33d3107a"
          }
        ],
        "status": "PAID",
        "view": 0
      }
    ],
    "createCustomer": false,
    "creationDate": "2024-01-15T12:34:44.362675+01:00",
    "currency": "EUR",
    "endingDate": "2024-01-15T12:36:33.036207+01:00",
    "installment": {
      "depositAmount": 0,
      "feeAmount": 0,
      "intervalCount": 1,
      "intervalUnit": "MONTH",
      "iterationCount": 2,
      "paymentRequestInstallmentId": "979caed1-430b-4984-8697-7f85eecaf482",
      "source": "CARD",
      "startingDate": "2024-01-15"
    },
    "installments": [
      {
        "depositAmount": 0,
        "feeAmount": 0,
        "intervalCount": 1,
        "intervalUnit": "MONTH",
        "iterationCount": 2,
        "paymentRequestInstallmentId": "979caed1-430b-4984-8697-7f85eecaf482",
        "source": "CARD",
        "startingDate": "2024-01-15"
      }
    ],
    "language": "eng",
    "linkExpirationDate": "2025-01-14T12:34:44.285879+01:00",
    "notificationEmails": [],
    "paymentMethods": [
      "INSTALLMENT",
      "TRANSACTION"
    ],
    "paymentRequestId": "2bfc4ab4-f878-46b8-8a12-3263d2d28842",
    "paymentRequestStatus": "CLOSED",
    "paymentStatus": "PAID",
    "pointOfSaleId": "7d99a970-cc26-4de8-aa5d-d9ebf4088247",
    "scenarios": [],
    "subscriptions": [],
    "totalAmount": 100000,
    "transaction": {
      "capture": true,
      "contractId": "a674d481-4805-4a66-915a-67956efca36f",
      "customAcceptanceData": {},
      "paymentRequestTransactionId": "75b7c505-c546-475a-88ee-c169073d05b1",
      "source": "EC"
    },
    "transfers": []
  },
  "requestId": "6847ced8-92ab-45df-9f1d-1069112b98e1"
}

PAYMENTREQUEST_INSTALLMENT_FAILED
Happen when the installment of the payment request failed
{
  "eventId": "36650db2-3f36-479f-9518-16699a289467",
  "type": "PAYMENTREQUEST_INSTALLMENT_FAILED",
  "creationDate": "2024-01-15T12:43:18.344841+01:00",
  "object": {
    "additionalData": {},
    "amount": 100000,
    "card": {
      "commercialBrand": "VISA",
      "first6": "400000",
      "last4": "0069",
      "uuid": "3f3114d8-03eb-464d-9b0c-15200caa6d2d"
    },
    "cardId": "3f3114d8-03eb-464d-9b0c-15200caa6d2d",
    "contractId": "a674d481-4805-4a66-915a-67956efca36f",
    "creationDate": "2024-01-15T12:43:16.467780+01:00",
    "currency": "EUR",
    "customerId": "ddf4aa07-5fd3-4ce1-bbaa-cdaafdb821d5",
    "depositAmount": 0,
    "endUserIp": "91.229.230.41",
    "endUserLanguage": "eng",
    "feeAmount": 0,
    "installmentPaymentId": "e9ea4684-1277-4928-b6f0-6df6bccdb275",
    "installments": [
      {
        "amount": 50000,
        "attemptCount": 1,
        "creationDate": "2024-01-15T12:43:16.467716+01:00",
        "currency": "EUR",
        "customerId": "ddf4aa07-5fd3-4ce1-bbaa-cdaafdb821d5",
        "installmentId": "54c40fa5-e25e-451b-9c5f-7a6d715c449c",
        "installmentPaymentId": "e9ea4684-1277-4928-b6f0-6df6bccdb275",
        "nextTransactionAttempt": "2024-01-18T04:00+01:00",
        "paid": false,
        "sddTransactions": [],
        "transactionDatas": [
          {
            "creationDate": "2024-01-15T12:43:17.074117+01:00",
            "uuid": "70ccb90d-3b1a-43d2-b1ee-146e65cf4906"
          }
        ],
        "transactions": [
          "70ccb90d-3b1a-43d2-b1ee-146e65cf4906"
        ],
        "type": "INSTALLMENT"
      },
      {
        "amount": 50000,
        "attemptCount": 0,
        "creationDate": "2024-01-15T12:43:16.467738+01:00",
        "currency": "EUR",
        "customerId": "ddf4aa07-5fd3-4ce1-bbaa-cdaafdb821d5",
        "installmentId": "1db9808f-cbd9-4498-8d35-497ff341c473",
        "installmentPaymentId": "e9ea4684-1277-4928-b6f0-6df6bccdb275",
        "nextTransactionAttempt": "2024-02-15T04:00+01:00",
        "paid": false,
        "sddTransactions": [],
        "transactions": [],
        "type": "INSTALLMENT"
      }
    ],
    "intervalCount": 1,
    "intervalUnit": "MONTH",
    "iterationCount": 2,
    "paymentRequestBreakdownId": "fbd3f414-f1dc-416a-a4cd-d7bf76d21b77",
    "paymentRequestId": "b4a010bb-8e3f-4261-af97-4993bede753f",
    "pointOfSale": {
      "name": "Corben Dallas",
      "uuid": "7d99a970-cc26-4de8-aa5d-d9ebf4088247"
    },
    "pointOfSaleId": "7d99a970-cc26-4de8-aa5d-d9ebf4088247",
    "startingDate": "2024-01-15",
    "status": "FAILURE"
  },
  "requestId": "e217a158-fc58-4b43-8c5d-6f23f7cc7977"
}

PAYMENTREQUEST_INSTALLMENT_SUCCEEDED
Happen when the installment of the payment request succeeded
{
  "eventId": "8f744f4e-4101-4df4-805f-22be1620b4e7",
  "type": "PAYMENTREQUEST_INSTALLMENT_SUCCEEDED",
  "creationDate": "2024-01-15T12:40:38.091171+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": 0,
        "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",
        "nextTransactionAttempt": "2024-02-15T04:00+01:00",
        "paid": false,
        "sddTransactions": [],
        "transactions": [],
        "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": "2024-01-15",
    "status": "ACTIVE"
  },
  "requestId": "b843a04a-cb43-4883-a584-7adc52142c55"
}

PAYMENTREQUEST_SUBSCRIPTION_FAILED
Happen when the subscription of the payment request failed
    {
        "subscriptionId": "26815c6a-19fe-49bd-b619-f14719f3e4ba",
        "creationDate": "2021-09-08T09:39:06.212604+02:00",
        "walletId": null,
        "customerId": "4e06b1e7-c24c-4927-a2da-f9c2dd3d4660",
        "cardId": "63afa65e-5674-49bf-9ac3-a98b82d16e92",
        "mandateId": null,
        "startingDate": "2021-09-08",
        "endingDate": null,
        "expectedEndingDate": "2022-09-07",
        "currentPeriodStart": "2021-09-08",
        "currentPeriodEnd": "2021-10-07",
        "requestedCollectionDate": null,
        "cancellationDate": null,
        "paymentRequestBreakdownId": null,
        "paymentRequestId": null,
        "merchantSubscriptionId": null,
        "subscriptionModel": {
            "subscriptionModelId": "01c3f578-a589-4ef7-9bb6-d855ff0fa121",
            "creationDate": "2021-09-08T09:39:06.137368+02:00",
            "pointOfSaleId": "cfc0b3c7-e666-4c52-b77a-96f234b873fe",
            "contractId": "71602dd0-2790-4743-877b-e72530d7576d",
            "merchantSubscriptionModelId": null,
            "amount": 10000,
            "currency": "EUR",
            "name": "Test Abo",
            "description": null,
            "intervalUnit": "MONTH",
            "intervalCount": 1,
            "iterationCount": 12,
            "additionalData": []
        },
        "quantity": 1,
        "status": "ACTIVE",
        "cancelAtPeriodEnd": null,
        "lastInvoice": {
            "invoiceId": "da0622d1-723b-4567-ad40-917a92a84e05",
            "creationDate": "2021-09-08T09:39:06.562016+02:00",
            "subscriptionId": "26815c6a-19fe-49bd-b619-f14719f3e4ba",
            "customerId": "4e06b1e7-c24c-4927-a2da-f9c2dd3d4660",
            "walletId": null,
            "mandateId": null,
            "merchantInvoiceId": null,
            "amount": 10000,
            "currency": "EUR",
            "closed": true,
            "invoiceItems": [
                {
                    "invoiceItemId": "e8b03ea3-85ca-4e85-ab3d-6b1c83122508",
                    "creationDate": "2021-09-08T09:39:06.469080+02:00",
                    "invoiceId": "da0622d1-723b-4567-ad40-917a92a84e05",
                    "subscriptionId": "26815c6a-19fe-49bd-b619-f14719f3e4ba",
                    "customerId": "4e06b1e7-c24c-4927-a2da-f9c2dd3d4660",
                    "walletId": null,
                    "mandateId": null,
                    "merchantInvoiceItemId": null,
                    "quantity": 1,
                    "amount": 10000,
                    "totalAmount": 10000,
                    "currency": "EUR",
                    "description": null,
                    "type": "SUBSCRIPTION",
                    "additionalData": []
                }
            ],
            "description": null,
            "attemptCount": 1,
            "paid": true,
            "type": "SUBSCRIPTION",
            "nextTransactionAttempt": null,
            "transactions": [
                "d0bcd686-1b6b-45aa-bf8a-c4cedab81127"
            ],
            "transfers": [],
            "sddTransactions": [],
            "eventReceivedDate": null,
            "additionalData": []
        },
        "endUserIp": "245.100.1.15",
        "endUserLanguage": null,
        "endToEndIdentification": null,
        "remittanceInformation": null,
        "redirect": null,
        "additionalData": []
    }

PAYMENTREQUEST_SUBSCRIPTION_SUCCEEDED
Happen when the subscription of the payment request succeeded
    {
        "subscriptionId": "da6a4622-4e5d-4da5-8d29-6c49d4052b69",
        "creationDate": "2021-09-09T10:32:15.675280+02:00",
        "walletId": null,
        "customerId": "2f2e6ce9-e0bb-4377-8eb9-6a8506c0baa4",
        "cardId": null,
        "mandateId": "b08bb9e0-72e4-426a-9998-585f083338fc",
        "startingDate": "2021-09-09",
        "endingDate": null,
        "expectedEndingDate": null,
        "currentPeriodStart": "2021-09-09",
        "currentPeriodEnd": "2021-10-08",
        "requestedCollectionDate": "2021-09-15",
        "cancellationDate": null,
        "paymentRequestBreakdownId": "825c03a4-fa3e-4df0-812d-f3d094f88ca3",
        "paymentRequestId": "ef4bf0e4-c77c-42a3-910e-b85e84b3c92b",
        "merchantSubscriptionId": null,
        "subscriptionModel": {
            "subscriptionModelId": "b1561842-46c1-422c-84a6-69ea8e1c8051",
            "creationDate": "2017-05-10T09:20:14.268+02:00",
            "pointOfSaleId": "cfc0b3c7-e666-4c52-b77a-96f234b873fe",
            "contractId": "71602dd0-2790-4743-877b-e72530d7576d",
            "merchantSubscriptionModelId": "a00e2d1b-87a1-4fb2-8e15-5d6132006d5b",
            "amount": 2000,
            "currency": "EUR",
            "name": "premium",
            "description": "abbonnement premium",
            "intervalUnit": "MONTH",
            "intervalCount": 1,
            "iterationCount": null,
            "additionalData": []
        },
        "quantity": 1,
        "status": "ACTIVE",
        "cancelAtPeriodEnd": null,
        "lastInvoice": {
            "invoiceId": "e257896b-86a1-41cf-865b-ac0531e2ea4a",
            "creationDate": "2021-09-09T10:32:16.072897+02:00",
            "subscriptionId": "da6a4622-4e5d-4da5-8d29-6c49d4052b69",
            "customerId": "2f2e6ce9-e0bb-4377-8eb9-6a8506c0baa4",
            "walletId": null,
            "mandateId": "b08bb9e0-72e4-426a-9998-585f083338fc",
            "merchantInvoiceId": null,
            "amount": 2000,
            "currency": "EUR",
            "closed": true,
            "invoiceItems": [
                {
                    "invoiceItemId": "0dabd4f2-6e36-4731-989a-d00bdf93e748",
                    "creationDate": "2021-09-09T10:32:15.860404+02:00",
                    "invoiceId": "e257896b-86a1-41cf-865b-ac0531e2ea4a",
                    "subscriptionId": "da6a4622-4e5d-4da5-8d29-6c49d4052b69",
                    "customerId": "2f2e6ce9-e0bb-4377-8eb9-6a8506c0baa4",
                    "walletId": null,
                    "mandateId": "b08bb9e0-72e4-426a-9998-585f083338fc",
                    "merchantInvoiceItemId": null,
                    "quantity": 1,
                    "amount": 2000,
                    "totalAmount": 2000,
                    "currency": "EUR",
                    "description": null,
                    "type": "SUBSCRIPTION",
                    "additionalData": []
                }
            ],
            "description": null,
            "attemptCount": 1,
            "paid": true,
            "type": "SUBSCRIPTION",
            "nextTransactionAttempt": null,
            "transactions": [],
            "transfers": [],
            "sddTransactions": [
                "0fd0d6cb-076a-4df5-9e89-7a62b74791e8"
            ],
            "eventReceivedDate": null,
            "additionalData": []
        },
        "endUserIp": "92.154.127.221",
        "endUserLanguage": null,
        "endToEndIdentification": null,
        "remittanceInformation": "PREMIUM",
        "redirect": null,
        "additionalData": []
    }

PAYMENTREQUEST_TRANSACTION_FAILED
Happen when the transaction of the payment request failed
{
  "eventId": "66f20401-7ca6-47bd-95f1-830628171cf8",
  "type": "PAYMENTREQUEST_TRANSACTION_FAILED",
  "creationDate": "2024-01-05T14:46:59.418489+01:00",
  "object": {
    "additionalData": {},
    "amount": 3600000,
    "amountCaptured": 0,
    "amountRefunded": 0,
    "archivingReference": "9GUGCIZEU0VN",
    "authorizationMovementId": "7ed9258a-ee75-4705-90f3-678973d2402e",
    "authorizationStatus": "FAILURE",
    "bankCode": "51",
    "bankMessage": "Simulation : Insufficient Funds",
    "browserAcceptLanguage": "en_US",
    "browserUserAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.4951.41 Safari/537.36",
    "captureStatus": "UNCAPTURED",
    "card": {
      "additionalData": {},
      "cardId": "30e49b6e-ed07-4b43-8862-2abd2f181678",
      "cardType": "DEBIT",
      "cardholderEmail": "gduhamel@centralpay.eu",
      "check": true,
      "commercialBrand": "VISA",
      "country": "FRA",
      "creationDate": "2024-01-05T14:46:39.151564+01:00",
      "customerId": "1646e7fa-8274-48c0-9883-022c2e33fb22",
      "europeanEconomicArea": true,
      "expirationMonth": 9,
      "expirationYear": 2035,
      "fingerprint": "7032968c1a882c155b3d8014297daabaa7133680",
      "first6": "400000",
      "infoId": "90eaf823-e2e7-4757-845a-b966bbab03c6",
      "last4": "0077",
      "productType": "UNKNOWN",
      "region": "EUROPE"
    },
    "cardPresent": {},
    "contractId": "a674d481-4805-4a66-915a-67956efca36f",
    "country": "FRA",
    "creationDate": "2024-01-05T14:46:58.190985+01:00",
    "currency": "EUR",
    "customAcceptanceData": {},
    "customerId": "1646e7fa-8274-48c0-9883-022c2e33fb22",
    "endUserIp": "245.100.1.15",
    "endUserLanguage": "fre",
    "fee": 0,
    "merchantCategoryCode": "1711",
    "order": {
      "cardholderEmail": "GDU-Yvette5@hotmail.com",
      "country": "FRA"
    },
    "partialAuthorization": false,
    "partialAuthorized": false,
    "payoutCurrency": "EUR",
    "pointOfSaleId": "7d99a970-cc26-4de8-aa5d-d9ebf4088247",
    "receiptEmail": "GDU-Buck_Gislason@hotmail.com",
    "refunded": false,
    "refunds": [],
    "source": "EC",
    "threeDSecure": false,
    "totalAmount": 3600000,
    "transactionId": "d530cdbe-b9fc-481b-b99d-8ce0db75deb4",
    "transactionStatus": "FAILURE",
    "transactiontransfers": [],
    "withCvv": true
  },
  "requestId": "c120a3c0-764a-4c7e-a705-4721784212c7"
}

PAYMENTREQUEST_TRANSACTION_SUCCEEDED
Happen when the transaction of the payment request succeeded
{
  "eventId": "11a2d5b6-b8da-4e83-8182-5bd417b0b6b6",
  "type": "PAYMENTREQUEST_TRANSACTION_SUCCEEDED",
  "creationDate": "2024-01-15T12:36:33.122848+01:00",
  "object": {
    "additionalData": {},
    "amount": 100000,
    "amountCaptured": 100000,
    "amountRefunded": 0,
    "archivingReference": "3GZD1KYRDSHP",
    "arn": "123456",
    "authorizationCode": "000000",
    "authorizationMovementId": "656d9ee5-8ccb-45d9-a8fe-c830adf69dfd",
    "authorizationStatus": "SUCCESS",
    "bankCode": "0",
    "bankMessage": "Simulation : Transaction Approved",
    "browserAcceptLanguage": "en_US",
    "browserUserAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36",
    "captureDate": "2024-01-15T12:36:33.020554+01:00",
    "captureStatus": "CAPTURED",
    "card": {
      "additionalData": {},
      "cardId": "5e6269c2-b8a7-4ced-ad12-4c6cfdeda11b",
      "cardTokenId": "0211ff3d-1e71-4772-8bdb-8c7e23905f86",
      "cardType": "DEBIT",
      "cardholderEmail": "gduhamel@centralpay.eu",
      "check": false,
      "commercialBrand": "VISA",
      "country": "FRA",
      "creationDate": "2024-01-15T12:36:29.312152+01:00",
      "europeanEconomicArea": true,
      "expirationMonth": 5,
      "expirationYear": 2025,
      "fingerprint": "9ede6a38739c3ce76c59bee1083409937d497e7a",
      "first6": "403203",
      "last4": "2700",
      "productType": "CONSUMER",
      "region": "EUROPE"
    },
    "cardPresent": {},
    "commission": 0,
    "contractId": "a674d481-4805-4a66-915a-67956efca36f",
    "creationDate": "2024-01-15T12:36:31.689550+01:00",
    "currency": "EUR",
    "customAcceptanceData": {},
    "endUserIp": "91.229.230.41",
    "endUserLanguage": "eng",
    "fee": 0,
    "merchantCategoryCode": "1711",
    "movementId": "455d5abf-4076-4b14-8804-87fc9a9ece8d",
    "order": {
      "cardholderEmail": "gduhamel@centralpay.eu"
    },
    "partialAuthorization": false,
    "partialAuthorized": false,
    "paymentRequestBreakdownId": "75b6d330-948e-4aef-8967-d88d2acc7190",
    "paymentRequestId": "2bfc4ab4-f878-46b8-8a12-3263d2d28842",
    "payoutAmount": 100000,
    "payoutCurrency": "EUR",
    "pointOfSaleId": "7d99a970-cc26-4de8-aa5d-d9ebf4088247",
    "receiptEmail": "gduhamel@centralpay.eu",
    "refunded": false,
    "refunds": [],
    "residualAmount": 0,
    "source": "EC",
    "threeDSecure": true,
    "totalAmount": 100000,
    "transactionId": "f80eee11-a633-46c2-bf08-f31d33d3107a",
    "transactionStatus": "SUCCESS",
    "transactiontransfers": [],
    "withCvv": true
  },
  "requestId": "6847ced8-92ab-45df-9f1d-1069112b98e1"
}

PAYMENTREQUEST_SDDTRANSACTION_SUCCEEDED
Happen when the SDD transaction of the payment request succeeded

PAYMENTREQUEST_SCT_TRANSACTION_SUCCEEDED
Happen when the SCT transaction of the payment request succeeded
Webhook notifications -Précédent The ONBOARDING object Prochain- Webhook notifications The PAYOUT object
CONTENU

Doc Contents

Doc Footnotes

Doc Elements

  • Mentions légales
  • Politique de confidentialité

© 2024 CentralPay