A bank account number used for Automated Clearing House transactions and electronic transfers.
a random ach account number
Unique nine-digit code used in the U.S. for identifying the bank and processing electronic transactions.
a random ach routing number
Cryptographic identifier used to receive, store, and send Bitcoin cryptocurrency in a peer-to-peer network.
a random bitcoin address
Secret, secure code that allows the owner to access and control their Bitcoin holdings.
a random bitcoin private key
Plastic card allowing users to make purchases on credit, with payment due at a later date.
a random credit card
Three or four-digit security code on a credit card used for online and remote transactions.
a random credit card cvv
Month of the date when a credit card becomes invalid and cannot be used for transactions.
a random credit card exp month
Year of the date when a credit card becomes invalid and cannot be used for transactions.
a random credit card exp year
Unique numerical identifier on a credit card used for making electronic payments and transactions.
Types
Bins
Gaps
a random credit card number
import { Faker } from "k6/x/faker"
let faker = new Faker(11)
export default function () {
console.log(faker.payment.creditCardNumber(["none","how","these","keep","trip","congolese","choir","computer","still","far"],["unless","army","party","riches","theirs","instead","here","mine","whichever","that"],false))
}
Output (formatted as JSON value)
"0"
Unique numerical identifier on a credit card used for making electronic payments and transactions.
a random credit card number formatted
Medium of exchange, often in the form of paper money or coins, used for trade and transactions.
a random currency
Complete name of a specific currency used for official identification in financial transactions.
a random currency long
The amount of money or value assigned to a product, service, or asset in a transaction.
Min
Max
a random price
Generator to generate payment related entries.