Skip to main content

Upsert Payment Method Mapping

POST 

/api/tiktok-shop/integration-instances/:integration_instance_id/payment-method-mappings

Create or update a mapping between a TikTok payment method name and a SKU.io PaymentType.

Authorization

Any valid API token can call this endpoint — no specific scope required. Manage tokens.

Fields:

  • tiktok_payment_method_name (required, string, max 150)
  • sku_io_payment_type_id (required, integer, exists payment_types.id)

Requires Bearer token.

Request

Responses

OK

Response Headers
    Content-Type