---
title: "create an instance of payments. This will start a new payments session"
method: POST
path: "/2010-04-01/Accounts/{AccountSid}/Calls/{CallSid}/Payments.json"
tags: ["Api20100401Payment"]
---

# create an instance of payments. This will start a new payments session

`POST /2010-04-01/Accounts/{AccountSid}/Calls/{CallSid}/Payments.json`

create an instance of payments. This will start a new payments session

## Path parameters

- `AccountSid` string, required
- `CallSid` string, required

## Response `201`

Created

- ApiV2010AccountCallPayments
  - `account_sid` string, nullable — The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Payments resource.
  - `call_sid` string, nullable — The SID of the [Call](https://www.twilio.com/docs/voice/api/call-resource) the Payments resource is associated with. This will refer to the call sid that is producing the payment card (credit/ACH) information thru DTMF.
  - `sid` string, nullable — The SID of the Payments resource.
  - `date_created` string, date-time-rfc-2822, nullable — The date and time in GMT that the resource was created specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format.
  - `date_updated` string, date-time-rfc-2822, nullable — The date and time in GMT that the resource was last updated specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format.
  - `uri` string, nullable — The URI of the resource, relative to `https://api.twilio.com`.

---

[API](https://skmtc.net/twilio/apis/api-v2010.md) · [All operations](https://skmtc.net/twilio/apis/api-v2010/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/twilio/api-v2010/revisions/6b6ffccef14c/schema)
