Skip to main content
GET
/
split
/
{split_id}
/
payments
Listar pagamentos
curl --request GET \
  --url https://production.api.noodle.cx/external/split/{split_id}/payments \
  --header 'Authorization: <api-key>'
[
  {
    "_id": "<string>",
    "splitId": "<string>",
    "splitBatch": "<string>",
    "splitDate": "<string>",
    "reportId": "<string>",
    "anticipationId": "<string>",
    "ownerTaxId": "<string>",
    "origin": "<string>",
    "taxId": "<string>",
    "name": "<string>",
    "artistName": "<string>",
    "email": "<string>",
    "amount": 123,
    "originalAmount": 123,
    "finalAmount": 123,
    "originalFinalAmount": 123,
    "irPercent": 123,
    "irAmount": 123,
    "currency": "<string>",
    "originalCurrency": "<string>",
    "exchangeRate": 123,
    "finalExchangeRate": 123,
    "showExchangeData": true,
    "status": "<string>",
    "paidManually": true,
    "paymentDate": "<string>",
    "attemptDate": "<string>",
    "transactionId": "<string>",
    "errorReason": "<string>",
    "bubblePaymentId": "<string>",
    "advance": false,
    "parentId": "<string>",
    "parentName": "<string>",
    "originalTaxId": "<string>",
    "originalName": "<string>",
    "bankAccount": {
      "name": "<string>",
      "bankCode": "<string>",
      "pspId": "<string>",
      "agency": "<string>",
      "account": "<string>",
      "accountType": "<string>",
      "pixKeyType": "<string>",
      "pixDescription": "<string>",
      "pixKey": "<string>",
      "transferType": "pix"
    },
    "products": [
      {
        "_id": "<string>",
        "ownerTaxId": "<string>",
        "reportId": "<string>",
        "paymentId": "<string>",
        "upc": "<string>",
        "name": "<string>",
        "tracks": [
          {
            "isrc": "<string>",
            "name": "<string>",
            "plays": 123,
            "period": "<string>",
            "revenue": 123,
            "percentage": 123,
            "finalAmount": 123
          }
        ]
      }
    ],
    "platforms": [
      {
        "_id": "<string>",
        "ownerTaxId": "<string>",
        "reportId": "<string>",
        "paymentId": "<string>",
        "period": "<string>",
        "name": "<string>",
        "plays": 123,
        "revenue": 123,
        "finalAmount": 123
      }
    ],
    "details": [
      {
        "_id": "<string>",
        "paymentId": "<string>",
        "upc": "<string>",
        "productName": "<string>",
        "isrc": "<string>",
        "trackName": "<string>",
        "royalty": 123,
        "period": "<string>",
        "data": [
          {
            "period": "<string>",
            "platform": "<string>",
            "plays": 123,
            "revenue": 123
          }
        ]
      }
    ]
  }
]

Authorizations

Authorization
string
header
required

Path Parameters

split_id
string
required

Response

Successful Response

_id
string | null
splitId
string | null
splitBatch
string | null
splitDate
string | null
reportId
string | null
anticipationId
string | null
ownerTaxId
string | null
origin
string | null
taxId
string | null
name
string | null
artistName
string | null
email
string | null
amount
number | null
originalAmount
number | null
finalAmount
number | null
originalFinalAmount
number | null
irPercent
number | null
irAmount
number | null
currency
string | null
originalCurrency
string | null
exchangeRate
number | null
finalExchangeRate
number | null
showExchangeData
boolean | null
status
string | null
paidManually
boolean | null
paymentDate
string | null
attemptDate
string | null
transactionId
string | null
errorReason
string | null
bubblePaymentId
string | null
advance
boolean | null
default:false
parentId
string | null
parentName
string | null
originalTaxId
string | null
originalName
string | null
bankAccount
SplitBankAccount · object
products
SplitReportProduct · object[] | null
platforms
SplitReportPlatform · object[] | null
details
SplitReportPaymentDetails · object[] | null