Get Payments

get

/payment

Gets the payments that match the specified query criteria.

Request

Query Parameters
  • The type of object to return. Use @type=Payment for a base object, or @type=PaymentOracle for an extended object.
    Example:
    Payment
  • Retrieves the payments from the account with the specified ID or account number.
    Example:
    0.0.0.1+-account+79731
  • The comma-separated list of fields to return in the response.
    Example:
    paymentDate,account
  • Retrieves the payment with the specified ID.
    Example:
    0.0.0.1+-item-payment+106589
  • The maximum number of results to return. For example, use limit=10 to return the first 10 results only.
    Example:
    10
  • The number of results to offset the response by. For example, use offset=10 to return results 10 and higher.
    Example:
    10
  • Retrieves the payments with a paymentDate that matches the specified dateTime.
    Example:
    2020-01-01T12:00:27.000Z
  • Retrieves the payments with a paymentDate that is greater than the specified dateTime.
    Example:
    2020-01-01T12:00:27.000Z
  • Retrieves the payments with a paymentDate that is greater than or equal to the specified dateTime.
    Example:
    2020-01-01T12:00:27.000Z
  • Retrieves the payments with a paymentDate that is less than the specified dateTime.
    Example:
    2020-01-01T12:00:27.000Z
  • Retrieves the payments with a paymentDate that is less than or equal to the specified dateTime.
    Example:
    2020-01-01T12:00:27.000Z
  • Retrieves the payments with the specified status. The only valid value is status=Unallocated.
    Example:
    Unallocated
  • Retrieves the payments with a totalAmount that is equal to the specified amount.
    Example:
    40
  • Retrieves the payments with a totalAmount that is greater than the specified amount.
    Example:
    40
  • Retrieves the payments with a totalAmount that is greater than or equal to the specified amount.
    Example:
    40
  • Retrieves the payments with a totalAmount that is less than the specified amount.
    Example:
    40
  • Retrieves the payments with a totalAmount that is less than or equal to the specified amount.
    Example:
    40

There's no request body for this operation.

Back to Top

Response

Supported Media Types

200 Response

Success
Headers
Body ()
Root Schema : schema
Type: array
Show Source
  • Payment
    Title: Payment
    A payment, including information about the payment, the payment amount, and the payment method.
Nested Schema : Payment
Type: object
Title: Payment
A payment, including information about the payment, the payment amount, and the payment method.
Show Source
Nested Schema : Account Ref
Type: object
Title: Account Ref
A reference to an account.
Show Source
Nested Schema : Money
Type: object
Title: Money
An amount of money.
Show Source
Nested Schema : ChannelRef
Type: object
A reference to a channel.
Show Source
Nested Schema : Related Party
Type: object
Title: Related Party
A party related to another object.
Show Source
Nested Schema : paymentItem
Type: array
Payment items which can be assigned to bills.
Show Source
Nested Schema : Payment Method Ref Or Value
Type: object
Title: Payment Method Ref Or Value
A link to the resource containing information about the payment method. For Payment_Create requests, when the value of the payment method's @type property is PaymentMethodRef, the @referredType property is also required, and valid values are tokenizedCard, bankAccountDebit, and bankCard.
Show Source
Nested Schema : Payment Item
Type: object
Title: Payment Item
A portion of a payment that can be assigned to a bill.
Show Source
Nested Schema : Entity Ref
Type: object
Title: Entity Ref
An entity reference schema.
Show Source
Nested Schema : account
Type: array
Accounts associated with the payment method.
Show Source
Nested Schema : Time Period
Type: object
Title: Time Period
A period of time. You can specify only endDateTime or both endDateTime and startDateTime.
Show Source

400 Response

Bad Request
Body ()
Root Schema : Error
Type: object
Title: Error
Used when an API returns an error, typically with a HTTP error response-code such as 401 (Unauthorized) or 500 (Internal Server Error).
Show Source

401 Response

Unauthorized
Body ()
Root Schema : Error
Type: object
Title: Error
Used when an API returns an error, typically with a HTTP error response-code such as 401 (Unauthorized) or 500 (Internal Server Error).
Show Source

403 Response

Forbidden
Body ()
Root Schema : Error
Type: object
Title: Error
Used when an API returns an error, typically with a HTTP error response-code such as 401 (Unauthorized) or 500 (Internal Server Error).
Show Source

404 Response

Not Found
Body ()
Root Schema : Error
Type: object
Title: Error
Used when an API returns an error, typically with a HTTP error response-code such as 401 (Unauthorized) or 500 (Internal Server Error).
Show Source

405 Response

Method Not allowed
Body ()
Root Schema : Error
Type: object
Title: Error
Used when an API returns an error, typically with a HTTP error response-code such as 401 (Unauthorized) or 500 (Internal Server Error).
Show Source

409 Response

Conflict
Body ()
Root Schema : Error
Type: object
Title: Error
Used when an API returns an error, typically with a HTTP error response-code such as 401 (Unauthorized) or 500 (Internal Server Error).
Show Source

500 Response

Internal Server Error
Body ()
Root Schema : Error
Type: object
Title: Error
Used when an API returns an error, typically with a HTTP error response-code such as 401 (Unauthorized) or 500 (Internal Server Error).
Show Source
Back to Top

Examples

The following example shows how to get payments by submitting a GET request on the REST resource using cURL. For more information about cURL, see Use cURL.

The request uses the account.id query parameter to limit the results.

curl -X GET 'http://host:port/brm/payment/version/payment?account.id=0.0.0.1+-account+228862'

Example of the Response Body

The following example shows the contents of the response body in JSON format.

[
    {
        "id": "0.0.0.1+-item-payment+222690",
        "href": "http://host:port/brm/payment/version/payment/0.0.0.1+-item-payment+222690",
        "authorizationCode": "pinXXX",
        "correlatorId": "P1-8",
        "description": "Credit Card Payment",
        "name": "Billing Event Log",
        "paymentDate": "2020-01-08T07:38:46-08:00",
        "status": "Allocated",
        "statusDate": "2020-01-08T07:38:46-08:00",
        "account": {
            "id": "0.0.0.1+-account+228862",
            "href": null,
            "description": null,
            "name": "Danielle Rao",
            "@baseType": null,
            "@schemaLocation": null,
            "@type": null,
            "@referredType": "billingAccount"
        },
        "amount": null,
        "channel": {
            "id": "0",
            "href": null,
            "name": "Unspecified",
            "@baseType": null,
            "@schemaLocation": null,
            "@type": null,
            "@referredType": null
        },
        "payer": null,
        "paymentItem": null,
        "paymentMethod": {
            "id": null,
            "href": null,
            "description": null,
            "isPreferred": null,
            "name": "Credit Card",
            "status": null,
            "statusDate": null,
            "account": null,
            "relatedParty": null,
            "validFor": null,
            "@baseType": "PaymentMethodRefOrValue",
            "@schemaLocation": null,
            "@type": "PaymentMethodRefOrValue",
            "@referredType": null
        },
        "taxAmount": null,
        "totalAmount": {
            "unit": "USD",
            "value": 50.0
        },
        "@baseType": "Payment",
        "@schemaLocation": null,
        "@type": "Payment"
    },
    {
        "id": "0.0.0.1+-item-payment+221042",
        "href": "http://host:port/brm/payment/version/payment/0.0.0.1+-item-payment+221042",
        "authorizationCode": null,
        "correlatorId": "P1-7",
        "description": "",
        "name": "Billing Event Log",
        "paymentDate": "2020-01-08T07:33:05-08:00",
        "status": "Allocated",
        "statusDate": "2020-01-08T07:33:05-08:00",
        "account": {
            "id": "0.0.0.1+-account+228862",
            "href": null,
            "description": null,
            "name": "Danielle Rao",
            "@baseType": null,
            "@schemaLocation": null,
            "@type": null,
            "@referredType": "billingAccount"
        },
        "amount": null,
        "channel": {
            "id": "0",
            "href": null,
            "name": "Unspecified",
            "@baseType": null,
            "@schemaLocation": null,
            "@type": null,
            "@referredType": null
        },
        "payer": null,
        "paymentItem": [
            {
                "id": "0.0.0.1+-bill+226434",
                "amount": null,
                "item": {
                    "id": "B1-31",
                    "href": "http://host:port/brm/customerBillManagement/version/customerBill/0.0.0.1+-bill+226434",
                    "name": null,
                    "@baseType": "CustomerBill",
                    "@schemaLocation": null,
                    "@type": "CustomerBill",
                    "@referredType": null
                },
                "taxAmount": null,
                "totalAmount": {
                    "unit": "USD",
                    "value": 55.0
                },
                "@baseType": "PaymentItem",
                "@schemaLocation": null,
                "@type": "PaymentItem"
            }
        ],
        "paymentMethod": {
            "id": null,
            "href": null,
            "description": null,
            "isPreferred": null,
            "name": "Cash",
            "status": null,
            "statusDate": null,
            "account": null,
            "relatedParty": null,
            "validFor": null,
            "@baseType": "PaymentMethodRefOrValue",
            "@schemaLocation": null,
            "@type": "Cash",
            "@referredType": null
        },
        "taxAmount": null,
        "totalAmount": {
            "unit": "USD",
            "value": 200.0
        },
        "@baseType": "Payment",
        "@schemaLocation": null,
        "@type": "Payment"
    }
]
Back to Top