Skip to main content
POST
/
payments
/
get
Retrieve available payment methods
curl --request POST \
  --url https://v3.minestorecms.com/api/payments/get \
  --header 'Authorization: Bearer <token>'
[
  {
    "name": "<string>"
  }
]

Documentation Index

Fetch the complete documentation index at: https://docs.minestorecms.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200 - application/json

Successfully retrieved the payment methods.

name
string

Name of the payment method.