Get Payments
/payment
Request
-
@type: string
The type of object to return: Payment for a base object or PaymentOracle for an extended object.
-
account.id: string
Retrieves the payments from the account with the specified ID or account number.Examples
-
bill.id: string
Retrieves the payments associated with the specified bill ID or bill number.Examples
-
fields: string
The comma-separated list of fields to return in the response.Examples
-
id: string
Retrieves the payment with the specified payment item ID or payment item number.Examples
-
limit: integer
The maximum number of results to return.Examples
-
offset: integer
The number of results to offset the response by.Examples
-
paymentDate: string
Retrieves the payments with a paymentDate that matches the specified date and time.Examples
-
paymentDate.gt: string
Retrieves the payments with a paymentDate that is greater than the specified date and time.Examples
-
paymentDate.gte: string
Retrieves the payments with a paymentDate that is greater than or equal to the specified date and time.Examples
-
paymentDate.lt: string
Retrieves the payments with a paymentDate that is less than the specified date and time.Examples
-
paymentDate.lte: string
Retrieves the payments with a paymentDate that is less than or equal to the specified date and time.Examples
-
status: string
Retrieves the payments with the specified status. The only valid value is Unallocated.Examples
-
totalAmount.value: number(float)
Retrieves the payments with a totalAmount that is equal to the specified amount.Examples
-
totalAmount.value.gt: number(float)
Retrieves the payments with a totalAmount that is greater than the specified amount.Examples
-
totalAmount.value.gte: number(float)
Retrieves the payments with a totalAmount that is greater than or equal to the specified amount.Examples
-
totalAmount.value.lt: number(float)
Retrieves the payments with a totalAmount that is less than the specified amount.Examples
-
totalAmount.value.lte: number(float)
Retrieves the payments with a totalAmount that is less than or equal to the specified amount.Examples
There's no request body for this operation.
Back to TopResponse
- application/json;charset=utf-8
200 Response
-
X-Result-Count:
The number of items returned in the response body.
-
X-Total-Count:
The total number of items that matched the criteria.
array-
Array of:
object Payment
Title:
PaymentA payment, including information about the payment, the payment amount, and the payment method.
objectPayment-
@baseType: string
Title:
Base TypeThe object's superclass. -
@schemaLocation: string
(uri)
Title:
Schema LocationA URI to a JSON-schema file that defines additional attributes and relationships. -
@type: string
Title:
TypeThe object's subclass. -
account(required): object
AccountRef
The account reference.
-
amount: object
Money
The base / value business entity used to represent money.
-
authorizationCode: string
Title:
Authorization codeAn authorization code from an external payment gateway. -
channel: object
ChannelRef
A reference to a channel.
-
correlatorId: string
Title:
correlator IDA payment correlation ID from a client application. -
description: string
Title:
Payment DescriptionThe payment's description. -
href(required): string
Title:
Payment HrefThe payment's href. -
id(required): string
Title:
Payment IDThe payment's ID. -
name: string
Title:
Payment NameThe payment's name. -
payer: object
Related Party
Title:
Related PartyA party related to another object. -
paymentDate(required): string
(date-time)
Title:
Payment DateThe date the payment was made. -
paymentItem: array
paymentItem
Payment items that can be assigned to bills.
-
paymentMethod(required): object
Payment Method Ref Or Value
Title:
Payment Method Ref Or ValueA link to the resource containing information about the payment method. -
status(required): string
Title:
Payment StatusThe payment's status. -
statusDate: string
(date-time)
Title:
Status DateThe date the payment's status was recorded. -
taxAmount: object
Money
The base / value business entity used to represent money.
-
totalAmount(required): object
Money
The base / value business entity used to represent money.
objectobject-
unit: string
The currency (ISO4217 norm uses 3 letters to define the currency).
-
value: number
(float)
The signed floating point number, the meaning of the sign is according to the context of the API that uses this Data type
object-
@baseType: string
Title:
Base TypeThe object's superclass. -
@referredType: string
Title:
Referred TypeThe object's type in the target system, if baseType and type need further disambiguation. -
@schemaLocation: string
(uri)
Title:
Schema LocationA URI to a JSON schema file that defines additional attributes and relationships. -
@type: string
Title:
TypeThe object's subclass. -
href: string
Title:
Channel HrefThe channel's href. -
id(required): string
Title:
Channel IDThe channel's ID. -
name: string
Title:
Channel NameThe channel's name.
objectRelated Party-
@baseType: string
Title:
Base TypeThe object's superclass. -
@referredType(required): string
Title:
Referred TypeThe object's type in the target system, if baseType and type need further disambiguation. -
@schemaLocation: string
(uri)
Title:
Schema LocationA URI to a JSON schema file that defines additional attributes and relationships. -
@type: string
Title:
TypeThe object's subclass. -
href: string
(uri)
Title:
HrefThe party's href. -
id(required): string
Title:
Party IDThe party's ID. -
name: string
Title:
Party NameThe party's name. -
role: string
Title:
Party RoleThe party's role.
array-
Array of:
object Payment Item
Title:
Payment ItemA portion of a payment that can be assigned to a bill.
objectPayment Method Ref Or Value-
@baseType: string
Title:
Base TypeThe object's superclass. -
@referredType: string
Title:
Referred TypeThe object's type in the target system if baseType and type need further disambiguation. -
@schemaLocation: string
(uri)
Title:
Schema LocationA URI to a JSON-schema file that defines additional attributes and relationships. -
@type(required): string
Title:
TypeThe payment method's type. Valid values are PaymentMethodRef for a credit or debit card, Cash, or Check. When the value is PaymentMethodRef, the payment method specified must be the one assigned to the bill unit. If you specify a different payment method, the one assigned to the bill unit is refunded instead. (For payments and refunds, @type is not used for subclassing.) -
account: array
account
Accounts associated with the payment method.
-
description: string
Title:
Payment Method DescriptionThe payment method's description. -
href: string
Title:
Payment Method HrefThe payment method's href. -
id(required): string
Title:
Payment Method IDThe payment method's ID or external ID. -
isPreferred: boolean
Title:
Payment Method PreferredWhether this is the preferred payment method (true) or not (false). -
name: string
Title:
Payment Method NameThe payment method's name. - relatedParty: object Related Party
-
status: string
Title:
StatusThe payment method's status. -
statusDate: string
(date-time)
Title:
Status DateThe date the payment method's status was recorded. -
validFor: object
TimePeriod
The period of time, either as a deadline (endDateTime only) a startDateTime only, or both.
-
object
Extensible
The Base Extensible schema for use in TMForum Open-APIs - When used for in a schema it means that the Entity described by the schema MUST be extended with the @type
-
object
Addressable
The base schema for adressable entities.
-
object
EntityRef-allOf[2]
The entity reference schema to be use for all entityRef class.
object-
@baseType: string
The defines the super-class when sub-classing.
-
@schemaLocation: string
The URI to a JSON-Schema file that defines additional attributes and relationships
-
@type(required): string
The definition of the sub-class extensible name, when sub-classing.
object-
href: string
The hyperlink reference.
-
id: string
The unique identifier.
object-
@referredType: string
The actual type of the target instance when needed for disambiguation.
-
href: string
The URI of the referred entity.
-
id(required): string
The identifier of the referred entity.
-
name: string
The name of the referred entity.
objectPayment Item-
@baseType: string
Title:
Base TypeThe object's superclass. -
@schemaLocation: string
(uri)
Title:
Schema LocationA URI to a JSON-schema file that defines additional attributes and relationships. -
@type: string
Title:
TypeThe object's subclass. -
amount: object
Money
The base / value business entity used to represent money.
-
id: string
Title:
Payment Item IDThe payment item's ID. -
item(required):
EntityRef
-
taxAmount: object
Money
The base / value business entity used to represent money.
-
totalAmount: object
Money
The base / value business entity used to represent money.
array-
Array of:
object AccountRef
The account reference.
object-
endDateTime: string
(date-time)
The end of the time period, using IETC-RFC-3339 format.Example:
1985-04-12T23:20:50.52Z -
startDateTime: string
(date-time)
The start of the time period, using IETC-RFC-3339 format.Example:
1985-04-12T23:20:50.52Z
400 Response
-
object
Extensible
The Base Extensible schema for use in TMForum Open-APIs - When used for in a schema it means that the Entity described by the schema MUST be extended with the @type
-
object
Error-allOf[1]
object-
@baseType: string
The defines the super-class when sub-classing.
-
@schemaLocation: string
The URI to a JSON-Schema file that defines additional attributes and relationships
-
@type(required): string
The definition of the sub-class extensible name, when sub-classing.
object-
code(required): string
The application relevant detail, defined in the API or a common list.
-
message: string
The details and corrective actions related to the error which can be shown to a client user.
-
reason(required): string
The explanation of the reason for the error which can be shown to a client user.
-
referenceError: string
The URI of documentation describing the error.
-
status: string
The HTTP Error code extension
401 Response
-
object
Extensible
The Base Extensible schema for use in TMForum Open-APIs - When used for in a schema it means that the Entity described by the schema MUST be extended with the @type
-
object
Error-allOf[1]
object-
@baseType: string
The defines the super-class when sub-classing.
-
@schemaLocation: string
The URI to a JSON-Schema file that defines additional attributes and relationships
-
@type(required): string
The definition of the sub-class extensible name, when sub-classing.
object-
code(required): string
The application relevant detail, defined in the API or a common list.
-
message: string
The details and corrective actions related to the error which can be shown to a client user.
-
reason(required): string
The explanation of the reason for the error which can be shown to a client user.
-
referenceError: string
The URI of documentation describing the error.
-
status: string
The HTTP Error code extension
403 Response
-
object
Extensible
The Base Extensible schema for use in TMForum Open-APIs - When used for in a schema it means that the Entity described by the schema MUST be extended with the @type
-
object
Error-allOf[1]
object-
@baseType: string
The defines the super-class when sub-classing.
-
@schemaLocation: string
The URI to a JSON-Schema file that defines additional attributes and relationships
-
@type(required): string
The definition of the sub-class extensible name, when sub-classing.
object-
code(required): string
The application relevant detail, defined in the API or a common list.
-
message: string
The details and corrective actions related to the error which can be shown to a client user.
-
reason(required): string
The explanation of the reason for the error which can be shown to a client user.
-
referenceError: string
The URI of documentation describing the error.
-
status: string
The HTTP Error code extension
404 Response
-
object
Extensible
The Base Extensible schema for use in TMForum Open-APIs - When used for in a schema it means that the Entity described by the schema MUST be extended with the @type
-
object
Error-allOf[1]
object-
@baseType: string
The defines the super-class when sub-classing.
-
@schemaLocation: string
The URI to a JSON-Schema file that defines additional attributes and relationships
-
@type(required): string
The definition of the sub-class extensible name, when sub-classing.
object-
code(required): string
The application relevant detail, defined in the API or a common list.
-
message: string
The details and corrective actions related to the error which can be shown to a client user.
-
reason(required): string
The explanation of the reason for the error which can be shown to a client user.
-
referenceError: string
The URI of documentation describing the error.
-
status: string
The HTTP Error code extension
405 Response
-
object
Extensible
The Base Extensible schema for use in TMForum Open-APIs - When used for in a schema it means that the Entity described by the schema MUST be extended with the @type
-
object
Error-allOf[1]
object-
@baseType: string
The defines the super-class when sub-classing.
-
@schemaLocation: string
The URI to a JSON-Schema file that defines additional attributes and relationships
-
@type(required): string
The definition of the sub-class extensible name, when sub-classing.
object-
code(required): string
The application relevant detail, defined in the API or a common list.
-
message: string
The details and corrective actions related to the error which can be shown to a client user.
-
reason(required): string
The explanation of the reason for the error which can be shown to a client user.
-
referenceError: string
The URI of documentation describing the error.
-
status: string
The HTTP Error code extension
409 Response
-
object
Extensible
The Base Extensible schema for use in TMForum Open-APIs - When used for in a schema it means that the Entity described by the schema MUST be extended with the @type
-
object
Error-allOf[1]
object-
@baseType: string
The defines the super-class when sub-classing.
-
@schemaLocation: string
The URI to a JSON-Schema file that defines additional attributes and relationships
-
@type(required): string
The definition of the sub-class extensible name, when sub-classing.
object-
code(required): string
The application relevant detail, defined in the API or a common list.
-
message: string
The details and corrective actions related to the error which can be shown to a client user.
-
reason(required): string
The explanation of the reason for the error which can be shown to a client user.
-
referenceError: string
The URI of documentation describing the error.
-
status: string
The HTTP Error code extension
500 Response
-
object
Extensible
The Base Extensible schema for use in TMForum Open-APIs - When used for in a schema it means that the Entity described by the schema MUST be extended with the @type
-
object
Error-allOf[1]
object-
@baseType: string
The defines the super-class when sub-classing.
-
@schemaLocation: string
The URI to a JSON-Schema file that defines additional attributes and relationships
-
@type(required): string
The definition of the sub-class extensible name, when sub-classing.
object-
code(required): string
The application relevant detail, defined in the API or a common list.
-
message: string
The details and corrective actions related to the error which can be shown to a client user.
-
reason(required): string
The explanation of the reason for the error which can be shown to a client user.
-
referenceError: string
The URI of documentation describing the error.
-
status: string
The HTTP Error code extension
Examples
Example 1: Get Payments with Account ID Query Parameter
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": "2025-01-08T07:38:46-08:00",
"status": "Allocated",
"statusDate": "2025-01-08T07:38:46-08:00",
"account": {
"id": "0.0.0.1+-account+228862",
"href": null,
"description": null,
"name": "Adam Baker",
"@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": "2025-01-08T07:33:05-08:00",
"status": "Allocated",
"statusDate": "2025-01-08T07:33:05-08:00",
"account": {
"id": "0.0.0.1+-account+228862",
"href": null,
"description": null,
"name": "Adam Baker",
"@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"
}
]Example 2: Get Payments with Bill Number Query Parameter
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 bill.id query parameter set to a bill number to limit the results.
curl -X GET 'http://host:port/brm/payment/version/payment?bill.id=Bill-123'
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+123456",
"href": "http://host:port/brm/payment/version/payment/0.0.0.1+-item-payment+123456",
"authorizationCode": "pinXXX",
"correlatorId": "P1-10",
"description": "Credit Card Payment",
"name": "Billing Event Log",
"paymentDate": "2025-01-08T07:38:46-08:00",
"status": "Allocated",
"statusDate": "2025-01-08T07:38:46-08:00",
"account": {
"id": "0.0.0.1+-account+099876",
"href": null,
"description": null,
"name": "Mark Miller",
"@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": "EUR",
"value": 158.50
},
"@baseType": "Payment",
"@schemaLocation": null,
"@type": "Payment"
},
]