# Creates a transaction with guest seller and returns actions page url Endpoint: POST /p2p/listings/create_with_seller Version: 0.1.0 Security: OAuth2 ## Request fields (application/json): - `ad_id` (string, required) Unique ID for the product or service. Not used by Trustap internally, but returned in webhook events. - `currency` (string, required) Enum: "aud", "eur", "gbp", "myr", "pln", "sek", "usd", "huf" - `description` (string, required) Description of the product or service. This description is shown in all emails and payment screens. - `image_url` (string) URL of the image displayed on the Trustap payment page to show the buyer the item they are paying for. Supports jpg, png, gif, bmp, webp and svg files. Images displayed as a squares. Non-square images are cropped. - `seller_country_code` (string, required) ISO 4217 three-character currency code representing the currency of the transaction. - `seller_email` (string, required) Valid email address of your seller. Ensure this email is correct as Trustap will send all transaction correspondence to this email. - `seller_phone_number` (string) Phone number of seller. - `value` (integer, required) The price of the product or service. This value must be provided in a currency's smallest unit. ## Response 201 fields (application/json): - `actions_url` (string, required) ## Response 400 fields