cURL
curl --request POST \ --url https://production.api.noodle.cx/external/split/payments/{payment_id}/paid \ --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 } ] } ] }
Use este endpoint para definir um pagamento específico como pago manualmente para evitar que ele seja pago em duplicidade.
Successful Response
Representa os dados de um pagamento em um relatório de divisão.
Atributos:
Propriedades:
Show child attributes
pix
ted
internal