---
title: "Collection methods"
---
Gravv supports three payment methods for collections. When you initiate a collection, specify the payment method in `source_type` within the `source` object:

<CardGroup cols={3}>
  <Card title="Card" href="/platform/collections/collection-methods/card">
    Collect payments through credit and debit cards.
  </Card>

  <Card title="Bank transfer" href="/platform/collections/collection-methods/bank-transfer">
    Collect payments in local currency through direct bank transfers.
  </Card>

  <Card title="Mobile money" href="/platform/collections/collection-methods/mobile-money">
    Collect payments in local currency through Mobile Money accounts.
  </Card>
</CardGroup>
