action fraudlabspro_post_v1_order_screen { label: "post_v1_order_screen" description: "Screen order for payment fraud." provider: fraudlabspro method: POST path: "/v1/order/screen" encoding: json input: { type: "object" properties: { amount: { type: "number" } avs_result: { type: "string" } bill_addr: { type: "string" } bill_city: { type: "string" } bill_country: { type: "string" } bill_state: { type: "string" } bill_zip_code: { type: "string" } bin_no: { type: "string" } card_hash: { type: "string" } currency: { type: "string" } cvv_result: { type: "string" } department: { type: "string" } email: { type: "string" } email_domain: { type: "string" } email_hash: { type: "string" } first_name: { type: "string" } flp_checksum: { type: "string" } format: { type: "string" enum: ["json", "xml"] } ip: { type: "string" } key: { type: "string" } last_name: { type: "string" } password_hash: { type: "string" } payment_mode: { type: "string" } quantity: { type: "integer" } ship_addr: { type: "string" } ship_city: { type: "string" } ship_country: { type: "string" } ship_state: { type: "string" } ship_zip_code: { type: "string" } user_order_id: { type: "string" } user_order_memo: { type: "string" } user_phone: { type: "string" } username_hash: { type: "string" } } required: ["ip", "key"] additionalProperties: false } output: { type: "object" additionalProperties: true } }