Get all payment checkout data

get

/fscmRestApi/resources/11.13.18.05/publicSectorCheckouts

Request

Query Parameters
  • When this parameter is provided, the specified children are included in the resource payload (instead of just a link). The value of this query parameter is "all" or "". More than one child can be specified using comma as a separator. Example: ?expand=Employees,Localizations. Nested children can also be provided following the format "Child.NestedChild" (Example: ?expand=Employees.Managers). If a nested child is provided (Example: Employees.Managers), the missing children will be processed implicitly. For example, "?expand=Employees.Managers" is the same as "?expand=Employees,Employees.Managers" (which will expand Employees and Managers).
  • This parameter filters the resource fields. Only the specified fields are returned, which means that if no fields are specified, no fields are returned (useful to get only the links). If an indirect child resource is provided (Example: Employees.Managers), the missing children will be processed implicitly. For example, "?fields=Employees.Managers:Empname" is the same as "?fields=;Employees:;Employees.Managers:Empname" (which will only return the "Empname" field for Managers). the value of this query parameter is a list of resource fields. The attribute can be a direct (Example: Employees) or indirect (Example: Employees.Managers) child. It cannot be combined with expand query parameter. If both are provided, only fields will be considered.

    Format: ?fields=Attribute1,Attribute2

    Format for fields in child resource: ?fields=Accessor1:Attribute1,Attribute2
  • Used as a predefined finder to search the collection.

    Format: ?finder=<finderName>;<variableName>=<variableValue>,<variableName2>=<variableValue2>

    The following are the available finder names and corresponding finder variables:

    • PrimaryKey: Finds the checkout data that matches the primary key criteria specified.
      Finder Variables:
      • CheckoutId; string; Unique identifier for the checkout data generated using the Fusion unique ID API.
    • simpleSearchFinder: Finds checkout data that matches the primary key criteria specified.
      Finder Variables:
      • value; string; Finds checkout data that matches the primary key criteria specified.
  • This parameter restricts the number of resources returned inside the resource collection. If the limit exceeds the resource count then the framework will only return the available resources.
  • This parameter can be used to show only certain links while accessing a singular resource or a resource collection. The parameter value format is a comma-separated list of : <link_relation>

    Example:
    self,canonical
  • Used to define the starting position of the resource collection. If offset exceeds the resource count then no resources are returned. Default value is 0.
  • The resource item payload will be filtered in order to contain only data (no links section, for example).
  • This parameter orders a resource collection based on the specified fields. The parameter value is a comma-separated string of attribute names, each optionally followed by a colon and "asc" or "desc". Specify "asc" for ascending and "desc" for descending. The default value is "asc". For example, ?orderBy=field1:asc,field2:desc
  • This query parameter defines the where clause. The resource collection will be queried using the provided expressions. The value of this query parameter is one or more expressions. Example: ?q=Deptno>=10 and <= 30;Loc!=NY

    Format: ?q=expression1;expression2

    You can use these queryable attributes to filter this collection resource using the q query parameter:
    • AccountPurpose; string; The account purpose associated with the payment.
    • AccountType; string; The account type associated with the payment.
    • ActivityType; string; The activity type.
    • Address1; string; The first line of the payer billing address. Requires a valid street number and name.
    • Address2; string; The second line of the payer billing address such as apartment, suite, unit, building, floor, or village information.
    • Address3; string; The third line of the payer billing address.
    • Address4; string; The fourth line of the payer billing address.
    • AgencyId; integer; The unique identifier for the agency associated with the row.
    • Amount; number; The sum of all money required for payment.
    • ApplicationReferenceId; string; Information to cross-reference key field values back to the source application or module data.
    • AutopayMethod; string; The auto pay method.
    • BusinessEntityDbaName; string; Doing business as the name of the business making the payment.
    • BusinessEntityId; string; The unique identifier for the business entity associated with this transaction.
    • BusinessEntityName; string; The entity name of the business making the payment.
    • BusinessEntityPartyId; integer; The unique identifier for the business entity party associated with this transaction.
    • BusinessLocationId; string; The unique identifier for the location of the business entity.
    • BusinessLocationPartyId; integer; The unique identifier for the party associated with the business entity location.
    • BusinessProfileId; integer; The unique identifier for the profile of the business entity associated with this transaction.
    • CallbackURL; string; The callback URL used to post payload response data to the consuming application.
    • CancelURLCheckout; string; The URL provided by the consuming application. The user is redirected to this URL when the payment is canceled.
    • CancelURLPayment; string; The URL used by the payment gateway to redirect after a payment is canceled or not completed. Oracle internal use only.
    • CheckoutId; string; The unique identifier for the checkout data. Generated using the Fusion unique ID API.
    • CheckoutMessage; string; Additional information regarding the status of the checkout transaction.
    • CheckoutStatus; string; The current status of the checkout transaction. Valid values are paid, canceled, or error.
    • CreationDate; string; The date and time when the row was created.
    • CreditAmountApplied; number; The amount of the credit applied to the payment.
    • CreditAmountAvailable; number; The amount available to apply the payment on account credit.
    • CreditAppliedFlag; string; The payment on account credit is applied.
    • CurrencyCode; string; The currency code for the amount field.
    • Description; string; The description of the checkout transaction.
    • LastUpdateDate; string; The date and time when the row was last updated.
    • PartyId; integer; The unique identifier for the party associated with this transaction.
    • PayerCity; string; The city of the payer billing address.
    • PayerCountryThreeCharacterCode; string; International three-digit country code call prefix of the payer's phone number.
    • PayerCountryTwoCharacterCode; string; International two-digit country code call prefix of the payer's phone number.
    • PayerCounty; string; The county of the payer billing address. This is a geographical subdivision within a state or region and encompasses multiple cities.
    • PayerEmail; string; The email address of the person making the payment.
    • PayerFirstName; string; The first name of the person making the payment.
    • PayerLastName; string; The last name of the person making the payment.
    • PayerMiddleName; string; The middle name of the person making the payment.
    • PayerNameSuffix; string; The suffix of the name of the person making the payment.
    • PayerPhone; string; The phone number of the person making the payment.
    • PayerPostalAddOnCode; string; Additional digits used to identify a specific mail delivery route.
    • PayerPostalCode; string; Postal code of the payer billing address. Can be a series of digits or letters or both.
    • PayerProvince; string; Region code for the payer billing address in non-US countries. In Canada, this is the two character province abbreviation by the Canada Post.
    • PayerState; string; State code of the payer billing address. In the US, this is the two character USPS state abbreviation. For example, NY for New York.
    • PaymentTrackingData; string; First checkout reference or tracking number passed by the consuming application.
    • PaymentTrackingDataPlus; string; Second checkout reference or tracking number passed by the consuming application.
    • ProfileId; integer; The unique identifier for the profile of the user associated with this transaction.
    • ReconcileDatetime; string; The date and time of the payment reconciliation.
    • ReconcileStatus; string; The payment reconciliation status.
    • ReconcileType; string; Indicates whether the payment was reconciled through an online API or by the ESS job.
    • ReturnURLCheckout; string; The URL provided by the consuming application. The user is redirected to this URL after the payment is complete.
    • ReturnURLPayment; string; The URL used by the payment gateway to redirect after a successful payment. Oracle internal use only.
    • ReversalTransactionType; string; Indicates the type of the reversal transaction.
    • TrustAccountNumber; string; The deposit account number associated with the payment.
    • UnappliedFlag; string; Identifies an unapplied payment record.
  • The resource collection representation will include the "estimated row count" when "?totalResults=true", otherwise the count is not included. The default value is "false".
Header Parameters
  • If the REST API supports runtime customizations, the shape of the service may change during runtime. The REST client may isolate itself from these changes or choose to interact with the latest version of the API by specifying this header. For example: Metadata-Context:sandbox="TrackEmployeeFeature".
  • The protocol version between a REST client and service. If the client does not specify this header in the request the server will pick a default version for the API.

There's no request body for this operation.

Back to Top

Response

Supported Media Types

Default Response

The following table describes the default response for this task.
Headers
  • If the REST API supports runtime customizations, the shape of the service may change during runtime. The REST client may isolate itself from these changes or choose to interact with the latest version of the API by specifying this header. For example: Metadata-Context:sandbox="TrackEmployeeFeature".
  • The protocol version between a REST client and service. If the client does not specify this header in the request the server will pick a default version for the API.
Body ()
Root Schema : publicSectorCheckouts
Type: object
Show Source
Nested Schema : Items
Type: array
Title: Items
The items in the collection.
Show Source
Nested Schema : publicSectorCheckouts-item-response
Type: object
Show Source
Nested Schema : Checkout Lines
Type: array
Title: Checkout Lines
The checkout lines resource is used to view, create, delete, or update checkout lines.
Show Source
Nested Schema : Checkout Payments
Type: array
Title: Checkout Payments
The checkout lines resource is used to view, create, delete, or update checkout payments.
Show Source
Nested Schema : publicSectorCheckouts-CheckoutLin-item-response
Type: object
Show Source
Nested Schema : publicSectorCheckouts-CheckoutPmt-item-response
Type: object
Show Source
Back to Top