Payment Methods
Prerequisites
access_token
from Headless API AuthenticationcultureCode
, e.g.en-US
(string)countryId
from Countries
Get Payment Methods
Optional Parameters
maxItems
, limits the number of results returned. in PaginationnextPagingToken
, required to fetch the next page. Read more in PaginationpriceGroupId
, limits the results to Payment Methods available for a Price Group. From Price Groups
Request
Response
Error Handling
Error
Description
BadRequest (400)
PriceGroup does not exist; Country does not exist; etc.
Unauthorized (401)
The token is expired.
Forbidden (403)
The token does not have access to this endpoint.
Error Response Example
Related Articles
Error HandlingLast updated