# Disburses funds to the payout instrument specified Disburse funds to a payout instrument using fastAccess. Endpoint: POST /payouts/fastAccess Version: 3 Security: BasicAuth ## Request fields (application/vnd.worldpay.payouts-v3+json): - `instruction` (object, required) An object that contains all the information related to your payout request. - `instruction.narrative` (object, required) An object that contains identification and further details of the merchant. - `instruction.narrative.line1` (string, required) First line of text that appears on your customer's statement. - `instruction.narrative.line2` (string) Second line of text that appears on your customer's statement. - `instruction.payoutInstrument` (any, required) An object that contains your customer's payout type. - `instruction.value` (object, required) An object that contains payout amount and currency. - `instruction.value.amount` (integer, required) The payout amount. - `instruction.value.currency` (string, required) The 3 digit currency code. - `merchant` (object, required) An object that contains information about the merchant. - `merchant.entity` (string, required) This is mandatory for authentication and queries. Contact your Implementation Manager for more information. - `transactionReference` (string, required) A unique reference generated by you, used to identify a payout throughout its lifecycle. ## Response 201 fields (application/vnd.worldpay.payouts-v3+json): - `outcome` (string, required) outcome of payouts request - `receivedAt` (string, required) A timestamp of receivedAt