Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f48c5df

Browse files
author
Kingsley Robertovich
committed
Update the apidocs to reflect the changes of BPN-2930
Collection request filters have been expanded to include filters available on the portal and the modified dat filter. Issue: BPN-2930
1 parent 956e0e8 commit f48c5df

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

source/includes/collecting_funds/_collection_requests.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -869,4 +869,11 @@ You can search or filter collection requests on the following fields. Simply add
869869
* phonenumber - the phonenumber that the collection request was intended for. Note that the phonenumber will be matched in international format, starting with a '+' sign. If the '+' sign isn't included in your request, it will be appended before attempting to match your request.
870870
* remote_transaction_id - the transaction id or transaction reference of the collection on the mobile network operator's side
871871
* created_after - only return collection requests created after this date (E.g. 2017-01-01 00:00)
872-
* created_before - only return collection requests created before this date (E.g. 2017-01-01 00:00)
872+
* created_before - only return collection requests created before this date (E.g. 2017-01-01 00:00)
873+
* modified_after - only return collection requests modified after this date (E.g. 2020-01-01 00:00)
874+
* modified_before - only return collection requests modified before this date (E.g. 2020-01-01 00:00)
875+
* status - only return collection requests that have this status (one of: pending, instructions_sent, successful, failed, expired reversed)
876+
* reason - only return collection requests that have this reason text
877+
* network - only return collection requests that are for this mobile phone network
878+
* contact first name - only return collection requests that have this first name in the contact (E.g. James)
879+
* contact last name - only return collection requests that have this last name in the contact (E.g. Doe)

0 commit comments

Comments
 (0)