TransactionSplitInput

  • recipientId
    Type: string Format: uuid
    required

    Destination company id.

  • type
    Type: string enum
    required

    Split calculation mode.

    values
    • FIXED
    • PERCENTAGE
  • amount
    Type: integer
    min:  
    1

    Fixed amount in cents. Required when type is FIXED.

  • percentageBps
    Type: integer
    min:  
    1
    max:  
    7000

    Percentage in basis points. Required when type is PERCENTAGE; 100 basis points = 1%.

  • reference
    Type: string
    max length:  
    100

    Optional merchant reference for the split recipient.