SmartProxy OpenAPI DocSmartProxy OpenAPI Doc
  • English
  • zh-CN
  • English
  • zh-CN
  • Authentication Method
  • Response Format
  • Proxy Account
  • Traffic Log
  • Product Query
  • IP Extract
  • Order Management
  • User Management
  • Payment Management
  • Marketing/Activity

Get Payment Method List

GET

/pub/payment/groups

Request Parameters

NameLocationTypeRequiredDescription
trade_noquerystringNoOrder number - can be passed when specific payment methods need to be obtained for certain orders

Response Example

200 Response

{
	"code": 0,
	"message": "Operation successful",
	"data": {
		"list": [
			{
				"name": "string",
				"logos": [null],
				"items": [null]
			}
		]
	}
}

Response Result

Status CodeStatus Code MeaningDescriptionData Model
200OKRetrieved successfullyInline

Response Data Structure

Prev
User Management
Next
Marketing/Activity