# Charges

Once the user has authorized that you can charge them, you can now use the endpoint

* `post` `{{baseUrl}}/payments/charges`&#x20;

This will debit money from the user's connected bank account, and you will see it in Stripe's dashboard.

Every transaction is also saved in Linker's database into the `payment_transaction` table.
