Logo
GoCardless API API Documentation

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

 

Body PARAM

Key Datatype Required Description 
mandate_import
string required. Unique identifier, beginning with “IM”.
after
null Cursor pointing to the start of the desired set.
before
null Cursor pointing to the end of the desired set.
limit
null Number of records to return.



HEADERS

Key Datatype Required Description 




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 } }

Curl
curl -X GET 'https://api-sandbox.gocardless.com/mandate_import_entries?mandate_import=mandate_import?mandate_import=mandate_import&after=&before=&limit='

ENDPOINTS