---
title: "POST /payer/auth/setup"
method: POST
path: "/payer/auth/setup"
tags: ["CreditCard"]
---

# POST /payer/auth/setup

`POST /payer/auth/setup`

## Request body

- PayerAuthSetupRequest
  - `keyId` string, uuid
  - `amount` string, nullable
  - `totalAmount` string, nullable
  - `transientToken` string, nullable
  - `firstName` string, nullable
  - `lastName` string, nullable
  - `phone` string, nullable
  - `email` string, nullable
  - `street` string, nullable
  - `city` string, nullable
  - `state` string, nullable
  - `country` string, nullable
  - `postalCode` string, nullable
  - `transactionId` string, nullable
  - `custom1` string, nullable
  - `custom2` string, nullable
  - `custom3` string, nullable
  - `custom4` string, nullable
  - `custom5` string, nullable
  - `custom6` string, nullable
  - `custom7` string, nullable
  - `custom8` string, nullable
  - `custom9` string, nullable
  - `custom10` string, nullable
  - `isRecurring` boolean
  - `planName` string, nullable
  - `frequency` string, nullable
  - `interval` string, nullable
  - `startDate` string, nullable
  - `endDate` string, nullable
  - `allowedFailedAttempts` string, nullable
  - `tokenizeCard` boolean
  - `tokenId` string, uuid, nullable
  - `firstPaymentAmount` string, nullable
  - `isFirstPayment` boolean
  - `isCapture` boolean, nullable

## Response `200`

Success

---

[API](https://skmtc.dev/skipcash/apis/skipcash-api.md) · [All operations](https://skmtc.dev/skipcash/apis/skipcash-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/skipcash/skipcash-api/revisions/6d8bb4bacc01/schema)
