POST
/
v3.0
/
{ClientId}
/
payins
/
intents
{
    "Amount": 20000,
    "Currency": "EUR",
    "PlatformFeesAmount": 0,
    "ExternalData": {
        "ExternalProcessingDate": 1752057185,
        "ExternalProviderReference": "auth-stripe-633781e6-bb10-4484-8a29-ff6da7d7464a",
        "ExternalMerchantReference": "order-420bbe60-7f62-4e53-9d64-7cb5188c507f",
        "ExternalProviderName": "Stripe",
        "ExternalProviderPaymentMethod": "MASTERCARD"
    },
    "Buyer": {
        "Id": "user_m_01JZB09HSDZRVN60QH1006TK6E"
    },
    "LineItems": [
        {
            "Seller": {
                "AuthorId": "user_m_01JZJ42M48CGJ19F2FS5WWKBNH",
                "WalletId": "wlt_m_01JZ5STM3FDSC5G1WWVS4ZCZFJ",
                "FeesAmount": 0
            },
            "Sku": "example-item-123",
            "Name": "Example item name",
            "Description": "Example item description",
            "Quantity": 2,
            "UnitAmount": 6000,
            "TaxAmount": 0,
            "DiscountAmount": 2000,
            "Category": "Example category",
            "ShippingAddress": {
                "AddressLine1": "2226 Balistreri Roads",
                "AddressLine2": null,
                "City": "Paris",
                "Region": "Ile de France",
                "PostalCode": "75001",
                "Country": "FR"
            }
        },
        {
            "Seller": {
                "AuthorId": "user_m_01JZAXD3C31Y543SRKNCVK3V5N",
                "WalletId": "wlt_m_01JZ8DKE83Y06860JZRKAM259V",
                "FeesAmount": 0
            },
            "Sku": "example-item-456",
            "Name": "Example item name",
            "Description": "Example item description",
            "Quantity": 1,
            "UnitAmount": 10000,
            "TaxAmount": 0,
            "DiscountAmount": 0,
            "Category": "Example category",
            "ShippingAddress": {
                "AddressLine1": "771 Koch Mews",
                "AddressLine2": null,
                "City": "Paris",
                "Region": "Ile de France",
                "PostalCode": "75001",
                "Country": "FR"
            }
        }
    ]
}
{
    "Id": "int_0197eebf-21fd-73c7-85ef-8193b4cf427d",
    "Amount": 20000,
    "AvailableAmountToSplit": 0,
    "Currency": "EUR",
    "PlatformFeesAmount": 0,
    "Status": "AUTHORIZED",
    "NextActions": "CAPTURED, PARTIALLY_CAPTURED, CANCELED",
    "ExternalData": {
        "ExternalProcessingDate": 1752057185,
        "ExternalProviderReference": "auth-stripe-633781e6-bb10-4484-8a29-ff6da7d7464a",
        "ExternalMerchantReference": "order-420bbe60-7f62-4e53-9d64-7cb5188c507f",
        "ExternalProviderName": "Stripe",
        "ExternalProviderPaymentMethod": "MASTERCARD"
    },
    "Buyer": {
        "Id": "user_m_01JZB09HSDZRVN60QH1006TK6E"
    },
    "LineItems": [
        {
            "Seller": {
                "AuthorId": "user_m_01JZJ42M48CGJ19F2FS5WWKBNH",
                "WalletId": "wlt_m_01JZ5STM3FDSC5G1WWVS4ZCZFJ",
                "FeesAmount": 0
            },
            "Id": "int_li_0197eebf-21fd-73c7-85ef-8193b4cf427e",
            "Sku": "example-item-123",
            "Name": "Example item name",
            "Description": "Example item description",
            "Quantity": 2,
            "UnitAmount": 6000,
            "TaxAmount": 0,
            "DiscountAmount": 2000,
            "Category": "Example category",
            "ShippingAddress": {
                "AddressLine1": "2226 Balistreri Roads",
                "City": "Paris",
                "Region": "Ile de France",
                "PostalCode": "75001",
                "Country": "FR"
            },
            "CapturedAmount": 0,
            "RefundedAmount": 0,
            "DisputedAmount": 0,
            "SplitAmount": 0,
            "TotalLineItemAmount": 10000
        },
        {
            "Seller": {
                "AuthorId": "user_m_01JZAXD3C31Y543SRKNCVK3V5N",
                "WalletId": "wlt_m_01JZ8DKE83Y06860JZRKAM259V",
                "FeesAmount": 0
            },
            "Id": "int_li_0197eebf-21fd-73c7-85ef-8193b4cf427f",
            "Sku": "example-item-456",
            "Name": "Example item name",
            "Description": "Example item description",
            "Quantity": 1,
            "UnitAmount": 10000,
            "TaxAmount": 0,
            "DiscountAmount": 0,
            "Category": "Example category",
            "ShippingAddress": {
                "AddressLine1": "771 Koch Mews",
                "City": "Paris",
                "Region": "Ile de France",
                "PostalCode": "75001",
                "Country": "FR"
            },
            "CapturedAmount": 0,
            "RefundedAmount": 0,
            "DisputedAmount": 0,
            "SplitAmount": 0,
            "TotalLineItemAmount": 10000
        }
    ],
    "CreationDate": 1752057192,
    "ExecutionDate": 1752057192
}

Body parameters

Amount
integer
required
The full amount authorized in the Intent, which must equal the sum of the total amounts of all LineItems.
Currency
integer
required
The currency of the intent.
PlatformFees
integer
The amount of fees to be diverted to the platform’s Fees Wallet when the Intent is split. This value can be overridden when the Split is created.The PlatformFees value must the sum of all line item Seller.FeesAmount values.
ExternalData
object
required
Information about the transaction authorization processed by the third-party PSP.
Buyer
object
Information about the buyer.
LineItems
array (object)
required
Information about the items purchased in the transaction.The sum of all line item amounts must equal the Intent Amount value. The total for each line items is calculated as ((UnitAmount x Quantity) - DiscountAmount), which is shown in the TotalLineItemAmount returned. The TaxAmount is indicative and included in the UnitAmount.The sum of all line item Seller.FeesAmount values must equal the Intent PlatformFees value.

Responses

{
    "Id": "int_0197eebf-21fd-73c7-85ef-8193b4cf427d",
    "Amount": 20000,
    "AvailableAmountToSplit": 0,
    "Currency": "EUR",
    "PlatformFeesAmount": 0,
    "Status": "AUTHORIZED",
    "NextActions": "CAPTURED, PARTIALLY_CAPTURED, CANCELED",
    "ExternalData": {
        "ExternalProcessingDate": 1752057185,
        "ExternalProviderReference": "auth-stripe-633781e6-bb10-4484-8a29-ff6da7d7464a",
        "ExternalMerchantReference": "order-420bbe60-7f62-4e53-9d64-7cb5188c507f",
        "ExternalProviderName": "Stripe",
        "ExternalProviderPaymentMethod": "MASTERCARD"
    },
    "Buyer": {
        "Id": "user_m_01JZB09HSDZRVN60QH1006TK6E"
    },
    "LineItems": [
        {
            "Seller": {
                "AuthorId": "user_m_01JZJ42M48CGJ19F2FS5WWKBNH",
                "WalletId": "wlt_m_01JZ5STM3FDSC5G1WWVS4ZCZFJ",
                "FeesAmount": 0
            },
            "Id": "int_li_0197eebf-21fd-73c7-85ef-8193b4cf427e",
            "Sku": "example-item-123",
            "Name": "Example item name",
            "Description": "Example item description",
            "Quantity": 2,
            "UnitAmount": 6000,
            "TaxAmount": 0,
            "DiscountAmount": 2000,
            "Category": "Example category",
            "ShippingAddress": {
                "AddressLine1": "2226 Balistreri Roads",
                "City": "Paris",
                "Region": "Ile de France",
                "PostalCode": "75001",
                "Country": "FR"
            },
            "CapturedAmount": 0,
            "RefundedAmount": 0,
            "DisputedAmount": 0,
            "SplitAmount": 0,
            "TotalLineItemAmount": 10000
        },
        {
            "Seller": {
                "AuthorId": "user_m_01JZAXD3C31Y543SRKNCVK3V5N",
                "WalletId": "wlt_m_01JZ8DKE83Y06860JZRKAM259V",
                "FeesAmount": 0
            },
            "Id": "int_li_0197eebf-21fd-73c7-85ef-8193b4cf427f",
            "Sku": "example-item-456",
            "Name": "Example item name",
            "Description": "Example item description",
            "Quantity": 1,
            "UnitAmount": 10000,
            "TaxAmount": 0,
            "DiscountAmount": 0,
            "Category": "Example category",
            "ShippingAddress": {
                "AddressLine1": "771 Koch Mews",
                "City": "Paris",
                "Region": "Ile de France",
                "PostalCode": "75001",
                "Country": "FR"
            },
            "CapturedAmount": 0,
            "RefundedAmount": 0,
            "DisputedAmount": 0,
            "SplitAmount": 0,
            "TotalLineItemAmount": 10000
        }
    ],
    "CreationDate": 1752057192,
    "ExecutionDate": 1752057192
}
{
    "Amount": 20000,
    "Currency": "EUR",
    "PlatformFeesAmount": 0,
    "ExternalData": {
        "ExternalProcessingDate": 1752057185,
        "ExternalProviderReference": "auth-stripe-633781e6-bb10-4484-8a29-ff6da7d7464a",
        "ExternalMerchantReference": "order-420bbe60-7f62-4e53-9d64-7cb5188c507f",
        "ExternalProviderName": "Stripe",
        "ExternalProviderPaymentMethod": "MASTERCARD"
    },
    "Buyer": {
        "Id": "user_m_01JZB09HSDZRVN60QH1006TK6E"
    },
    "LineItems": [
        {
            "Seller": {
                "AuthorId": "user_m_01JZJ42M48CGJ19F2FS5WWKBNH",
                "WalletId": "wlt_m_01JZ5STM3FDSC5G1WWVS4ZCZFJ",
                "FeesAmount": 0
            },
            "Sku": "example-item-123",
            "Name": "Example item name",
            "Description": "Example item description",
            "Quantity": 2,
            "UnitAmount": 6000,
            "TaxAmount": 0,
            "DiscountAmount": 2000,
            "Category": "Example category",
            "ShippingAddress": {
                "AddressLine1": "2226 Balistreri Roads",
                "AddressLine2": null,
                "City": "Paris",
                "Region": "Ile de France",
                "PostalCode": "75001",
                "Country": "FR"
            }
        },
        {
            "Seller": {
                "AuthorId": "user_m_01JZAXD3C31Y543SRKNCVK3V5N",
                "WalletId": "wlt_m_01JZ8DKE83Y06860JZRKAM259V",
                "FeesAmount": 0
            },
            "Sku": "example-item-456",
            "Name": "Example item name",
            "Description": "Example item description",
            "Quantity": 1,
            "UnitAmount": 10000,
            "TaxAmount": 0,
            "DiscountAmount": 0,
            "Category": "Example category",
            "ShippingAddress": {
                "AddressLine1": "771 Koch Mews",
                "AddressLine2": null,
                "City": "Paris",
                "Region": "Ile de France",
                "PostalCode": "75001",
                "Country": "FR"
            }
        }
    ]
}