--- title: 'Affirm' description: '' --- # Affirm undefined | Detail | Value | |---|---| | Category | Finance | | Base URL | `https://api.affirm.com/api/v1` | | Authentication | API Key | | Endpoints | 6 | | Connector key | `affirm` | ## Using Affirm in a workflow 1. Go to **Connections** and click **New Connection**. 2. Pick **Affirm** from the marketplace. 3. Enter your credentials (see Authentication above for what's expected). 4. In a workflow, drop an **API Call** node and select this connection. 5. Pick the operation you need from the Operation dropdown — see the table below. ## Available Endpoints | Endpoint | Summary | |---|---| | [GET ](./get_charges_0) | Charges | | [GET ](./get_capture_1) | Capture | | [GET ](./get_void_2) | Void | | [GET ](./get_refund_3) | Refund | | [GET ](./get_transactions_4) | Transactions | | [GET ](./get_promos_5) | Promos | > Each endpoint has its own page with parameter details, an example > `API Call` node configuration, and the response shape.