Number of APIs: 2
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).
POST {{url}}/mandate_import_entries
For an existing mandate import, this endpoint can be used to add individual mandates to be imported into GoCardless. You can add no more than 30,000 rows to a single mandate import. If you attempt to go over this limit, the API will return a recordlimitexceeded error.
ENDPOINTS