Represents the response containing supported payment types and their associated message.
GET //onramper/payment-types HTTP/1.1 Host: beta.usemoon.ai Authorization: text Accept: */*
Ok
{ "message": { "googlepay": { "icon": "text", "name": "text", "paymentTypeId": "text" }, "applepay": { "icon": "text", "name": "text", "paymentTypeId": "text" }, "creditcard": { "icon": "text", "name": "text", "paymentTypeId": "text" } } }