File details: payment_method.csv

Edit on GitHub
You are browsing a previous version of the document. The latest version is 202307.0.

This document describes the payment_method.csv file to configure the payment method information in your Spryker Demo Shop.

To import the file, run:

data:import:payment-method

Import file parameters

The file must have the following parameters:

PARAMETER REQUIRED TYPE REQUIREMENTS OR COMMENTS DESCRIPTION
payment_method_key String Identifier of the payment method.
payment_method_name String Name of the payment method.
payment_provider_key String Identifier of the payment provider.
payment_provider_name String Name of the payment provider.
is_active No Boolean
  • True = 1
  • False = 0
  • If the field is empty, it is set to 0 (false).
Status indicating whether the payment method is active or not.

Import file dependencies

This file has no dependencies.

Import template file and content example

The following table contains the template and an example of the file:

FILE DESCRIPTION
payment_method.csv template Exemplary import file with headers only.
payment_method.csv Exemplary import file with Demo Shop data.