---
title: "Rapyd Collect"
source_url: https://docs.rapyd.net/en/rapyd-collect-363484.html
lang: en
---

# Rapyd Collect

Collect a payment from a customer and deposit it into one or more Rapyd Wallets.

#### Collection

There are different payment mechanisms for different client needs. The following API methods enable those capabilities:

- [Payment](https://docs.rapyd.net/en/payment.md "Payment") - Collect money from a payment method and deposit it into one or more Rapyd Wallets.
- [Checkout Page](https://docs.rapyd.net/en/checkout-page.md "Checkout Page") - Collect money from a customer without handling personal identifying information (PII).
- [Payment Link](https://docs.rapyd.net/en/payment-link.md "Payment Link") - Create a reusable hosted payment page for multiple payments.
- [Group Payment](https://docs.rapyd.net/en/group-payment.md "Group Payment") - Collect money from multiple customers.
- [Escrow](https://docs.rapyd.net/en/escrow-542745.md "Escrow") - Hold collected funds temporarily in an escrow.
- [Refund](https://docs.rapyd.net/en/refund.md "Refund") - Refund all or part of a payment.
- [Digital Wallet](https://docs.rapyd.net/en/digital-wallet.md "Digital Wallet") - Create payments from digital wallets such as Apple Pay and Google Pay.
- [Dispute](https://docs.rapyd.net/en/dispute.md "Dispute") - Handle customer disputes.

#### Customer Profiles

Each customer has one or more payment methods. These can be saved to a customer profile for later use.

- [Customer](https://docs.rapyd.net/en/customer.md "Customer") - Store customer payment methods for future use.
- [Address](https://docs.rapyd.net/en/address.md "Address") - Store a customer's address.
- [Payment Method Type](https://docs.rapyd.net/en/payment-method-type.md "Payment Method Type") - Understand and find payment methods that a customer can use for making payments.
- [Customer Payment Method](https://docs.rapyd.net/en/customer-payment-method.md "Customer Payment Method") - Add payment methods to customer profiles.
- [Card Token](https://docs.rapyd.net/en/card-token.md "Card Token") - Store card payment methods without handling personal identifying information (PII).

#### Orders and Returns

Customers can order and pay for specific products in the client's inventory. The following API methods provide the means for handling both sides of these transactions:

- [SKU](https://docs.rapyd.net/en/sku.md "SKU") -Define items of physical inventory for orders.
- [Order](https://docs.rapyd.net/en/order.md "Order") - Define a single order of goods.
- [Return](https://docs.rapyd.net/en/return.md "Return") - Accept a return of an order of goods.

#### Discounts and Reusable Coupons

You can define coupons in many different ways and connect them to customers, subscriptions and orders. Use the following API methods:

- [Coupon](https://docs.rapyd.net/en/coupon.md "Coupon") - Define a discount on charges to the customer.
- [Discount](https://docs.rapyd.net/en/discount.md "Discount") - Handle discounts for a specific customer profile or subscription.

#### Payment Devices

- [Payment Devices](https://docs.rapyd.net/en/payment-devices.md "Payment Devices") - Onboard a payment device for a card-present business.

#### Related Information

- [Subscription](https://docs.rapyd.net/en/subscription.md "Subscription") - Define recurring payments.
