# Create a new single-use, face-to-face listing for the logged-in user (deprecated) Single-use listings are disabled once the remainder has been paid for a transaction created from it. Offline access is allowed for this endpoint when the user has granted the scope to the client that is performing the request. Endpoint: POST /p2p/me/single_use_listings/create Version: 0.1.0 Security: OAuth2 ## Request fields (application/json): - `charge_calculator_version` (integer, required) The value returned from a request to . Example: 5 - `charge_seller` (integer) The value returned from a request to . - `currency` (string, required) Enum: "aud", "eur", "gbp", "myr", "pln", "sek", "usd", "huf" - `deposit_charge` (integer, required) The value returned from a request to . Example: 78 - `deposit_price` (integer, required) The deposit price of the goods being sold, in the 's smallest unit. The value should correspond to the Trustap charge created with this price, otherwise this request will fail with a error. Example: 1234 - `description` (string, required) A description of the goods being sold. Example: "Soccer ticket" - `role` (string, required) Enum: "buyer", "seller" - `skip_remainder` (boolean) If is then the transaction will move to the "confirm handover" step after the deposit has been accepted. ## Response 201 fields (application/json): - `allows_multi_use` (boolean) - `created` (string) Example: "2019-12-25T09:00:00Z" - `creator_id` (string) Example: "ad5bb99f-85bf-47e1-be0d-15e7541c6ad7" - `creator_role` (string) - `currency` (string) - `deposit_pricing` (object) Example: {"charge":78,"price":1234} - `deposit_pricing.charge` (integer, required) Example: 78 - `deposit_pricing.charge_international_payment` (integer) - `deposit_pricing.charge_seller` (integer, required) - `deposit_pricing.price` (integer, required) Example: 1234 - `description` (string) - `disabled` (string) - `id` (integer, required) Example: "77f36253-7a43-4d47-897d-f73dd208e17a" - `skip_remainder` (boolean)