action rebilly_get3_dsecure { label: "Retrieve a ThreeDSecure entry" description: "Retrieve a ThreeDSecure entry with specified identifier string.\n" provider: rebilly method: GET path: "/3dsecure/{id}" encoding: json output: { type: "object" required: ["amount", "currency", "customerId", "enrolled", "enrollmentEci", "gatewayAccountId", "paymentCardId", "websiteId"] properties: { _links: { type: "array" description: "The links related to resource." items: { type: "object" required: ["rel"] properties: { rel: { type: "string" description: "The link type." enum: ["self"] } } } } amount: { type: "number" format: "double" description: "Transaction amount." } cavv: { type: "string" description: "The 3D Secure entry cardholder authentication verification value." } createdTime: { description: "The 3D Secure entry created time." type: "object" } currency: { type: "object" } customerId: { description: "Related customer ID." type: "object" } eci: { type: "integer" description: "The 3D Secure entry electronic commerce indicator." } enrolled: { type: "string" description: "Is the cardholder enrolled in 3DSecure." enum: ["Y", "N", "U"] } enrollmentEci: { type: "string" description: "The 3D Secure entry enrollment eci." } gatewayAccountId: { description: "Related gateway account ID." type: "object" } id: { description: "The 3D Secure entry identifier string." type: "object" } payerAuthResponseStatus: { type: "string" description: "The 3D Secure entry Auth Response Status." enum: ["Y", "N", "U", "A"] } paymentCardId: { description: "Related payment card ID." type: "object" } signatureVerification: { type: "string" description: "If signature was verified." enum: ["Y", "N"] } websiteId: { description: "Related Website ID." type: "object" } xid: { type: "string" description: "The 3D Secure entry transaction Id." } } } }