# conomy_hq ## Docs - Quickstart [Introduction](https://docs.conomyhq.com/introduction-831500m0.md): - Quickstart [Obtain an Access Token](https://docs.conomyhq.com/obtain-an-access-token-831413m0.md): - Quickstart [Create an Organization](https://docs.conomyhq.com/create-an-organization-831478m0.md): - Quickstart [Create users](https://docs.conomyhq.com/create-users-831483m0.md): - Quickstart [Create accounts](https://docs.conomyhq.com/create-accounts-831492m0.md): - Quickstart [Create your first top-up](https://docs.conomyhq.com/create-your-first-top-up-831496m0.md): - Quickstart [Create your first withdrawal](https://docs.conomyhq.com/create-your-first-withdrawal-831497m0.md): - Quickstart [Create your first purchase](https://docs.conomyhq.com/create-your-first-purchase-950278m0.md): - Quickstart [Create your first p2p payment](https://docs.conomyhq.com/create-your-first-p2p-payment-961402m0.md): - Quickstart [Create your first collect payment](https://docs.conomyhq.com/create-your-first-collect-payment-950304m0.md): - Quickstart [Supported Identity Document Types](https://docs.conomyhq.com/supported-identity-document-types-926391m0.md): - Payments [Transaction types](https://docs.conomyhq.com/transaction-types-832477m0.md): - Payments [Transaction status](https://docs.conomyhq.com/transaction-status-832499m0.md): - Payments [Origins and Destinations](https://docs.conomyhq.com/origins-and-destinations-832512m0.md): - Payments [Creating a payment](https://docs.conomyhq.com/creating-a-payment-832498m0.md): - Payments [Add & remove Fees](https://docs.conomyhq.com/add-remove-fees-961573m0.md): ## API Docs - API reference > Auth [Auth](https://docs.conomyhq.com/auth-13613843e0.md): - API reference > Identities [Create Identity](https://docs.conomyhq.com/create-identity-13613668e0.md): - API reference > Identities [Get Identity](https://docs.conomyhq.com/get-identity-13613669e0.md): - API reference > Identities [Update Identity](https://docs.conomyhq.com/update-identity-13613670e0.md): - API reference > Identities [Delete Identity](https://docs.conomyhq.com/delete-identity-13613671e0.md): - API reference > Identities [Get Identities List](https://docs.conomyhq.com/get-identities-list-13616585e0.md): - API reference > Identities [Add Child to Identity Children](https://docs.conomyhq.com/add-child-to-identity-children-15964630e0.md): Add children to an identity. The _id as path param is the identityId. - API reference > Identities [Remove Child from Children](https://docs.conomyhq.com/remove-child-from-children-14334400e0.md): - API reference > Identities [Add Rule to Identity](https://docs.conomyhq.com/add-rule-to-identity-15955167e0.md): Add fee to an identity, if added to an ORGANIZATION the fee is going to be charged to all its children too. - API reference > Identities [Remove Rule to Identity](https://docs.conomyhq.com/remove-rule-to-identity-15955168e0.md): Remove a specific fee to an identity. - API reference > Accounts [Create Account](https://docs.conomyhq.com/create-account-13613672e0.md): - API reference > Accounts [Get Account](https://docs.conomyhq.com/get-account-13613673e0.md): Endpoint to get the accounts by a certain filter, could be the id, identityId, accountNumber. - API reference > Accounts [Update Account](https://docs.conomyhq.com/update-account-13613674e0.md): - API reference > Accounts [Delete Account](https://docs.conomyhq.com/delete-account-13613675e0.md): - API reference > Accounts [Get multiple accounts](https://docs.conomyhq.com/get-multiple-accounts-13633466e0.md): - API reference > Payment-methods [Get payment-origins](https://docs.conomyhq.com/get-payment-origins-13613984e0.md): - API reference > Payment-methods [Get payment-destinations](https://docs.conomyhq.com/get-payment-destinations-13652543e0.md): - API reference > Payment-attempts [Create Attempt](https://docs.conomyhq.com/create-attempt-13616937e0.md): - API reference > Payment-attempts [Get payment-attempts list](https://docs.conomyhq.com/get-payment-attempts-list-13635743e0.md): - API reference > Payment-attempts [Get payment-attempt](https://docs.conomyhq.com/get-payment-attempt-13635745e0.md): - API reference > Payments [Create Payment](https://docs.conomyhq.com/create-payment-13619299e0.md): When creating a transaction, this endpoint provides a payment method and a provider system to process the payment. - API reference > Payments [Authorize Payment](https://docs.conomyhq.com/authorize-payment-13619300e0.md): This endpoint authorizes a transaction before it is captured, ensuring that the payment method has sufficient funds or credit availability. Authorization does not finalize the payment but reserves the amount until the capture is completed. - API reference > Payments [Capture Payment](https://docs.conomyhq.com/capture-payment-13642164e0.md): Indicates that the payment has been successfully captured. At this stage, the transaction has been confirmed, and the funds have been debited from the payment source. However, the funds may still be in transit before being fully received. - API reference > Payments [Get Payment List](https://docs.conomyhq.com/get-payment-list-13635761e0.md): - API reference > Payments [Get Payment List paginated](https://docs.conomyhq.com/get-payment-list-paginated-16044381e0.md): Paginated endpoint - API reference > Payments [Get Payment](https://docs.conomyhq.com/get-payment-13635768e0.md): - API reference > Payments [Receive Payment Provider Notification](https://docs.conomyhq.com/receive-payment-provider-notification-13642197e0.md): Indicates that the funds have been received and are available in the destination account. This represents the final stage of the payment process, where the funds are no longer in transit and can be used. - API reference > Payments [Client Transaction's Notification Webhook](https://docs.conomyhq.com/client-transactions-notification-webhook-14696592e0.md): Webhook to notify about the transaction status updates.