public class MandateImportEntry
extends java.lang.Object
Represents a mandate import entry resource returned from the API.
Mandate Import Entries are added to a Mandate Import. Each entry corresponds to one mandate to be imported into GoCardless.
To import a mandate you will need:
We suggest you provide a record_identifier
(which is unique within the context of a single mandate import) to help you to identify mandates that have been created once the import has been processed by GoCardless. You can list the mandate import entries, match them up in your system using the record_identifier
, and look at the links
fields to find the mandate, customer and customer bank account that have been imported.
Restricted: This API is currently only available for approved integrators - please get in touch if you would like to use this API.
Modifier and Type | Class and Description |
---|---|
static class |
MandateImportEntry.Links
Represents a link resource returned from the API.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCreatedAt()
Fixed timestamp, recording when this resource was created.
|
MandateImportEntry.Links |
getLinks()
Related resources
|
java.lang.String |
getRecordIdentifier()
A unique identifier for this entry, which you can use (once the import has been processed by GoCardless) to identify the records that have been created.
|
public java.lang.String getCreatedAt()
Fixed timestamp, recording when this resource was created.
public MandateImportEntry.Links getLinks()
Related resources
public java.lang.String getRecordIdentifier()
A unique identifier for this entry, which you can use (once the import has been processed by GoCardless) to identify the records that have been created.