get_recent_recurring_event_details
https://[domain]/ws/fb/new-request
-
View recurring transactions that were previously processed.
Eligibility:
-
Only applicable if recurring transactions were configured using DAM Fb (deposit_funds OR withdraw_funds )
-
-
Customer Type: Fully Disclosed, Non-Disclosed and Advisor-Clients.

Name | Type | Description |
---|---|---|
id |
ID is a unique identifier which you create for each funding request. |
|
number_of_trans |
Number |
Number of transactions the client would like to receive. |
ib_request_id |
Number |
ib_request_id is value returned by IBKR when configuring the recurring transaction using DAM Fb (deposit_funds OR withdraw_funds ) |
XSD
<xsd:complexType name="get_recent_recurring_event_details" maxOccurs="unbounded" >
<xsd:sequence>
<xsd:attribute name="id" use="required" type="Non-Negative-Integer" maxOccurs="1" />
<x/sd:sequence>
<xsd:sequence>
<xsd:element name="ib_request_id" use="required" type="Number" maxOccurs="1" />
<xsd:element name="number_of_trans" use="required" type="Number" maxOccurs="1" />
Sample
<instruction_set
xmlns="http://www.interactivebrokers.com/fbfb_instruction_set"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.interactivebrokers.com/fbfb_instruction_set fbfb_instruction_set.xsd "
creation_date="_DATE_" id="_FILEID_" version="1.2">
<get_recent_recurring_event_details id="_TRANSID_">
<ib_request_id>131512121</ib_request_id>
<number_of_trans>15</number_of_trans>
</get_recent_recurring_event_details>
</instruction_set>

Name | Type | Description |
---|---|---|
creation_date |
YYYY-MM-DD |
Date/Time which the file was processed by IBKR. |
id |
Id of the instruction to which this node is a response |
|
instr_id |
Id of the instruction to which this node is a response |
ID is a unique identifier which you create for each funding request. |
status |
PENDING or PENDING_VERIFICATION PROCESSED REJECTED |
PROCESSED: ACH Instruction was processed. PENDING :Request passed initial validation and is pending EWS verification. REJECTED or PENDING_VERIFICATION:To proceed with ACH, client will need to log into the IBKR Portal to add ACH instructions via IBKR hosted Portal. Optionally, the user can use different funding method will need to be used. |
code |
String |
Error code- (included only if there is an error) |
description |
String |
Description of the error (included only if there is an error) |
ib_instr_id |
String |
ID defined by IBKR. |
Sample
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<instr_result_set xmlns="http://www.interactivebrokers.com/fbfb_result_set" id="7011853" version="1.2" creation_date="2023-10-09-04:00">
<get_recent_recurring_event_details_result>
<instr_id>206307</instr_id>
<status>PROCESSED</status>
<ib_instr_id>43099202</ib_instr_id>
<recurring_instr_name>Yes</recurring_instr_name>
<recurring_tran_type>DEPOSIT</recurring_tran_type>
<recurring_tran_state>NOTACTIVATED</recurring_tran_state>
<amount>1000</amount>
<currency>USD</currency>
<method>WIRE</method>
<transaction_history>
<max_number_of_trans>100</max_number_of_trans>
<result>
<ib_request_id>10961039</ib_request_id>
<process_date>2011-05-24 18:33:05.0</process_date>
<status>EXPIRED</status>
</result>
<result>
<ib_request_id>10722466</ib_request_id>
<process_date>2011-04-25 18:32:20.0</process_date>
<status>EXPIRED</status>
</result>
<result>
<ib_request_id>10488054</ib_request_id>
<process_date>2011-03-28 18:32:21.0</process_date>
<status>EXPIRED</status>
</result>
<result>
<ib_request_id>10229894</ib_request_id>
<process_date>2011-01-25 18:32:07.0</process_date>
<status>PROCESSED</status>
</result>
<result>
<ib_request_id>9987239</ib_request_id>
<process_date>2010-12-27 18:32:19.0</process_date>
<status>PROCESSED</status>
</result>
<result>
<ib_request_id>9764356</ib_request_id>
<process_date>2010-11-29 18:32:10.0</process_date>
<status>PROCESSED</status>
</result>
<result>
<ib_request_id>9529032</ib_request_id>
<process_date>2010-10-29 18:47:22.0</process_date>
<status>PROCESSED</status>
</result>
<result>
<ib_request_id>9318757</ib_request_id>
<process_date>2010-10-25 18:32:15.0</process_date>
<status>EXPIRED</status>
</result>
<result>
<ib_request_id>9123715</ib_request_id>
<process_date>2010-09-01 18:16:38.0</process_date>
<status>PROCESSED</status>
</result>
<result>
<ib_request_id>8922148</ib_request_id>
<process_date>2010-08-10 18:17:00.0</process_date>
<status>PROCESSED</status>
</result>
<result>
<ib_request_id>8745839</ib_request_id>
<process_date>2010-07-13 18:15:55.0</process_date>
<status>PROCESSED</status>
</result>
<result>
<ib_request_id>8527522</ib_request_id>
<process_date>2010-06-01 18:16:14.0</process_date>
<status>PROCESSED</status>
</result>
<result>
<ib_request_id>8297569</ib_request_id>
<process_date>2010-04-30 18:16:26.0</process_date>
<status>PROCESSED</status>
</result>
<result>
<ib_request_id>8078785</ib_request_id>
<process_date>2010-04-06 18:16:48.0</process_date>
<status>PROCESSED</status>
</result>
<result>
<ib_request_id>7909697</ib_request_id>
<process_date>2010-03-08 18:16:46.0</process_date>
<status>PROCESSED</status>
</result>
</transaction_history>
</get_recent_recurring_event_details_result>
</instr_result_set>