---
title: "Creates a Payment Profile"
method: POST
path: "/customers/{customer_id}/payment_profiles"
tags: ["Payment Profile"]
---

# Creates a Payment Profile

`POST /customers/{customer_id}/payment_profiles`

## Path parameters

- `customer_id` integer, required

## Request body

- object
  - `customer_external_id` string — Payment Gateway's Customer token
  - `payment_profile_id` string — Payment Gateway's stored payment profile token
  - `expiration` string
  - `last_four` string

## Response `200`

successful

## Other responses

- `422` — Invalid request

---

[API](https://skmtc.dev/syncromsp/apis/syncro.md) · [All operations](https://skmtc.dev/syncromsp/apis/syncro/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/syncromsp/syncro/revisions/dfc1c332d2c2/schema)
