POST api/Confirm

Request Information

URI Parameters

None.

Body Parameters

Request
NameDescriptionTypeAdditional information
transaction_id

string

None.

merchant_code

string

None.

payer_code

string

None.

academic_year

string

None.

payment_channel

string

None.

payment_channel_name

string

None.

bank_name

string

None.

bank_account

string

None.

payment_purpose

string

None.

payment_purpose_code

string

None.

amount

decimal number

None.

currency

string

None.

term

string

None.

observation

string

None.

initial_slip_number

string

None.

slip_number

string

None.

payment_date_time

string

None.

Request Formats

application/json, text/json

Sample:
{
  "transaction_id": "sample string 1",
  "merchant_code": "sample string 2",
  "payer_code": "sample string 3",
  "academic_year": "sample string 4",
  "payment_channel": "sample string 5",
  "payment_channel_name": "sample string 6",
  "bank_name": "sample string 7",
  "bank_account": "sample string 8",
  "payment_purpose": "sample string 9",
  "payment_purpose_code": "sample string 10",
  "amount": 11.1,
  "currency": "sample string 12",
  "term": "sample string 13",
  "observation": "sample string 14",
  "initial_slip_number": "sample string 15",
  "slip_number": "sample string 16",
  "payment_date_time": "sample string 17"
}

application/xml, text/xml

Sample:
<Request xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BANKAPI.Models">
  <academic_year>sample string 4</academic_year>
  <amount>11.1</amount>
  <bank_account>sample string 8</bank_account>
  <bank_name>sample string 7</bank_name>
  <currency>sample string 12</currency>
  <initial_slip_number>sample string 15</initial_slip_number>
  <merchant_code>sample string 2</merchant_code>
  <observation>sample string 14</observation>
  <payer_code>sample string 3</payer_code>
  <payment_channel>sample string 5</payment_channel>
  <payment_channel_name>sample string 6</payment_channel_name>
  <payment_date_time>sample string 17</payment_date_time>
  <payment_purpose>sample string 9</payment_purpose>
  <payment_purpose_code>sample string 10</payment_purpose_code>
  <slip_number>sample string 16</slip_number>
  <term>sample string 13</term>
  <transaction_id>sample string 1</transaction_id>
</Request>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.