On This Page

{#jumplink-list}  
[Markdown](/docs/cybs/en-us/payouts/developer/ctv/rest/payouts-dev/payouts-services-oct-intro/payouts-services-oct-agg-intro/payouts-services-oct-agg-ex-rest.md)  
Filter  
FILTER BY TAG

REST Example: OCT Request with Aggregators {#payouts-services-oct-agg-ex-rest}
==============================================================================

Request: Authorization Service for an OCT with Aggregators

```
{
    "aggregatorInformation": {
        "city": "Bally",
        "country": "US",
        "postalCode": "560037",
        "serviceProvidername": "YourServiceProvider",
        "state": "CD",
        "streetAddress": "11 Elvine Street"
    },
    "clientReferenceInformation": {
        "code": "TC-23456$",
        "requestId": "6642672790803228323604"
    },
    "merchantInformation": {
        "merchantId": "pa_oct_sg101_ccs",
        "merchantDescriptor": {
            "street": "test",
            "state": "CA"
        }
    },
    "orderInformation": {
        "amountDetails": {
            "totalAmount": "0.01",
            "currency": "USD"
        }
    },
    "paymentInformation": {
        "card": {
            "number": "411111111111XXXX",
            "expirationMonth": "12",
            "expirationYear": "2026",
            "type": "001"
        }
    },
    "processingInformation": {
        "businessApplicationId": "aa",
        "icsApplications": "ics_oct"
    },
    "recipientInformation": {
        "name": "RecepientNameRecepientNameName",
        "firstName": "rfirstName",
        "middleName": "rmiddlename",
        "lastName": "rlastname",
        "address": {
            "address1": "test",
            "address2": "test",
            "buildingNumber": "test",
            "city": "test",
            "country": "US",
            "postalCode": "9440",
            "streetName": "test",
            "state": "1"
        }
    },
    "senderInformation": {
        "account": {
            "number": "1234",
            "fundsSource": "03"
        },
        "address": "abc",
        "city": "SenderCitySenderCitySende",
        "country": "Zim",
        "id": "ms_user",
        "referenceNumber": "1",
        "state": "AZ"
    }
}
```

Response: Authorization Service for an OCT with Aggregators

```
{
    "clientReferenceInformation": {
        "code": "TC-23456$"
    },
    "id": "7465085270996951503814",
    "orderInformation": {
        "amountDetails": {
            "totalAmount": "0.01",
            "currency": "USD"
        }
    },
    "processorInformation": {
        "approvalCode": "888888",
        "responseCode": "100"
    },
    "reconciliationId": "61095801LABCSIJL",
    "status": "ACCEPTED",
    "submitTimeUtc": "2025-05-06T051527Z"
}
```

RELATED TO THIS PAGE

