Oracle Fusion FSCM endpoint reference

Debit Authorizations REST API

Get all debit authorizations

GET https://your-pod.oraclecloud.com/fscmRestApi/resources/11.13.18.05/debitAuthorizations

Everything on this page is extracted from Oracle's official OpenAPI specification for Fusion Cloud FSCM: 29 queryable q fields, 2 named finders, and 1 child resource. Unsure how q works? See the Oracle Fusion API guide.

Supported operations

GET /debitAuthorizations
GET /debitAuthorizations/{id}
PATCH /debitAuthorizations/{id}
POST /debitAuthorizations

Finders (2)

Finders are named, pre-built queries with bound parameters. They can search values plain q filters cannot reach.

Finder Bind variables
PrimaryKey
SearchDebitAuthorization

Example finder request

GET /fscmRestApi/resources/11.13.18.05/debitAuthorizations?finder=PrimaryKey

Queryable q fields (29)

Only these fields can appear in a q filter expression on /debitAuthorizations. Filtering on any other field returns 400 Bad Request.

Example q request

GET /fscmRestApi/resources/11.13.18.05/debitAuthorizations?q=AuthorizationMethod='<value>'&onlyData=true&limit=25
Field Type Operators
AuthorizationMethod string = !=
BIC string = !=
BankAccountCountry string = !=
BankAccountCurrency string = !=
BankBranchName string = !=
BankName string = !=
CancellationDate string = !=
CreditorIdentificationNumber string = !=
CustomerBankAccountIdentifier integer = !=
CustomerBankAccountNumber string = !=
CustomerPartyIdentifier integer = !=
CustomerPartyName string = !=
CustomerPartyNumber string = !=
DebitAuthorizationId integer = !=
DebitAuthorizationReferenceNumber string = !=
DirectDebitCount integer = !=
EffectiveEndDate string = !=
EffectiveStartDate string = !=
FinalCollectionDate string = !=
Frequency string = !=
IBAN string = !=
LegalEntityIdentifier integer = !=
LegalEntityName string = !=
PrimaryIndicator string = !=
ReasonForAmendment string = !=
SigningDate string = !=
Status string = !=
TransactionType string = !=
VersionNumber integer = !=

Child resources (1)

Each child is reachable at /debitAuthorizations/{id}/child/<name> and most can also be inlined with expand.

debitAuthorizationVersions

Response fields (30)

Top-level attributes returned for each row. Use fields= to request a subset and shrink the payload.

AuthorizationMethodBICBankAccountCountryBankAccountCurrencyBankBranchNameBankNameCancellationDateCreditorIdentificationNumberCustomerBankAccountIdentifierCustomerBankAccountNumberCustomerPartyIdentifierCustomerPartyNameCustomerPartyNumberDebitAuthorizationIdDebitAuthorizationReferenceNumberDirectDebitCountEffectiveEndDateEffectiveStartDateFinalCollectionDateFrequencyIBANLegalEntityIdentifierLegalEntityNamePrimaryIndicatorReasonForAmendmentSigningDateStatusTransactionTypeVersionNumberdebitAuthorizationVersions

Build this query visually in OPAL

OPAL bundles this endpoint — and 59,000+ more — fully searchable offline, with a visual Q Builder and Finder Builder that only offer the fields listed above, so your filter can't 400. Download free · see features.

Related reference & reading