{
"ios2": "string",
"iso2": "string",
"inventoryType": "string",
"currencyCode": "string",
"originalBaseTotalPaid": 0,
"baseTotalPaid": 0,
"jewelryShippingId": 0,
"platformSource": "string",
"iosVersion": "string",
"logisticsId": 0
}
curl --location --request POST 'https://www.nihaocloud.cn/st-cart/payment-method/list' \
--header 'Content-Type: application/json' \
--data-raw '{
"ios2": "string",
"iso2": "string",
"inventoryType": "string",
"currencyCode": "string",
"originalBaseTotalPaid": 0,
"baseTotalPaid": 0,
"jewelryShippingId": 0,
"platformSource": "string",
"iosVersion": "string",
"logisticsId": 0
}'
[
{
"pay_key": "",
"info": "",
"paymethod_code": 0,
"ebanx_paymethod_code": [
{
"id": "",
"flow": "",
"name": "",
"logo": "",
"methodType": "",
"identity": "",
"identity_min_char": 0,
"identity_max_char": 0,
"isMain": 0,
"logoHeight": 0,
"logoWidth": 0
}
],
"ocean_key": "",
"discount": 0.0,
"image": "",
"image_list": [
""
],
"answer": "",
"pay_name": "",
"comision": 0.0,
"comisionPrompt": "",
"paypalClientId": "",
"comisionTitle": "",
"identity": "",
"identity_min_char": 0,
"identity_max_char": 0
}
]