← All Skills
P

Payments & finance

PayPal

Read transactions and process payouts.

Online payment system that allows money transfers and serves as an electronic alternative to traditional payment methods

Triggers0

Things that can wake up your PayPal coworker.

No triggers published for PayPal yet — but you can still run it on a schedule or from a chat.

Actions4

Things your coworker can do in PayPal.

  • Activate billing plan

    Activates a billing plan in PayPal, making it available for subscription signups. Use this action when you have a billing plan in inactive state that you want to make available for new subscriptions. A successful activation returns HTTP 204 No Content with no response body. This action is idempotent - activating an already active plan returns success.

    PAYPAL_ACTIVATE_PLAN
  • Create Subscription

    Creates a new PayPal subscription based on a billing plan. Use this action when you need to set up a recurring billing subscription for a customer. The action returns a subscription ID and an approval URL where the subscriber must complete the subscription by logging into their PayPal account and confirming the payment. This action is irreversible once the subscriber approves the subscription. **Required fields:** - plan_id: The PayPal billing plan ID **Important:** - The subscriber will be redirected to PayPal to approve the subscription - Use the 'approve' link from the response to redirect the subscriber - The subscription status will be 'PENDING' until the subscriber approves it

    PAYPAL_CREATE_SUBSCRIPTION
  • Get Refund Details

    Retrieves details for a PayPal refund by its ID. Use when you need to check the status, amount, or details of an existing refund. This action is useful for verifying refund details, checking refund status, or monitoring refund progress. Note that this is a deprecated v1 API endpoint.

    PAYPAL_GET_PAYMENTS_REFUND
  • Get Subscription Details

    Retrieves the details of a PayPal subscription by its ID. Use this action when you need to check the status, billing information, subscriber details, or other properties of an existing subscription. Optionally, you can request additional fields like 'last_failed_payment' or 'plan' details using the fields parameter.

    PAYPAL_GET_SUBSCRIPTION