Payment Methods API v1

Overview

Reckon One API v2 is now available.
Payment Methods API v2 endpoints provides you with more information about your Payment methods.

Payment Methods endpoint allows you to read the payment methods in a Reckon One book. Once you've retrieved the id, you can then use it in PaymentMethodId in Receipts.

 

Reckon One Module

Endpoint

Additional Parameter(s)

HTTP Method

Request URL

API Portal

Countries

Core

Payment Methods

 

GET

 https://api.reckon.com/R1/PaymentMethods/{{regionCode}}

 

regionCode:

  • Australia: AU
  • New Zealand: NZ
  • United Kingdome: UK

Portal

AU/NZ/UK

  

Sample Response 

   {
       "Id": "057ecf9c-b966-4fe5-93e5-edc8812344b3",
       "Description": "Cash",
       "SortOrder": 1
   },
   {
       "Id": "03c587a6-5fac-4894-8d3f-ce52f9f4162d",
       "Description": "Cheque",
       "SortOrder": 2
   },
   {
       "Id": "4d08d382-0666-4c70-bc59-e20092d44703",
       "Description": "Direct Deposit",
       "SortOrder": 3
   },
   {
       "Id": "ed6df814-f7cd-40ee-9347-934d7451e278",
       "Description": "EFTPOS",
       "SortOrder": 4
   },
   {
       "Id": "6e77c57d-63e3-4b12-bebd-c1d3156707bb",
       "Description": "BPay",
       "SortOrder": 5
   },
   {
       "Id": "56dc8f56-2c78-4f0f-9dc6-cd0e2844ae69",
       "Description": "Visa",
       "SortOrder": 6
   },
   {
       "Id": "187e4148-22b4-45d3-873b-967faae37330",
       "Description": "MasterCard",
       "SortOrder": 7
   },
   {
       "Id": "184f8888-f1dd-4bdd-ae71-02a3629fc793",
       "Description": "Diners",
       "SortOrder": 8
   },
   {
       "Id": "bfa1b2a5-7efb-4638-aad7-2c8a78f4cff8",
       "Description": "American Express",
       "SortOrder": 9
   },
   {
       "Id": "7fe668d1-9531-4d57-988a-3f17cd177c3b",
       "Description": "Other",
       "SortOrder": 10
   }

How did we do?

Terms API v1

Classifications API v1

Related Articles

Powered by HelpDocs (opens in a new tab)

Powered by HelpDocs (opens in a new tab)