POST
/
payments
/
get
curl --request POST \
  --url https://v3.minestorecms.com/api/payments/get \
  --header 'Authorization: Bearer <token>'
[
  {
    "name": "<string>"
  }
]

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.