---
title: "POST /google-pay/merchant-registration/{merchantId}/certificates"
method: POST
path: "/google-pay/merchant-registration/{merchantId}/certificates"
tags: ["GooglePay"]
---

# POST /google-pay/merchant-registration/{merchantId}/certificates

`POST /google-pay/merchant-registration/{merchantId}/certificates`

## Path parameters

- `merchantId` string, uuid, required

## Request body

- GooglePayMerchantCertificatesRegisterRequest
  - `merchant_certificate_data` string, nullable
  - `merchant_certificate_password` string, nullable

## Response `200`

Success

- GooglePayMerchantCertificates
  - `id` string, uuid
  - `tenant_id` string, uuid
  - `merchant_certificate_expiration_date` string, date-time, nullable
  - `merchant_certificate_fingerprint` string, nullable
  - `created_by` string, uuid, nullable
  - `created_at` string, date-time, nullable

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found

---

[API](https://skmtc.net/basistheory/apis/basis-theory-api.md) · [All operations](https://skmtc.net/basistheory/apis/basis-theory-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/basistheory/basis-theory-api/revisions/cbb8e098b560/schema)
