REST Payment Method Name

List payment methods names

List payment methods names

Lists all payment method names.

/rest/payments/methodNames

Parameters

Field Type Description
itemsPerPage Int The number of items to list per page
page Int The page of results to search for

Success 200

Field Type Description
paymentMethodId Int
lang String
name String

Errors 4xx

This call does not have an error output.

List all payment method names for a payment method id

List all payment method names for a payment method id. The payment method id must be specified.

/rest/payments/methodNames/{paymentMethodId}

Parameters

Field Type Description
itemsPerPage Int The number of items to list per page
page Int The page of results to search for

Success 200

Field Type Description
paymentMethodId Int
lang String
name String

Errors 4xx

This call does not have an error output.

Gets a payment method name by id and lang

Gets a payment method name by id and lang. The ID and the requested lang of the payment method must be specified.

/rest/payments/methodNames/{paymentMethodId}/{lang}

Success 200

Field Type Description
paymentMethodId Int
lang String
name String

Errors 4xx

This call does not have an error output.

Is this article helpful?

 

Thank you for your Feedback

you can close this field now!