PayPal · Example Payload

Paypal Payoutspost Example

BillingCommerceDisputesInvoicesOrderPaymentsPayoutsSubscriptionTokensWebhook

Paypal Payoutspost Example is an example object payload from PayPal, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationIdmethodpathsummaryrequestExamplesresponseExamples

Example Payload

Raw ↑
{
  "operationId": "payouts.post",
  "method": "POST",
  "path": "/v1/payments/payouts",
  "summary": "Paypal Create batch payout",
  "requestExamples": [
    {
      "contentType": "application/json",
      "name": "create_payout_request",
      "example": {
        "sender_batch_header": {
          "sender_batch_id": "Payouts_2018_100007",
          "email_subject": "You have a payout!",
          "email_message": "You have received a payout! Thanks for using our service!"
        },
        "items": [
          {
            "recipient_type": "EMAIL",
            "amount": {
              "value": "9.87",
              "currency": "USD"
            },
            "note": "Thanks for your patronage!",
            "sender_item_id": "201403140001",
            "receiver": "receiver@example.com",
            "alternate_notification_method": {
              "phone": {
                "country_code": "91",
                "national_number": "9999988888"
              }
            },
            "notification_language": "fr-FR"
          },
          {
            "recipient_type": "PHONE",
            "amount": {
              "value": "112.34",
              "currency": "USD"
            },
            "note": "Thanks for your support!",
            "sender_item_id": "201403140002",
            "receiver": "91-734-234-1234"
          },
          {
            "recipient_type": "PAYPAL_ID",
            "amount": {
              "value": "5.32",
              "currency": "USD"
            },
            "note": "Thanks for your patronage!",
            "sender_item_id": "201403140003",
            "receiver": "G83JXTJ5EHCQ2"
          }
        ]
      }
    }
  ],
  "responseExamples": []
}

Work with this as data

Every example here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for examples

4 MCP tools reach this
  • find_examplesBrowse and filter every example in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This example
curl "https://apis.io/api/v1/examples/paypal-payoutspost-example"
All examples
curl "https://apis.io/api/v1/examples?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.