GET api/receipt/bulkPayment
Gets bulk payments details/> Processes this receipt API request. The parameter and response sections describe the data exchanged with the API.
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Bulk payment list
BulkPaymentDataContract| Name | Description | Type | Additional information |
|---|---|---|---|
| Payments |
The collection of payments. |
Collection of BulkPaymentItemDataContract |
None. |
Response Formats
application/json, text/json
Sample:
{
"Payments": [
{
"Type": "sample string 1",
"PaymentIdempotencyId": "sample string 2",
"Reference": "sample string 3",
"ContextType": "sample string 4",
"PurposeCode": "sample string 5",
"Amount": {
"Amount": 1.1,
"Currency": "sample string 2"
},
"Payee": {
"Name": "sample string 1",
"AccountIdentifications": [
{
"Type": "sample string 1",
"Identification": "sample string 2"
},
{
"Type": "sample string 1",
"Identification": "sample string 2"
}
],
"AccountType": "sample string 2"
},
"Payer": {
"Name": "sample string 1",
"AccountIdentifications": [
{
"Type": "sample string 1",
"Identification": "sample string 2"
},
{
"Type": "sample string 1",
"Identification": "sample string 2"
}
]
}
},
{
"Type": "sample string 1",
"PaymentIdempotencyId": "sample string 2",
"Reference": "sample string 3",
"ContextType": "sample string 4",
"PurposeCode": "sample string 5",
"Amount": {
"Amount": 1.1,
"Currency": "sample string 2"
},
"Payee": {
"Name": "sample string 1",
"AccountIdentifications": [
{
"Type": "sample string 1",
"Identification": "sample string 2"
},
{
"Type": "sample string 1",
"Identification": "sample string 2"
}
],
"AccountType": "sample string 2"
},
"Payer": {
"Name": "sample string 1",
"AccountIdentifications": [
{
"Type": "sample string 1",
"Identification": "sample string 2"
},
{
"Type": "sample string 1",
"Identification": "sample string 2"
}
]
}
}
]
}