Create New Mandate Import
POST {{url}}/mandate_imports
Mandate imports are first created, before mandates are added one-at-a-time, so this endpoint merely signals the start of the import process. Once you’ve finished adding entries to an import, you should submit it.
Create a mandate import API Docs
Request Body
{"mandate_imports"=>{"scheme"=>"bacs"}}
RESPONSES
status: Created
{"mandate_imports":{"id":"IM00002PBRXKXR","scheme":"bacs","status":"created","created_at":"2024-03-22T20:34:39.897Z","links":{"creditor":"CR00006C6DF0TD"}}}