Nyehandel
  1. Payment Method
Nyehandel
  • Introduction
  • Getting started
  • Webhooks
  • API Reference
  • Order
    • Get order
      GET
    • Get orders
      GET
    • Create order
      POST
    • Deliver order
      POST
  • Shipping Method
    • Get Shipping methods
      GET
  • Product
    • Relation between products and variants
    • Get products
      GET
    • Update products batch
      PUT
    • Create products batch
      POST
    • Create product
      POST
    • Update product
      PUT
    • Create variant
      POST
    • Find product by sku or id
      GET
    • Delete product
      DELETE
  • Variant
    • Update variant batch
      PUT
    • Update variant
      PUT
    • Delete product variant
      DELETE
    • Find variant
      GET
  • Payment Method
    • Get Payment methods
      GET
  • Customer
    • Get Customer
      GET
    • Get Customers
      GET
    • Create Customer
      POST
  • Category
    • Create category
    • Update category
    • Get category
    • Delete category
    • Get categories
  • Currency
    • Get currencies
  • Headless
    • Pages
      • Get Page
      • Get Pages
    • Categories
      • Get Category
      • Get Pages
    • Startpage
    • System
  1. Payment Method

Get Payment methods

GET
/payment-methods
Gets the available payment methods, paginated
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET '/payment-methods?page=1&limit=100' \
--header 'X-Identifier: 01ca8a76-8d28-4da4-a077-40816f5e31c0' \
--header 'Authorization: Bearer 1ePWIFDGKH5Jnjs8fnAVr0JsWrcYSJaO3LLtVvJkk' \
--header 'Content-Type: application/json'
Response Response Example
{}

Request

Query Params
page
integer 
optional
Example:
1
limit
integer 
optional
Example:
100
Header Params
X-Identifier
string 
required
Example:
01ca8a76-8d28-4da4-a077-40816f5e31c0
Authorization
string 
required
Example:
Bearer 1ePWIFDGKH5Jnjs8fnAVr0JsWrcYSJaO3LLtVvJkk
Content-Type
string 
required
Example:
application/json

Responses

🟢200Success
application/json
Body
object {0}
Previous
Find variant
Next
Get Customer
Built with