Commandes créé sur un paiement checkout avec des échéances

A noter que vous y trouverez le checkoutIntentId ainsi que les metadata envoyés dans l'appel initial.


{
  "data": {
    "payer": {
      "email": "[email protected]",
      "country": "FRA",
      "firstName": "John",
      "lastName": "Doe"
    },
    "items": [
      {
        "payments": [
          {
            "id": 15222,
            "shareAmount": 1000
          },
          {
            "id": 15223,
            "shareAmount": 2000
          },
          {
            "id": 15224,
            "shareAmount": 2000
          },
          {
            "id": 15225,
            "shareAmount": 1000
          }
        ],
        "name": "Adhésion football",
        "priceCategory": "Fixed",
        "qrCode": "MjI3MDc6NjM4NTYyMDkwMzQwODk4MzM1",
        "id": 22707,
        "amount": 6000,
        "type": "Payment",
        "state": "Processed"
      }
    ],
    "payments": [
      {
        "items": [
          {
            "id": 22707,
            "shareAmount": 1000,
            "shareItemAmount": 1000
          }
        ],
        "cashOutState": "Transfered",
        "paymentReceiptUrl": "https://www.helloasso-sandbox.com/associations/bordeauxchess/checkout/paiement-attestation/22707",
        "id": 15222,
        "amount": 1000,
        "date": "2024-07-10T11:50:48.8859116+02:00",
        "paymentMeans": "Card",
        "installmentNumber": 1,
        "state": "Authorized",
        "meta": {
          "createdAt": "2024-07-10T11:50:34.0898335+02:00",
          "updatedAt": "2024-07-10T11:50:48.9171637+02:00"
        },
        "refundOperations": []
      },
      {
        "items": [
          {
            "id": 22707,
            "shareAmount": 2000,
            "shareItemAmount": 2000
          }
        ],
        "id": 15223,
        "amount": 2000,
        "date": "2024-09-25T00:00:00+02:00",
        "paymentMeans": "Card",
        "installmentNumber": 2,
        "state": "Pending",
        "meta": {
          "createdAt": "2024-07-10T11:50:34.0898335+02:00",
          "updatedAt": "2024-07-10T11:50:49.1033333+02:00"
        },
        "refundOperations": []
      },
      {
        "items": [
          {
            "id": 22707,
            "shareAmount": 2000,
            "shareItemAmount": 2000
          }
        ],
        "id": 15224,
        "amount": 2000,
        "date": "2024-10-25T00:00:00+02:00",
        "paymentMeans": "Card",
        "installmentNumber": 3,
        "state": "Pending",
        "meta": {
          "createdAt": "2024-07-10T11:50:34.0898335+02:00",
          "updatedAt": "2024-07-10T11:50:49.11+02:00"
        },
        "refundOperations": []
      },
      {
        "items": [
          {
            "id": 22707,
            "shareAmount": 1000,
            "shareItemAmount": 1000
          }
        ],
        "id": 15225,
        "amount": 1000,
        "date": "2024-11-25T00:00:00+01:00",
        "paymentMeans": "Card",
        "installmentNumber": 4,
        "state": "Pending",
        "meta": {
          "createdAt": "2024-07-10T11:50:34.0898335+02:00",
          "updatedAt": "2024-07-10T11:50:49.1133333+02:00"
        },
        "refundOperations": []
      }
    ],
    "amount": {
      "total": 6000,
      "vat": 0,
      "discount": 0
    },
    "id": 22707,
    "date": "2024-07-10T11:50:49.0890389+02:00",
    "formSlug": "default",
    "formType": "Checkout",
    "organizationName": "bordeauxchess",
    "organizationSlug": "bordeauxchess",
    "organizationType": "Association1901Rig",
    "organizationIsUnderColucheLaw": false,
    "checkoutIntentId": 24768,
    "meta": {
      "createdAt": "2024-07-10T11:50:34.0898335+02:00",
      "updatedAt": "2024-07-10T11:50:49.0890389+02:00"
    },
    "isAnonymous": false,
    "isAmountHidden": false
  },
  "eventType": "Order",
  "metadata": {
    "id": 75698555
  }
}