On This Page

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

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

Request: OCT Service with Tokens

```
{
    "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": {
        "customer": {
            "customerId": "F39732BE4BDA9A1EE053AF598E0A4081"
        }
    },
    "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: OCT Service with Tokens

```
{
    "clientReferenceInformation": {
        "code": "TC-23456$"
    },
    "id": "7465080235346809903814",
    "orderInformation": {
        "amountDetails": {
            "totalAmount": "0.01",
            "currency": "USD"
        }
    },
    "processorInformation": {
        "approvalCode": "888888",
        "responseCode": "100"
    },
    "reconciliationId": "61085203OABFKN5Q",
    "status": "ACCEPTED",
    "submitTimeUtc": "2025-05-06T050703Z"
}
```

RELATED TO THIS PAGE

