POST api/OuterGateMerchantAggregator/infoPayment

Request Information

URI Parameters

None.

Body Parameters

Collection of MerchantAggregatorInfoPaymentIn
NameDescriptionTypeAdditional information
merchant

integer

None.

ltp_id

string

Required

Max length: 100

collection_id

string

Max length: 100

Request Formats

application/json, text/json

Sample:
[
  {
    "merchant": 1,
    "ltp_id": "sample string 1",
    "collection_id": "sample string 2"
  },
  {
    "merchant": 1,
    "ltp_id": "sample string 1",
    "collection_id": "sample string 2"
  }
]

application/xml, text/xml

Sample:
<ArrayOfMerchantAggregatorInfoPaymentIn xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Buffetti.MerchantAggregator.Api.Dto">
  <MerchantAggregatorInfoPaymentIn>
    <CollectionId>sample string 2</CollectionId>
    <MerchantId>1</MerchantId>
    <PaymentOrderId>sample string 1</PaymentOrderId>
  </MerchantAggregatorInfoPaymentIn>
  <MerchantAggregatorInfoPaymentIn>
    <CollectionId>sample string 2</CollectionId>
    <MerchantId>1</MerchantId>
    <PaymentOrderId>sample string 1</PaymentOrderId>
  </MerchantAggregatorInfoPaymentIn>
</ArrayOfMerchantAggregatorInfoPaymentIn>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of MerchantAggregatorInfoPaymentOut
NameDescriptionTypeAdditional information
merchant

integer

None.

collection_id

string

None.

ltp_id

string

None.

status

MerchantAggregatorPaymentState

None.

payment_method

TypeOfPayments

None.

amount

decimal number

None.

payment_date

date time

None.

bf_collection_date

date time

None.

wire_order_date

date time

None.

wire_execution_date

date time

None.

reason

string

None.

custom_data

string

None.

ErrorMessage

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "merchant": 1,
    "collection_id": "sample string 1",
    "ltp_id": "sample string 2",
    "status": 0,
    "amount": 3.0,
    "payment_date": "2026-03-21T20:58:45.3777909+01:00",
    "bf_collection_date": "2026-03-21T20:58:45.3777909+01:00",
    "wire_order_date": "2026-03-21T20:58:45.3777909+01:00",
    "wire_execution_date": "2026-03-21T20:58:45.3777909+01:00",
    "reason": "sample string 4",
    "custom_data": "sample string 5"
  },
  {
    "merchant": 1,
    "collection_id": "sample string 1",
    "ltp_id": "sample string 2",
    "status": 0,
    "amount": 3.0,
    "payment_date": "2026-03-21T20:58:45.3777909+01:00",
    "bf_collection_date": "2026-03-21T20:58:45.3777909+01:00",
    "wire_order_date": "2026-03-21T20:58:45.3777909+01:00",
    "wire_execution_date": "2026-03-21T20:58:45.3777909+01:00",
    "reason": "sample string 4",
    "custom_data": "sample string 5"
  }
]

application/xml, text/xml

Sample:
<ArrayOfMerchantAggregatorInfoPaymentOut xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Buffetti.MerchantAggregator.Api.Dto">
  <MerchantAggregatorInfoPaymentOut>
    <ErrorMessage xmlns="http://schemas.datacontract.org/2004/07/Buffetti.Api.HTTP">sample string 7</ErrorMessage>
    <Success xmlns="http://schemas.datacontract.org/2004/07/Buffetti.Api.HTTP">true</Success>
    <Amount>3</Amount>
    <BfCollectionDate>2026-03-21T20:58:45.3777909+01:00</BfCollectionDate>
    <CollectionId>sample string 1</CollectionId>
    <CustomData>sample string 5</CustomData>
    <MerchantId>1</MerchantId>
    <PaymentDate>2026-03-21T20:58:45.3777909+01:00</PaymentDate>
    <PaymentMethod>Unknown</PaymentMethod>
    <PaymentOrderId>sample string 2</PaymentOrderId>
    <Reason>sample string 4</Reason>
    <Status>Unknown</Status>
    <WireExecutionDate>2026-03-21T20:58:45.3777909+01:00</WireExecutionDate>
    <WireOrderDate>2026-03-21T20:58:45.3777909+01:00</WireOrderDate>
  </MerchantAggregatorInfoPaymentOut>
  <MerchantAggregatorInfoPaymentOut>
    <ErrorMessage xmlns="http://schemas.datacontract.org/2004/07/Buffetti.Api.HTTP">sample string 7</ErrorMessage>
    <Success xmlns="http://schemas.datacontract.org/2004/07/Buffetti.Api.HTTP">true</Success>
    <Amount>3</Amount>
    <BfCollectionDate>2026-03-21T20:58:45.3777909+01:00</BfCollectionDate>
    <CollectionId>sample string 1</CollectionId>
    <CustomData>sample string 5</CustomData>
    <MerchantId>1</MerchantId>
    <PaymentDate>2026-03-21T20:58:45.3777909+01:00</PaymentDate>
    <PaymentMethod>Unknown</PaymentMethod>
    <PaymentOrderId>sample string 2</PaymentOrderId>
    <Reason>sample string 4</Reason>
    <Status>Unknown</Status>
    <WireExecutionDate>2026-03-21T20:58:45.3777909+01:00</WireExecutionDate>
    <WireOrderDate>2026-03-21T20:58:45.3777909+01:00</WireOrderDate>
  </MerchantAggregatorInfoPaymentOut>
</ArrayOfMerchantAggregatorInfoPaymentOut>