{ "opencollection": "1.0.0", "info": { "name": "WildApricot Admin Accounts Finances.PaymentAllocations API", "version": "7.24.0" }, "items": [ { "info": { "name": "Finances.PaymentAllocations", "type": "folder" }, "items": [ { "info": { "name": "WildApricot Get List Describing How Payments Are Allocated Among Invoices.", "type": "http" }, "http": { "method": "GET", "url": "https://api.wildapricot.org/v2.2/accounts/:accountId/paymentAllocations", "params": [ { "name": "InvoiceId", "value": "", "type": "query", "description": "Identifier of invoice." }, { "name": "PaymentId", "value": "", "type": "query", "description": "Identifier of payment." }, { "name": "RefundId", "value": "", "type": "query", "description": "Identifier of refund." } ], "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://oauth.wildapricot.org/auth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "At least one parameter InvoiceId or PaymentId or RefundId should be specified." } ] } ], "bundled": true }