@tarabytesoflife: Here are that funding instrument’s details:
$ twurl -H ads-api.twitter.com "/1/accounts/18ce54ba1mx/funding_instruments/l1n3f" | jq
{
"request": {
"params": {
"funding_instrument_id": "l1n3f",
"account_id": "18ce54ba1mx"
}
},
"data_type": "funding_instrument",
"data": {
"start_time": "2016-04-27T07:00:00Z",
"description": {description},
"credit_limit_local_micro": null,
"end_time": "2017-02-01T07:59:59Z",
"cancelled": false,
"id": "l1n3f",
"paused": false,
"account_id": "18ce54ba1mx",
"reasons_not_able_to_fund": [
"EXPIRED"
],
"io_header": "T807716",
"currency": "USD",
"funded_amount_local_micro": 150000000000,
"created_at": "2016-04-27T23:42:35Z",
"type": "INSERTION_ORDER",
"able_to_fund": false,
"updated_at": "2017-01-09T18:02:34Z",
"credit_remaining_local_micro": null,
"deleted": false
}
}
This particular funding instrument expired on "2017-02-01T07:59:59Z". Note that the IO Header is actually T807716.