Number of APIs: 3
POST {{url}}/scheme_identifiers
Creates a new scheme identifier. The scheme identifier must be applied to a creditor before payments are taken using it. The scheme identifier must also have the Relative endpoint: status
of active before it can be used. For some schemes e.g. faster_payments this will happen instantly. For other schemes e.g. bacs this can take several days.POST /scheme_identifiers
GET {{url}}/scheme_identifiers
Returns a cursor-paginated list of your scheme identifiers.
GET {{url}}/scheme_identifiers/{{scheme_identifier}}
Retrieves the details of an existing scheme identifier.
ENDPOINTS