RequestCapabilitiesRequest

data class RequestCapabilitiesRequest(val capabilities: List<String>)

Request body for enabling one or more capabilities on a merchant account.

Constructors

Link copied to clipboard
constructor(capabilities: List<String>)

Properties

Link copied to clipboard

List of capability name identifiers to request (e.g. ["card_payments"]).