payment_method
BusinessGenerate payment method types like credit_card, debit_card, paypal, bank_transfer, apple_pay. For checkout and billing system testing.
Example Outputs
credit_carddebit_cardpaypalbank_transferapple_paycryptoAPI Usage
Send a POST request to generate payment method data:
curl -X POST https://mockhero.dev/api/v1/generate \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"tables": [
{
"name": "example",
"count": 5,
"fields": [
{
"name": "payment_method",
"type": "payment_method"
}
]
}
]
}'Common Use Cases
- Checkout flow testing
- Payment integration testing
- Billing system seeding
Quick Info
- Field Type
- payment_method
- Category
- Business
- Parameters
- None required
- Output Format
- JSON, CSV, SQL
Related Types
Generate Payment Method + 155 more types via API
One API call. Multiple tables. Relational integrity. Free tier included.