# 

- [Tutorial: Build a checkout page](/docs/tutorials/build-checkout-page)
- [Tutorial: Your first API call](/docs/tutorials/first-api-call)


## Account-Management

- [Tutorial: Onboard a new client](/docs/tutorials/account-management/onboard-a-client)


## Error-Handling

- [Tutorial: Log and monitor API errors](/docs/tutorials/error-handling/log-monitor-api-errors)
- [Tutorial: Processor-specific errors](/docs/tutorials/error-handling/processor-specific-errors)
- [Tutorial: Retry with exponential backoff](/docs/tutorials/error-handling/retry-with-exponential-backoff)


## Integration-Patterns

- [Tutorial: E-commerce platform integration](/docs/tutorials/integration-patterns/ecomm-integration)
- [Tutorial: PCI-compliant checkout](/docs/tutorials/integration-patterns/pci-compliant-checkout)
- [Tutorial: White-label payment solution](/docs/tutorials/integration-patterns/white-label-solutions)


## Payment-Cookbook

- [Recipe: ACH for invoices](/docs/tutorials/payment-cookbook/ach-for-invoices)
- [Recipe: ACH payouts](/docs/tutorials/payment-cookbook/ach-payouts)
- [Recipe: Auth/capture for e-commerce](/docs/tutorials/payment-cookbook/auth-capture-ecommerce)
- [Recipe: ACH returns](/docs/tutorials/payment-cookbook/auth-returns)
- [Recipe: Authorize and capture](/docs/tutorials/payment-cookbook/authorize-and-capture)
- [Recipe: Cancels and refunds](/docs/tutorials/payment-cookbook/cancels-and-refunds)
- [Recipe: Handle declined transactions](/docs/tutorials/payment-cookbook/handle-declined-transactions)
- [Recipe: Handle payment failures](/docs/tutorials/payment-cookbook/handle-payment-failures)
- [Recipe: Process a one-time sale](/docs/tutorials/payment-cookbook/process-a-sale)


## Security

- [Tutorial: Secure API keys](/docs/tutorials/security/secure-api-keys)