List All Mandate Import Entries

GET {{url}}/mandate_import_entries?mandate_import={{mandate_import}}

For an existing mandate import, this endpoint lists all of the entries attached.

After a mandate import has been submitted, you can use this endpoint to associate records in your system (using the record_identifier that you provided when creating the mandate import).

List all Mandate Import Entries API Docs

Request Params

KeyDatatypeRequiredDescription
mandate_importstringrequired. Unique identifier, beginning with “IM”.
afternullCursor pointing to the start of the desired set.
beforenullCursor pointing to the end of the desired set.
limitnullNumber of records to return.

RESPONSES

status: OK

{"mandate_import_entries":[{"record_identifier":"bank-file.xml/line-88","links":{"mandate_import":"IM00002R34GTT7"},"created_at":"2024-08-07T15:01:43.200Z"}],"meta":{"cursors":{"before":null,"after":null},"limit":50}}