Get payment methods
GET/api/patient/paymentmethods
Retrieves a list of payment methods associated with the patient.
Request
Responses
- 200
- 400
- 401
Success: Retrieved payment methods.
Bad request: StorefrontOrigin not passed in header; the request wasn’t valid or can’t be otherwise served. Typical when there is a syntax error in the request. Further details of the error are provided in the response payload body.
Unauthorized: Missing or incorrect authentication credentials.