POST api/TourTransactions/Callback/Xendit

Request Information

URI Parameters

None.

Body Parameters

XenditInvoiceCallbackBindingModel
NameDescriptionTypeAdditional information
id

string

None.

external_id

string

None.

user_id

string

None.

is_high

boolean

None.

credit_card_charge_id

string

None.

payment_method

string

None.

status

string

None.

merchant_name

string

None.

amount

decimal number

None.

paid_amount

decimal number

None.

paid_at

date

None.

payer_email

string

None.

fees_paid_amount

decimal number

None.

description

string

None.

adjusted_received_amount

decimal number

None.

created

date

None.

updated

date

None.

bank_code

string

None.

retail_outlet_name

string

None.

payment_channel

string

None.

payment_destination

string

None.

Request Formats

application/json, text/json

Sample:
{
  "id": "sample string 1",
  "external_id": "sample string 2",
  "user_id": "sample string 3",
  "is_high": true,
  "credit_card_charge_id": "sample string 5",
  "payment_method": "sample string 6",
  "status": "sample string 7",
  "merchant_name": "sample string 8",
  "amount": 9.0,
  "paid_amount": 10.0,
  "paid_at": "2025-06-26T04:29:13.4038452+00:00",
  "payer_email": "sample string 12",
  "fees_paid_amount": 13.0,
  "description": "sample string 14",
  "adjusted_received_amount": 15.0,
  "created": "2025-06-26T04:29:13.4038452+00:00",
  "updated": "2025-06-26T04:29:13.4038452+00:00",
  "bank_code": "sample string 18",
  "retail_outlet_name": "sample string 19",
  "payment_channel": "sample string 20",
  "payment_destination": "sample string 21"
}

application/xml, text/xml

Sample:
<XenditInvoiceCallbackBindingModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TripPlannerAPI.Models.DTO">
  <adjusted_received_amount>15</adjusted_received_amount>
  <amount>9</amount>
  <bank_code>sample string 18</bank_code>
  <created>2025-06-26T04:29:13.4038452+00:00</created>
  <credit_card_charge_id>sample string 5</credit_card_charge_id>
  <description>sample string 14</description>
  <external_id>sample string 2</external_id>
  <fees_paid_amount>13</fees_paid_amount>
  <id>sample string 1</id>
  <is_high>true</is_high>
  <merchant_name>sample string 8</merchant_name>
  <paid_amount>10</paid_amount>
  <paid_at>2025-06-26T04:29:13.4038452+00:00</paid_at>
  <payer_email>sample string 12</payer_email>
  <payment_channel>sample string 20</payment_channel>
  <payment_destination>sample string 21</payment_destination>
  <payment_method>sample string 6</payment_method>
  <retail_outlet_name>sample string 19</retail_outlet_name>
  <status>sample string 7</status>
  <updated>2025-06-26T04:29:13.4038452+00:00</updated>
  <user_id>sample string 3</user_id>
</XenditInvoiceCallbackBindingModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

None.