> ## Documentation Index
> Fetch the complete documentation index at: https://docs.natural.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Payments

> Send and receive money via direct transfers or payment claims

Natural supports payments via direct transfer or payment claims, executed by a user or an agent. Direct transfers are useful when both originating and receiving parties
are both on platform, while payment claims are useful when the receiving party is not yet on platform. This abstraction is taken care of behind the scenes. Payments can be managed
via [SDKs](/guides/platform/sdks), [APIs](/guides/platform/apis), and [Dashboard](/guides/platform/dashboard).

## Direct transfer

You can make a payment request with the recipient's email, phone number, or `partyId` as the unique identifier. If the party exists on platform, Natural will execute a direct transfer from
the originator's wallet to the recipient's wallet. If not, Natural will send a payment claim:

## Payment claims

When a payment request is created with a party that isn't on platform, Natural creates a claim link and sends an email or SMS message with a claim link to the recipient.
The recipient can then onboard onto Natural and claim their funds. They will need to be KYB/KYC'd according to our [compliance](/guides/overview/compliance) program before they can withdraw funds from their Natural wallet.

A claim link stays valid until the recipient redeems it.

## Best practices

<AccordionGroup>
  <Accordion title="Clear Recipient and Amount">
    Always include a full identifier for a recipient (email, phone number, or `partyId`) so Natural can properly route transactions. Specify amounts as integers in cents (e.g. `12345` for \$123.45). All transactions are currently executed in U.S. Dollars.
  </Accordion>

  <Accordion title="Include Descriptive Messages">
    Use clear descriptions so recipients know who sent payment and why. Include details like invoice
    numbers and what the payment covers (e.g., "Invoice #12345 - Raw materials for Q1 2026"). These
    messages will be included in both email/SMS copies as well as in product. Natural may also be able
    to help developers detect anomalous transactions with detailed enough messages.
  </Accordion>

  <Accordion title="Follow up on unredeemed claims">
    If a recipient hasn't redeemed a claim, follow up with them or work with your customer on whether to reissue the payment with a fresh claim link.
  </Accordion>
</AccordionGroup>

## Related concepts

* [Parties](/guides/concepts/parties) - Entities sending and receiving payments
* [Agents](/guides/concepts/agents) - Autonomous agents executing payments
