# Merchants ## Create merchant - [POST /v1/merchants](https://docs.taluspay.com/openapi/merchants/create%20merchant.md) ## Get merchant - [GET /v1/merchants/{merchant_id}](https://docs.taluspay.com/openapi/merchants/get%20merchant.md) ## Update merchant - [PATCH /v1/merchants/{merchant_id}](https://docs.taluspay.com/openapi/merchants/update%20merchant.md) ## Create Customer - [POST /v1/merchants/{merchant_id}/customers](https://docs.taluspay.com/openapi/merchants/create%20customer.md): Create a customer for a given merchant ## Get Customer Payment Methods - [GET /v1/merchants/{merchant_id}/customers/{customer_id}/payment_methods](https://docs.taluspay.com/openapi/merchants/get%20customer%20payment%20methods.md): Retrieve payment methods for a given customer ## Create Customer Payment Method - [POST /v1/merchants/{merchant_id}/customers/{customer_id}/payment_methods](https://docs.taluspay.com/openapi/merchants/create%20customer%20payment%20method.md): Create a payment method for a given customer ## Get Customer Payment Method By Fingerprint - [GET /v1/merchants/{merchant_id}/customers/{customer_id}/payment_methods/{card_fingerprint}](https://docs.taluspay.com/openapi/merchants/get%20customer%20payment%20method%20by%20fingerprint.md): Retrieve payment method for a given fingerprint ## Delete Customer Payment Method - [DELETE /v1/merchants/{merchant_id}/customers/{customer_id}/payment_methods/{payment_method_id}](https://docs.taluspay.com/openapi/merchants/delete%20customer%20payment%20method.md): Delete a payment method for a given customer