# Verifications dynamic oneTime resource Successful account verification outcome. Endpoint: POST /verifications/accounts/dynamic/oneTime Version: 5 Security: BasicAuth ## Header parameters: - `Authorization` (string, required) - `Accept` (string, required) - `Content-Type` (string, required) ## Request fields (application/vnd.worldpay.verifications.accounts-v5+json): - `merchant` (object, required) - `merchant.entity` (string, required) - `merchant.mcc` (string) - `merchant.paymentFacilitator` (object) - `merchant.paymentFacilitator.pfId` (string, required) - `merchant.paymentFacilitator.isoId` (string) - `merchant.paymentFacilitator.subMerchant` (object, required) - `merchant.paymentFacilitator.subMerchant.merchantId` (string, required) - `merchant.paymentFacilitator.subMerchant.name` (string, required) - `merchant.paymentFacilitator.subMerchant.street` (string, required) - `merchant.paymentFacilitator.subMerchant.city` (string, required) - `merchant.paymentFacilitator.subMerchant.state` (string) - `merchant.paymentFacilitator.subMerchant.countryCode` (string, required) - `merchant.paymentFacilitator.subMerchant.postalCode` (string, required) - `merchant.paymentFacilitator.subMerchant.taxId` (string) - `merchant.paymentFacilitator.subMerchant.telephone` (string) - `merchant.paymentFacilitator.subMerchant.email` (string) - `merchant.paymentFacilitator.subMerchant.url` (string) - `channel` (string) The payment channel indicates the interaction of the cardholder with the merchant. Supply a value of moto to process an authorization as a Mail Order or Telephone Order transaction. If channel is not provided, the authorization will be processed as ecommerce by default. NOTE: 3DS authentication data cannot be supplied for MOTO payments. Enum: "moto" - `instruction` (object, required) - `instruction.value` (object, required) - `instruction.value.amount` (string, required) Implied decimal. For example, 250 GBP = £2.50. We cancel the applied nominal authorization amount before your customer is charged. - `instruction.value.currency` (string, required) 3-letter [ISO-4217 currency code](/products/reference/supported-countries-currencies#iso-currency-codes). - `instruction.paymentInstrument` (any, required) - `instruction.narrative` (object) - `instruction.narrative.line1` (string, required) - `instruction.narrative.line2` (string) - `instruction.consumerBillPayment` (boolean) If you are registered with Visa as a Consumer Bill Payment Service (CBPS), you must set this to true for any payments associated with the CBPS. - `transactionReference` (string, required) - `customer` (object) - `customer.authentication` (object, required) - `customer.authentication.version` (string, required) - `customer.authentication.type` (string, required) - `customer.authentication.eci` (string, required) - `customer.authentication.authenticationValue` (string) - `customer.authentication.transactionId` (string) ## Response 201 fields (application/vnd.worldpay.verifications.accounts-v5+json): - `outcome` (string, required) - `checkedAt` (string, required) - `riskFactors` (array) - `riskFactors.risk` (string, required) - `riskFactors.detail` (string) - `riskFactors.type` (string, required) - `paymentInstrument` (object) - `paymentInstrument.card` (object) - `paymentInstrument.card.number` (object) - `paymentInstrument.card.number.bin` (string, required) - `paymentInstrument.card.number.last4Digits` (string, required) - `paymentInstrument.card.countryCode` (string) - `paymentInstrument.card.expiryDate` (object) - `paymentInstrument.card.expiryDate.month` (integer, required) - `paymentInstrument.card.expiryDate.year` (integer, required) - `paymentInstrument.card.brand` (string) - `paymentInstrument.card.fundingType` (string) - `paymentInstrument.card.issuer` (object) - `paymentInstrument.card.issuer.name` (string, required) - `paymentInstrument.card.category` (string) - `paymentInstrument.card.paymentAccountReference` (string)