- Getting Started
- Integration Guides
- Payment Integration
- CDR Integration
- Test Environment Data Sets
- Mobile Flows
- ConnectYou Flows
- NBN Flows
- API Documentation
- Customer
- Payment Method
- Transaction
- Plan
- Service
- Mobile
- Address
- Service Qualification
- Order
- Enquiry
- Appointment
- NBN
- Attachment
- API Documentation (Legacy APIs)
- WSDL Summary
- API Guide
- Account Charges
- ConnectYou
- Contact Log
- Device
- Mobile
- Notifications
- Pooled Resource
- Order
- Mobile Order
- Create a Mobile Service (New Number)
- Create a Mobile Service (Port In Number)
- Create a Pre-Activation Mobile Order (New Number)
- Bar/Unbar/Disconnect a Mobile Service
- Change Mobile Rate Plan
- Change a Mobile Number
- Replace a SIM Card
- Modify Mobile Feature(s)
- Modify Mobile Feature Setting(s)
- Change Excess Spend Limit
- Add a Once-off Bolt On
- Add a Recurring Bolt On Pack
- Remove a Recurring Bolt On Pack
- Mobile (Data Pool) Order
- ConnectYou (SIP Trunk) Order
- Other Rated Order
- Create an Order
- Cancel an Order
- Query an Order
- Reset an Order
- Mobile Order
- Statements & Billing
- Unbilled Calls
- OTP
- Reference Data
List Bounced Transactions
Testing Env
https://benzine.telcoinabox.com/tiab/api
Testing Env
https://benzine.telcoinabox.com/tiab/api
GET
https://benzine.telcoinabox.com/tiab/api
transaction
Request
Authorization
Send your HTTP requests with an
Authorization
header that contains the word Basic followed by a space and a base64-encoded string username:password
Example:
Authorization: Basic *****************
Path Params
groupno
stringÂ
required
custno
integerÂ
required
Query Params
transactionDateFrom
stringÂ
optional
Example:
2024-01-01
transactionDateTo
stringÂ
optional
Example:
2024-01-31
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://benzine.telcoinabox.com/tiab/api/v1/group//customer//bounced-transaction/?transactionDateFrom=2024-01-01&transactionDateTo=2024-01-31' \
--header 'Authorization: Basic Og=='
Responses
🟢200OK
application/json
Body
array of:
custNo
integerÂ
required
tranNo
integerÂ
required
transactionType
enum<string>Â
required
Allowed values:
PMCMDBCCRD
paymentMethod
enum<string>Â
optional
Allowed values:
APBABPCCCHNPPD
creditCardType
enum<string>Â
optional
Allowed values:
AXDIMAVI
miscAdjustmentType
enum<string>Â
optional
Allowed values:
A0A1A2A4A9BB1CAEBF2ICIDMHMMMRO9OCOIOKOLOXP0P1P2RDRFRYSCTPVIVPWH
comment
stringÂ
optional
transactionDate
string <date-time>
required
stmtNo
integerÂ
optional
principalAmount
number <double>
required
surchargeAmount
number <double>
optional
taxAmount
number <double>
optional
totalAmount
number <double>
required
currency
enum<string>Â
required
Allowed value:
AUD
dateAdded
string <date-time>
optional
userAdded
stringÂ
optional
payment
object (Payment)Â
optional
id
stringÂ
optional
receiptNumber
stringÂ
optional
status
enum<string>Â
optional
Allowed values:
ApprovedApproved*PendingDeclinedVoidedSuspended
transactionDate
string <date-time>
optional
settlementDate
string <date-time>
optional
responseCode
enum<string>Â
optional
Allowed values:
0001020304050607080910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747579828390919293949596979899EAEGEMQ1Q2Q3Q4Q8Q9QAQBQCQDQEQFQGQHQIQJQKQLQMQNQOQPQQQRQSQTQUQVQWQXQYQZRARGRMNoNew
responseDescription
stringÂ
optional
summaryCode
enum<string>Â
read-onlyoptional
Allowed values:
0123
totalAmount
number <double>
optional
Example
[
{
"custNo": 0,
"tranNo": 0,
"transactionType": "P",
"paymentMethod": "AP",
"creditCardType": "AX",
"miscAdjustmentType": "A0",
"comment": "string",
"transactionDate": "2019-08-24T14:15:22Z",
"stmtNo": 0,
"principalAmount": 0,
"surchargeAmount": 0,
"taxAmount": 0,
"totalAmount": 0,
"currency": "AUD",
"dateAdded": "2019-08-24T14:15:22Z",
"userAdded": "string",
"payment": {
"id": "string",
"receiptNumber": "string",
"status": "Approved",
"transactionDate": "2019-08-24T14:15:22Z",
"settlementDate": "2019-08-24T14:15:22Z",
"responseCode": "00",
"responseDescription": "string",
"summaryCode": "0",
"totalAmount": 0
}
}
]
🟢204No records found
🟠403Invalid access
🟠404Customer not found
🟠400Invalid input
Modified at 2024-04-16 05:31:04