---
title: "Create Pay Account (GoPay)"
method: POST
path: "/v2/pay/account"
---

# Create Pay Account (GoPay)

`POST /v2/pay/account`

Link customer account  - GoPay Tokenizations

## Request body

- object
  - `payment_type` string — Payment channel where the account is register to.
  - `gopay_partner` object — GoPay linking specific parameters.
    - `phone_number` string
    - `country_code` string
    - `redirect_url` string

## Response `200`

200

- object
  - `status_code` string
  - `payment_type` string
  - `channel_response_code` string
  - `channel_response_message` string

## Other responses

- `401` — 401

---

[API](https://skmtc.net/midtrans/apis/snap-api.md) · [All operations](https://skmtc.net/midtrans/apis/snap-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/midtrans/snap-api/versions/67e029cf926a/schema)
