# Endpoints
source: https://developer.mastercard.com/donations/documentation/endpoints/index.md

|          Type          |                 Endpoint                 |                                                        Description                                                        |
|------------------------|------------------------------------------|---------------------------------------------------------------------------------------------------------------------------|
| **Donors**             | /donations/donors                        | Enroll new donors \& manage their profiles.                                                                               |
| **Cards**              | /donations/donors/{donorId}/cards        | Store \& manage payment cards on file to make donations quick and easy.                                                   |
| **Monthly Donations**  | /donations/donors/{donorId}/setups       | Configure and manage automatic recurring round-up donations, micro-donations or donations with a fixed amount each month. |
| **One-Time Donations** | /donations/payments                      | Send a one-time donation to a selected charity.                                                                           |
| **Guest Donations**    | /donations/guest-payments                | Send donations quickly for emergency and disaster relief efforts.                                                         |
| **Donation History**   | /donations/donors/{donorId}/transactions | Retrieve a history of donations for a particular donor within a given period of time.                                     |
| **Health Check**       | /healthchecks                            | Retrieve the health of deployed services to see if they are running well.                                                 |

