> For the complete documentation index, see [llms.txt](https://docs.bizmagnets.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.bizmagnets.ai/integration/payment-gateways/paypal/workflows-for-palpay.md).

# Workflows for PalPay

Keep customers confidently informed with instant payment updates with automated notifications. A smoother experience for everyone.

<figure><img src="/files/g4JcEx8Yvayq17FsnUJm" alt=""><figcaption></figcaption></figure>

## **Payment Status Notifications**

### **Capture Declined**

Automatically trigger an immediate notification when a payment capture attempt is declined, keeping customers informed of transaction issues in real-time.

1. Go to PayPal integration Workflow and click on the Use button beside the Capture Declined.

<figure><img src="/files/UlpVstJojD1h9qD4wwd2" alt=""><figcaption></figcaption></figure>

2. Click 'Pick Template+' and select a template.
3. Select 'Add Action' from the dropdown and click 'Submit'.

### **Capture Completed**

Instantly notify customers when their payment capture has been successfully processed, providing confirmation and peace of mind.

1. Go to PayPal integration Workflow and click on the Use button beside the Capture Completed.

<figure><img src="/files/iE6yC6iR9MdZdmxQyLL7" alt=""><figcaption></figcaption></figure>

2. Click 'Pick Template+' and select a template.
3. Select 'Add Action' from the dropdown and click 'Submit'.

### **Capture Pending**

Proactively send a status update notification when a payment capture is pending and undergoing processing, maintaining transparency.

1. Go to PayPal integration Workflow and click on the Use button beside the Capture Pending.

<figure><img src="/files/PCrtfxGv4s6xgbWGQXUf" alt=""><figcaption></figcaption></figure>

2. Click 'Pick Template+' and select a template.
3. Select 'Add Action' from the dropdown and click 'Submit'.

### **Capture Refunded**

Promptly inform customers when a captured payment has been refunded, including relevant details about the reimbursement process.

1. Go to PayPal integration Workflow and click on the Use button beside the Capture Refunded.

<figure><img src="/files/P9eSM41d7qmn5Gn7PMP2" alt=""><figcaption></figcaption></figure>

2. Click 'Pick Template+' and select a template.
3. Select 'Add Action' from the dropdown and click 'Submit'.

### **Capture Reversed**

Immediately alert customers when a previously captured payment has been reversed, explaining next steps clearly.

1. Go to PayPal integration Workflow and click on the Use button beside the Capture Reversed.

<figure><img src="/files/fYAJOteuRPDOCCgG8QGU" alt=""><figcaption></figcaption></figure>

2. Click 'Pick Template+' and select a template.
3. Select 'Add Action' from the dropdown and click 'Submit'.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.bizmagnets.ai/integration/payment-gateways/paypal/workflows-for-palpay.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
