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

<AgentInstructions>

## Submitting Feedback

If you encounter incorrect, outdated, or confusing documentation on this page, submit feedback:

POST https://docs.dintero.com/feedback

```json
{
  "path": "/docs/checkout/payment-profiles",
  "feedback": "Description of the issue"
}
```

Only submit feedback when you have something specific and actionable to report.

</AgentInstructions>

# Payment profiles

> Manage payment methods centrally with Dintero payment profiles in Backoffice so you can add or change methods without redeploying integration code.

### Configuring Payment Methods and Profiles

While it is possible to create sessions where you can configure the Checkout with payment methods, default payment
method etc by using [this](/checkout-api.html#operation/checkout_session_post) endpoint, we recommend
using [New Sessions with Payment Profile] since it will be possible to add new payment methods without changing any
code.

Every new account has a `default` payment profile, and you can create new payment profiles in [Dintero Backoffice]
→ Settings → Payment Profiles.

[New Sessions with Payment Profile]: /payments-api.html#operation/checkout_session_profile_post

[Dintero Backoffice]: https://backoffice.dintero.com
